Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
need sword ring macro help
#2
Try this
[macro]100 {Auto Sword Ring} Creatures.ByName(NAME OF MONSTER)>=4 [else] Self.Inventory.Ring()<>3091 Misc.ItemCountEx(3094)>0 Self.Equip.Ring(3094) Exit() {else} Creatures.ByName(NAME OF MONSTER)<=3 Self.Inventory.Ring()==3091 Self.UnEquip.Ring(0) Exit() [/macro]

This is with creatures screen
[macro]100 {Auto Sword Ring} Creatures.OnScreen()>=4 [else] Self.Inventory.Ring()<>3091 Misc.ItemCountEx(3094)>0 Self.Equip.Ring(3094) Exit() {else} Creatures.OnScreen()<=3 Self.Inventory.Ring()==3091 Self.UnEquip.Ring(0) Exit() [/macro]
Reply


Messages In This Thread
need sword ring macro help - by mrbql - 10-05-2014, 08:43 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)