06-17-2016, 09:42 PM
Try that:
[macro]1000 {Change Weapon} Creatures.NPCOnScreen()==0 [Else] Misc.ItemCountEx(9396)==1 Self.Equip.LeftHand(9396) Exit() {Else} Creatures.NPCOnScreen()>=1 Misc.ItemCountEx(7403) Self.Equip.LeftHand(7403) Exit()[/macro]
[macro]1000 {Change Weapon} Creatures.NPCOnScreen()==0 [Else] Misc.ItemCountEx(9396)==1 Self.Equip.LeftHand(9396) Exit() {Else} Creatures.NPCOnScreen()>=1 Misc.ItemCountEx(7403) Self.Equip.LeftHand(7403) Exit()[/macro]