BBot - The best bot of the world
Macro Problem - 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: Macro Problem (/thread-1301.html)



Macro Problem - | socio | - 08-02-2011

I have a problem with this macro.
Code:
500 {Check} Misc.ItemCountEx(1781)>=50 CaveBot.GoLabel(Depot)))

So the macro should depot the item if have more than 50 but is always going to depot.
What is the problem?


Re: Macro Problem - mancha250 - 08-02-2011

| socio | Wrote:I have a problem with this macro.
Code:
500 {Check} Misc.ItemCountEx(1781)>=50 CaveBot.GoLabel(Depot)))

So the macro should depot the item if have more than 50 but is always going to depot.
What is the problem?

try this
Code:
Macro (xxxxx xxxxx x:1000 {Check} Misc.ItemCountEx(1781)<51 CaveBot.GoLabel(depot))
x: in x you whrite the waypoint when you want the cavebot verifie the item.
you need add the macro in cavebot/ codes label/ macro