Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need a macro to change the items in the left hand.
#1
Information 
Hello friends, I was in need of a macro that when he was no monster on the screen, equip the item 9396 in the left hand, and when he had a monster on the screen, equip the item 7403 in the left hand. I would be very grateful if someone manages to make a macro so.
Reply
#2
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]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)