Please keep in mind and be nice with the delays on these scripts - we don't wanna DDoS Turbine.
I just emailed this one to my buddy - figured I'd share it here
Ok - so this is admittedly better - I got it off the lost company forums(concept anyway).
So I made a shortcut to the "run" utilitty on my taskbar - it has auto hide enabled so - I mouse over the task bar - move to the run icon, and click "OK" (it has the last command I ran in it already - the command to run is below, needs to be ran once manually)
My icon is the 6th on my bar with small icons and windows 8 - your mileage may vary(ctrl+m in actool).
C:\MyGamesDirGames\Turbine\Asheron's Call 2\ac2launcher.exe -Username SomeUserNameHere -Password SomeSecretPasswordHere -DataCenter 0 -FauxDataCenter 0 -w Dawnsong -2 -3
In actool I put
//--------------------------------------
delay 1 seconds
//Get the taskbar up
MousePos 278, 1079
delay 1 seconds
MousePos 264, 1063
//click my run icon
LeftClick
delay 1 seconds
MousePos 170, 1038
delay 1 seconds
//click "OK"
LeftClick
//see if it connects
delay 12 seconds
MousePos 1198, 794
//click "Quit" after timeout
LeftClick
delay 300 seconds
//--------------------------------------
I just emailed this one to my buddy - figured I'd share it here
Ok - so this is admittedly better - I got it off the lost company forums(concept anyway).
So I made a shortcut to the "run" utilitty on my taskbar - it has auto hide enabled so - I mouse over the task bar - move to the run icon, and click "OK" (it has the last command I ran in it already - the command to run is below, needs to be ran once manually)
My icon is the 6th on my bar with small icons and windows 8 - your mileage may vary(ctrl+m in actool).
C:\MyGamesDirGames\Turbine\Asheron's Call 2\ac2launcher.exe -Username SomeUserNameHere -Password SomeSecretPasswordHere -DataCenter 0 -FauxDataCenter 0 -w Dawnsong -2 -3
In actool I put
//--------------------------------------
delay 1 seconds
//Get the taskbar up
MousePos 278, 1079
delay 1 seconds
MousePos 264, 1063
//click my run icon
LeftClick
delay 1 seconds
MousePos 170, 1038
delay 1 seconds
//click "OK"
LeftClick
//see if it connects
delay 12 seconds
MousePos 1198, 794
//click "Quit" after timeout
LeftClick
delay 300 seconds
//--------------------------------------