BBot - The best bot of the world
Spear Fullchecklabel - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Spear Fullchecklabel (/thread-4121.html)



Spear Fullchecklabel - Kaap - 08-27-2012

#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 ?


RE: Spear Fullchecklabel - Dexter - 08-27-2012

You have 11 in your hand or inside of bp or counting both?


RE: Spear Fullchecklabel - Kaap - 08-27-2012

i have 11 spear in hand


RE: Spear Fullchecklabel - Dexter - 08-27-2012

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)



RE: Spear Fullchecklabel - Kaap - 08-27-2012

OK i test, reput + :>


RE: Spear Fullchecklabel - Warr - 08-28-2012

(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.


RE: Spear Fullchecklabel - Kimoszin - 08-28-2012

Have you tried?
Code:
FullCheckLabel (X Y Z:Full Buy Spear Else Hunt Code spear<1)