BBot - The best bot of the world
problem with fullcheck label - 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: problem with fullcheck label (/thread-1295.html)



problem with fullcheck label - mancha250 - 08-01-2011

this is correct?
FullCheckLabel (33173 31803 7:Full Label (33173 31803 7:Comprar Pot) Else Label (33173 31803 7:Nao Comprar) Code 236<21)

Label (33173 31803 7:Comprar Pot)
.
. with all the waypoints

Label (33173 31803 7:Nao Comprar)
.
.
thats dont work
i tryng to do this for 1 week :/


Re: problem with fullcheck label - Tatu - 08-01-2011

I think that if you make it using macro, would be easier.

Look:

Code:
Macro (32790 31249 7:1000 {Mana} Misc.ItemCount(Mana Potion)>35 CaveBot.GoLabel(depot))


Make a normally script with depositer and while you're in the city add this macro. If you have more than 35 mp, he won't buy potions, but if you have 35 or minus, he'll continue your waypoint and buy everything. So, after the macro make the way "Where you are" to the "Mp store" and create a label called "depot" after all. This script "depot" have to go back to your hunt! Smile


See ya


Re: problem with fullcheck label - mancha250 - 08-02-2011

Tatu Wrote:I think that if you make it using macro, would be easier.

Look:

Code:
Macro (32790 31249 7:1000 {Mana} Misc.ItemCount(Mana Potion)>35 CaveBot.GoLabel(depot))


Make a normally script with depositer and while you're in the city add this macro. If you have more than 35 mp, he won't buy potions, but if you have 35 or minus, he'll continue your waypoint and buy everything. So, after the macro make the way "Where you are" to the "Mp store" and create a label called "depot" after all. This script "depot" have to go back to your hunt! Smile


See ya

thanks you brother, with this macro, now this work ultimately :]


Re: problem with fullcheck label - Tatu - 08-02-2011

mancha250 Wrote:
Tatu Wrote:I think that if you make it using macro, would be easier.

Look:

Code:
Macro (32790 31249 7:1000 {Mana} Misc.ItemCount(Mana Potion)>35 CaveBot.GoLabel(depot))


Make a normally script with depositer and while you're in the city add this macro. If you have more than 35 mp, he won't buy potions, but if you have 35 or minus, he'll continue your waypoint and buy everything. So, after the macro make the way "Where you are" to the "Mp store" and create a label called "depot" after all. This script "depot" have to go back to your hunt! Smile


See ya

thanks you brother, with this macro, now this work ultimately :]

It was a pleasure Smile