Moderator: MacroQuest Developers



Before I released this, I had that option in there and I took it out. It is entirely possible, you'd have to create a script to do the mouse move commands and keyboard commands though. If you start EQ2, it pops up the disclaimer, you have to click I Accept, you can't just hit enter, or tab|enter, it really wants that click. Another reason I took it out is, it would turn REQ2 into 'remote computer control' vice "remote eq2 control". Currently EQ2 has to be running and REQ2 has to be able to focus the EQ2 window, otherwise the server won't even start. The app still requires a successful window focus before it sends any keyboard commands so I guess I'll put it back in there. I just talked myself into it.Would be great if there was a way to start up EQ2 from remote using this tool and with a chosen character.
Code: Select all
v2.0.0505:
05/26/2005:2300: Fixed Client/Server code, when disco from client, server restarts, when exit server, client disco, etc
05/17/2005:2004: Cleaned up caught exceptions from PathtoLog not found and server->disco.
05/17/2005:2027: Server runs/hides in tray now, double click icon show/hide, right click context menu show/hide.
05/19/2005:2300: Server config dialog box, edit app.config directly ( thx Trickster for making me do it the right way )
05/20/2005:0030: Client->mainmenu, toolbar, app.config added
05/20/2005:0040: fixed server UI resize issues
05/20/2005:2022: Pull server port from .config for REQ2-S
05/20/2005:2049: Removed requirement for EQ2 to be running.
05/20/2005:2108: incorporated Path to EQ2 into .config and app
05/20/2005:2129: Can start EQ2 remotely now with #StartEQ2
05/20/2005:2148: Client:MainMenu:Connect/Disconnect implemented, removed buttons, etc.
Server IP and port read from app.config
05/20/2005:2150: Removed Exit button, hit the big red X now, the grey X for you win9X/2k users
05/20/2005:2011: Added connection info groupBox, updates on connect and disconnect
05/20/2005:2051: Toolbar buttons-> connect|disconnect
05/21/2005:0008: toolbar icons, connect/disco
05/24/2005:1848: added help to menu
05/24/2005:1848: removed help,open,read buttons; they're in menu now
05/24/2005:1848: save macro code moved to menu option
05/24/2005:1918: File|Open implemented
05/24/2005:1918: Right click implemented
05/24/2005:2146: new connect, disconnect buttons
05/24/2005:2020: tools|options|server config implemented
05/25/2005:0039: user macros finished, can define and save 10 user macros, executable via toolbar
05/25/2005:0056: more informative log relating to connect, specifically tcp port
05/25/2005:0113: user macro save, produces output, lets you know it was saved
05/25/2005:0117: only alerts to restart client when user macros are ACTUALLY edited, always alerts when form closed before
05/25/2005:0204: implemented 'Start EQ2' macro option, found a problem with #StartEQ2 starting in current directory, vice where it should
05/25/2005:0304: have successfully started EQ2 remotely and logged in via macro, something like this:
#Pause 10000 (wait for disclaimer, update of login UI)
#LClick 981 864 (click "I accept")
#Pause 2000 (wait for log in window)
<password> (type password)
#Enter
#Pause 10000 (wait for any eq2 download)
#LClick 755 376 (click on character selection drop down)
#Pause 2000 (wait too long, testing)
#LClick 653 445 (click character name)
#Pause 2000 (wait too long, testing)
#LClick 667 417 (click Play)
05/25/2005:0306: implemented '/camp desktop' button on client
