(01-31-2015, 07:24 AM)pinay26 Wrote: @kojo do u know how can i disable the spell creation??Find the following:
Code:
Func runBot() ;Bot that runs everything in order
While 1
$Restart = False
$fullArmy = False
If _Sleep(1000) Then ExitLoop
checkMainScreen()
If $locate <> 2 Then
If _Sleep(1000) Then ExitLoop
ZoomOut()
EndIf
If _Sleep(1000) Then ExitLoop
if $locate = 0 Then
Collect()
If _Sleep(1000) Then ExitLoop
Train()
If _Sleep(1000) Then ExitLoop
CreateSpell()
and replace
Code:
CreateSpell()
Code:
;CreateSpell()