BBot - The best bot of the world
How to check spears on the hand ? - 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: How to check spears on the hand ? (/thread-1790.html)



How to check spears on the hand ? - imitheo - 01-16-2012

HOW ?


Re: How to check spears on the hand ? - imitheo - 01-16-2012

BUMP


Re: How to check spears on the hand ? - paglax - 01-16-2012

Code:
1000 {Spear} Misc.ItemCountEx(3277)<10 CaveBot.GoLabel(labelname here)
maybe?


Re: How to check spears on the hand ? - lolxdjiji - 01-16-2012

paglax Wrote:
Code:
1000 {Spear} Misc.ItemCountEx(3277)<10 CaveBot.GoLabel(labelname here)
maybe?
i use this macro to refill
1000 { RSpear } VarSetEx(Total, 35) VarSet(Potnow) Misc.ItemCountEx(7378) VarSub(Total, !Potnow!) HUD.Display(!Total!) Self.Say(hi) Macro.Wait(2000) NPC.Say(trade) NPC.Buy(7378, !Total!, 1) Macro.Wait(2000) NPC.Say(bye)))

but it doesnt count my royal spears on hand ?? why ? it always buy the total number of spears !

plz need help


Re: How to check spears on the hand ? - lolxdjiji - 01-16-2012

lolxdjiji Wrote:
paglax Wrote:
Code:
1000 {Spear} Misc.ItemCountEx(3277)<10 CaveBot.GoLabel(labelname here)
maybe?
i use this macro to refill
1000 { RSpear } VarSetEx(Total, 35) VarSet(Potnow) Misc.ItemCountEx(7378) VarSub(Total, !Potnow!) HUD.Display(!Total!) Self.Say(hi) Macro.Wait(2000) NPC.Say(trade) NPC.Buy(7378, !Total!, 1) Macro.Wait(2000) NPC.Say(bye)))

but it doesnt count my royal spears on hand ?? why ? it always buy the total number of spears !

plz need help
foget to say that jsut count the spears that i have on my backpack not in hand


Re: How to check spears on the hand ? - imitheo - 01-16-2012

i have the same problem, maybe it's a bug that mega is trying to correct it. BUT RedBOT, a free bot already has corrected this bug and is better for paladins! Mega doesnt give us a sign of life, i deeply wish to know if he knows of the problem!


Re: How to check spears on the hand ? - muril000 - 01-18-2012

imitheo Wrote:i have the same problem, maybe it's a bug that mega is trying to correct it. BUT RedBOT, a free bot already has corrected this bug and is better for paladins! Mega doesnt give us a sign of life, i deeply wish to know if he knows of the problem!
do u know about anything that gets the spears out of the backpack and puts in on my hand?


Re: How to check spears on the hand ? - imitheo - 01-19-2012

there is a tool for this in bbot i believe


Re: How to check spears on the hand ? - upking - 01-20-2012

Bmega knows 99% of the problems, I guarantee it
but this is not a problem, use
Code:
Self.UnEquip.LeftHand(ToContainer)
before the refiller macro
Don't forget to change the "ToContainer" to the container opened (number)