Any help with the Auto Pot..?
CODE
$i = 1
While $i = 1
$col = PixelGetColor( 819 , 785 )
if $col = 3947580 then
ControlSend('Dragonica (Client Ver : 0.1.19)','','','{1}');Uses hp pots
sleep(5000);Remove this for using no-cooldown pots (i.e. apples)
EndIf
$col2 = PixelGetColor( 819 , 807 )
if $col2 = 5197903 Then
ControlSend('Dragonica (Client Ver : 0.1.19)','','','{2}');Uses mp pots
sleep(5000);Remove this for using no-cooldown pots (i.e. grapes)
EndIf
WEnd
I keep getting error ~ missing separator character after keyword... I have no idea!!