Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro Energy Ring
#1
Star 
Hey,
i need macro for Equip energy ring when 3 monster on screen and Unequip when 2 on screen. Only macro with 'count',
Reply
#2
1
200 {E ring} Creatures.ByName(Creature Name)>=3 Self.Equip.Ring(3051)
200 {E ringOFF} Creatures.ByName(Creature name)<3 Self.UnEquip.Ring(0)

those 2 macro are by creature name

below here u go by count of creatures (bbot couting player like creature so 1 player + 2 cyclops=ring equiped)

2
200 {E ring} Creatures.OnScreen()>2 Self.Equip.Ring(3151)
200 {E ring} Creatures.OnScreen()<=2 Self.UnEquip.Ring(0)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)