Heffy
Junior Member
Posts: 62
|
Post by Heffy on Jun 12, 2005 22:50:11 GMT -5
I made an ACTool script. Hurrah!
Include template.inc KeyRate 30 SetActiveWindow FFXiApp
CALL FFactInit D:\ffxi\ACTools\
Constants mode = 0 loopconst = 0 curecost = 46 encost = 28 End
While $mode = 0
if $ffact_PlayerMpCurrent > $curecost Keys /echo {RETURN} Keys ^1 else SetConst $loopconst = 1 Keys /heal on {RETURN} While $loopconst = 1 Delay 100 If $ffact_PlayerMpCurrent = $ffact_PlayerMpMax Keys /heal off {RETURN} SetConst $loopconst = 0 end end end Delay 10000 end
While $mode = 1
if $ffact_PlayerMpCurrent > $encost Keys /echo {RETURN} Keys ^2 else SetConst $loopconst = 1 Keys /heal on {RETURN} While $loopconst = 1 Delay 100 If $ffact_PlayerMpCurrent = $ffact_PlayerMpMax Keys /heal off {RETURN} SetConst $loopconst = 0 end end end Delay 10000 end
its only a skillup script, but i needed to do some botting, and everything else is down, so rawr.
|
|