12-11-2013, 10:00 PM
(12-11-2013, 02:09 PM)melongrubas Wrote: Needs a macro which involves ring (id: 3123) above 30% hp and when it falls below 30% hp it assumes ring (id: 6543).
Thanks in advance
I searched more and found. Subject to closing
1000 {Swap Rings} Self.Health%()>30 [jump] Self.Equip.Ring(3123) Exit() {jump} Self.Health%()<30 Self.Equip.Ring(6543) Exit()
try it.