(11-25-2013, 09:54 PM)Douglasstefanie Wrote: use Ring of healing , Need macro for use ..
This macro is for %, Edit 90 & 96
Code:
500 {Healing} MPon:=90 MPoff:=96 Self.Mana%()<=!MPon! [OnHealth] Self.Inventory.Ring()<>3100 Misc.ItemCountEx(3098)>0 Status.ManaShield()==0 Self.Equip.Ring(3098) Exit() {OnHealth} Self.Mana%()>=!MPoff! Self.Inventory.Ring()==3100 Self.UnEquip.Ring(0) Exit()