03-02-2015, 02:06 AM
Need a macro that when spear on hand lower than x it will equip new more til get x again
[NEED] Macro for spear
|
03-02-2015, 02:06 AM
Need a macro that when spear on hand lower than x it will equip new more til get x again
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!) 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.
|
« Next Oldest | Next Newest »
|