01-21-2013, 07:02 PM
Yuri, fiz assim
1000 {spears count} Self.Inventory.LeftHand(3277)<=15 CaveBot.GoLabel(deposit)
olha o debug sem spear na mão:
ele continuou na hunt
e com 10 na mão:
Viu que ele não retorna valor? Só o ID?
Não tem como contar spear então? ..
1000 {spears count} Self.Inventory.LeftHand(3277)<=15 CaveBot.GoLabel(deposit)
olha o debug sem spear na mão:
Quote:Start-Of-Macro
Self.Inventory.LeftHand(3277) returned 0
[True] Self.Inventory.LeftHand(3277)<15
CaveBot.GoLabel(deposit) returned 1
End-Of-Macro
ele continuou na hunt
e com 10 na mão:
Quote:Start-Of-Macro
Self.Inventory.LeftHand(3277) returned 3277
[False] Self.Inventory.LeftHand(3277)<15
[@] Exit of macro
End-Of-Macro
Viu que ele não retorna valor? Só o ID?
Não tem como contar spear então? ..