spear <> fire sword - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: spear <> fire sword (/thread-15409.html) |
spear <> fire sword - guigaum123 - 07-04-2014 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 RE: spear <> fire sword - mr. Kris - 07-04-2014 Quote:if number of spears > 1, then get spears from bp and equipBBot 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 RE: spear <> fire sword - guigaum123 - 07-04-2014 (07-04-2014, 04:04 AM)mr. Kris Wrote:Quote:if number of spears > 1, then get spears from bp and equipBBot have this option in re-user&cures 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 RE: spear <> fire sword - mr. Kris - 07-04-2014 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() RE: spear <> fire sword - guigaum123 - 07-04-2014 (07-04-2014, 11:15 AM)mr. Kris Wrote: ahhh ok thx for the help dude, your awesome! rep+ |