have a little question. does some one know what to type in autoit to know the bot when hp are 0 to spam 8 ?
#include <GWCAConstants.au3> Func Main() $cbtype="int" CmdCB($CA_GetMapId) If $cbVar[0] = 704 Then Do cmdcb($CA_SkillRecharge,8) Sleep( Random( 100, 120 )) If $cbVar[0] = 0 Then skill8() EndIf Sleep( Random( 100, 120 )) CmdCB($CA_GetMapId) Until $cbVar[0] <> 704 Endfunc() Func skill8() $cbtype="int" Do UseSkillEx(8,-2) $Energy = CmdCB($CA_GetMyMaxEnergy) Sleep(20) Until $Energy[0] = $Energy[1] EndFunc