BBot - The best bot of the world

Full Version: spear <> fire sword
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

I need a macro that
if number of spears > 1, then get spears from bp and equip
else
if number of spears <1 then equip fire sword..


its for paladin hunt swamp trolls

anyone knows it?

thxxxx
Quote:if number of spears > 1, then get spears from bp and equip
BBot have this option in re-user&cures

Quote:if number of spears <1 then equip fire sword..

Quote: 1000 {Equip Sword} Misc.ItemCountEx(3277)<1 Self.Equip.LeftHand(3280) Exit()
If You use right hand change "LeftHand" to "RightHand" in this macro
(07-04-2014, 04:04 AM)mr. Kris Wrote: [ -> ]
Quote:if number of spears > 1, then get spears from bp and equip
BBot have this option in re-user&cures

Quote:if number of spears <1 then equip fire sword..

Quote: 1000 {Equip Sword} Misc.ItemCountEx(3277)<1 Self.Equip.LeftHand(3280) Exit()
If You use right hand change "LeftHand" to "RightHand" in this macro



OK dude, it works, equips fire sword when spears < 0, but i'm hunting swamp trolls, then i loot spears.. and equip left hand doesnt work if i loot spears, i need another macro to check if I have spears on depot
ahhh ok
Quote:1000 {Equip Sword} Misc.ItemCountEx(3277)>1 [jump] Self.Equip.LeftHand(3277) Exit() {jump} Misc.ItemCountEx(3277)<1 Self.Equip.LeftHand(3280) Exit()
(07-04-2014, 11:15 AM)mr. Kris Wrote: [ -> ]ahhh ok
Quote:1000 {Equip Sword} Misc.ItemCountEx(3277)>1 [jump] Self.Equip.LeftHand(3277) Exit() {jump} Misc.ItemCountEx(3277)<1 Self.Equip.LeftHand(3280) Exit()


thx for the help dude, your awesome!

rep+