|
There are several mistakes made in this proggy
The first is that the macro didnt wait thats beause u have to change the following :
Go in your macromine.ini and change [DelaysInMilliseconds] in [DelaysInMiliseconds]
Then it should work with the delays
After that the cript clicked on the wrong places for me (iam using a TFT) I simply grab the places via the auto hotkey script writer and get this :
Loop
{
WinWait, EVE,
IfWinNotActive, EVE, , WinActivate, EVE,
WinWaitActive, EVE,
MouseClick, left, 19, 737
Sleep, %Undock%
MouseClick, right, 129, 164
Sleep, 1000
MouseClick, left, 192, 172
Sleep, %warpto%
Send, {F1}{F2}{F3}
sleep 1000
MouseClick, left, 731, 188
Sleep, %Minefor%
MouseClick, right, 155, 128
Sleep, 1000
MouseClick, left, 199, 135
Sleep, %Warpback%
MouseClick, right, 751, 183
Sleep, 1000
MouseClick, left, 810, 228
Sleep, %Dock%
MouseClick, left, 20, 641
Sleep, 1000
MouseClickDrag, L, 70, 294, 71, 454
sleep 500
MouseClick, left, 66, 276
Sleep, 2000
}
BTW i add that it will click on the items tab when docked so the item list will pop up cuz sometimes it wont
|