01-21-2019, 04:22 PM
Hi, as in the subject, I need to edit macro, which wear / assumes an Energy Ring when it is under 30% of life and when it's 100% wear / equip Dwarven Ring.
Here is my macro :
100 {Energy Ring + Dwarven Ring} HPon:=500 HPoff:=1500 Self.Health()<=!HPon! [OnMana] Self.Inventory.Ring()<>3088 Misc.ItemCountEx(3051)>0 Status.ManaShield()==0 Self.Equip.Ring(3051) Exit() {OnMana} Self.Health()>=!HPoff! Self.Inventory.Ring()==3088 Self.UnEquip.Ring(0) Exit()
ID rings:
Energy Ring =3051
Dwarven Ring =3097
Here is my macro :
100 {Energy Ring + Dwarven Ring} HPon:=500 HPoff:=1500 Self.Health()<=!HPon! [OnMana] Self.Inventory.Ring()<>3088 Misc.ItemCountEx(3051)>0 Status.ManaShield()==0 Self.Equip.Ring(3051) Exit() {OnMana} Self.Health()>=!HPoff! Self.Inventory.Ring()==3088 Self.UnEquip.Ring(0) Exit()
ID rings:
Energy Ring =3051
Dwarven Ring =3097