Posts: 13
Threads: 6
Joined: Jan 2012
Reputation:
0
01-04-2015, 06:30 AM
Hi there,
I just wanted to know how to make a macro, to when my Assassin Stars goes to 0, bot equips the spear of the bp.
1000 {equip Spear} spear=3277 Self.Inventory.LeftHand()==0 Self.Equip.LeftHand(!spear!)
?
Posts: 222
Threads: 32
Joined: Apr 2014
Reputation:
0
[Code]
2000 {macro name} Misc.ItemCountEx(aaaa)>=1 Self.Equip.LeftHand(aaaa)
2000 {macro name} Misc.ItemCountEx(aaa)<1 Self.Equip.LeftHand(bbbb)
Aaaa - Id assassin
Bbbb - id spear
If i help you please Click ^ to give REP point
![Smile Smile](https://forums.bmega.net/images/smilies/smile.png)
if I'll have more rep I'll make better scrips
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
One macro:
Code:
1000 {spears} Misc.ItemCountEx(7368)>=1 [jump] Self.Equip.LeftHand(7368) Exit() {jump} Self.Equip.LeftHand(3277)
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.