ddarek if you read this, I got a q that was answered on gr from blacklite but cant check now.
Code:
If ProcessExists("Gw2.exe") Then
ProcessClose("Gw2.exe")
MsgBox(0, "", "Bot stopped, low inventory space")
Exit
EndIf
I had to take that part out because it closes client. Do you know if it will mess up bot?
Code:
If $Runs = 0 Then RunToSpot()
Originally he told me to change something here but I can't remember what. Mayb you know?
@Krushhk, you need latest GWA revision, take out whole func getnearestitem then take out
Code:
If TimerDiff($tDeadlock2) > 5000 Then ContinueLoop 2
that screws up run idk why but been working fine without it.