Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[NEED] Macro for spear
#1
Need a macro that when spear on hand lower than x it will equip new more til get x again
Reply
#2
Try this

Code:
2000 {Equip Spears}  Misc.ItemCountEx(!ammo!)>=!ammomin! Self.Equip.LeftHand(!ammo!)

Code:
1000 {UnEquip Spears} Misc.ItemCountEx(!ammo!)<!ammomin! Self.Equip.LeftHand(!meleeweapon!)
Reply
#3
Code:
Self.Inventory.LeftHand.Count()

You need to use this command to count Your spears in left hand

Code:
2000 {Equip Spears} Self.Inventory.LeftHand.Count()<=X Self.Equip.LeftHand(SPEAR ID)
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)