Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
need sword ring macro help
#1
hi! the one i found doesnt work, it equips the ring when there are no monsters Sad
Code:
1000 {Sword Ring} Creatures.OnScreen()>=2 Self.Equip.Ring(3091) Exit() Creatures.OnScreen()<=1 Self.UnEquip.Ring(0) Exit()
Help pls!
Reply
#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
#3
Hi! Unfortunately it doesn't work Sad
Reply
#4
ID of sword ring?
Reply
#5
(10-06-2014, 06:22 AM)erleo Wrote: ID of sword ring?

3091
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)