BBot - The best bot of the world

Full Version: Spear Fullchecklabel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
#polski
FullCheckLabel (32668 31626 10:Full spear Else exp Code 3277<=3)
o to tak wygląda mój fullchecklabel : "gdy 3 lub mniej spearów to leci do labelu spear"
ale gdy jest 11 spearów to bot przeskakuje do tego labelu nie wiem dlaczego :C
#eng
FullCheckLabel (32668 31626 10:Full spear Else exp Code 3277<=3)
i have fullchecklabel "3 or -3 go to next label : spear"
but i have 11 spear and bot go label spear why ?
You have 11 in your hand or inside of bp or counting both?
i have 11 spear in hand
The fullchecklabel it's working properly, because this command don't counts what you have on hand.

For this you need use a macro like that:

First, create this macro below in Macro Editor
Code:
0 {CountSpear} Misc.ItemCountEx(3277)<=3 CaveBot.GoLabel(spear)

Second, select the macro in Cavebot > Codes/Labels > Macro.
Code:
Macro (X Y Z:CountSpear)
Label (X Y Z:spear)
OK i test, reput + :>
(08-27-2012, 11:36 PM)Dexter Wrote: [ -> ]The fullchecklabel it's working properly, because this command don't counts what you have on hand.

For this you need use a macro like that:

First, create this macro below in Macro Editor
Code:
0 {CountSpear} Misc.ItemCountEx(3277)<=3 CaveBot.GoLabel(spear)

Second, select the macro in Cavebot > Codes/Labels > Macro.
Code:
Macro (X Y Z:CountSpear)
Label (X Y Z:spear)
No, my fullcheck on Nargor working perfectly without this macro. It's check RS and SMP.
Have you tried?
Code:
FullCheckLabel (X Y Z:Full Buy Spear Else Hunt Code spear<1)