Hi guys~,
something is not working right with my macro,
anyone can help ^^?
Im looking for the Atk_Cycle to keep executing,
and meanwhile executes TriMouse_Up, TriMouse_DownRight, TriMouse_DownLeft sometimes or randomly.
Thanks if anyone can help ^^!
----------------------------------------------------------
Constants
Pledge_Of_Blood_Delay = 28800
Portion_Delay = 14400
End
DELAY 1600
Procedure Buff_Blood
Keys {R}
DELAY $Pledge_Of_Blood_Delay
End
Procedure HP_Delay
Keys {Q}
DELAY $Portion_Delay
End
Procedure TriMouse_Up
MousePos 652, 199
LeftClick
End
Procedure TriMouse_DownRight
MousePos 870, 557
LeftClick
End
Procedure TriMouse_DownLeft
MousePos 413, 540
LeftClick
End
Procedure Atk_Cycle
DELAY 300
Keys {~}
DELAY 400
Keys {Space}
DELAY 300
Keys {2}
DELAY 150
Keys {~}
DELAY 200
Keys {Space}
DELAY 200
Keys {~}
Keys {~}
DELAY 200
Keys {D}
DELAY 300
Keys {~}
DELAY 400
Keys {Space}
DELAY 300
Keys {3}
DELAY 150
Keys {~}
DELAY 200
Keys {Space}
DELAY 200
Keys {~}
Keys {~}
DELAY 200
Keys {D}
DELAY 300
Keys {~}
DELAY 400
Keys {Space}
DELAY 300
Keys {4}
DELAY 150
Keys {~}
DELAY 200
Keys {Space}
DELAY 200
Keys {~}
Keys {~}
DELAY 200
Keys {D}
End
Loop 5000
Call Buff_Blood
Call Atk_Cycle
Call TriMouse_Up
Call Atk_Cycle
Call TriMouse_DownRight
Call Atk_Cycle
Call TriMouse_DownLeft
Call HP_Delay
End
Restart
