Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
spear <> fire sword
#1
Wink 
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
#2
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
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
#3
(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
#4
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()
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
#5
(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+


Forum Jump:


Users browsing this thread: 1 Guest(s)