Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spear Fullchecklabel
#1
#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 ?
#2
You have 11 in your hand or inside of bp or counting both?
#3
i have 11 spear in hand
#4
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)
#5
OK i test, reput + :>
#6
(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.
#7
Have you tried?
Code:
FullCheckLabel (X Y Z:Full Buy Spear Else Hunt Code spear<1)


Forum Jump:


Users browsing this thread: 1 Guest(s)