Wstaw to w macro. Obydwa w automacie. W miejscu ID wpisz ID ringa
1000 {LFup} Self.Mana%()<80 Self.Equip.Ring(ID)
1000 {LFdown} Self.Mana%()>80 Self.UnEquip.Ring(ID)
Edit by Catar
Much better macro for this
[macro]500 {lifering} Self.Mana%()<=80 [on] Self.Inventory.Ring()<>3089 Self.Equip.Ring(3052) exit() {on} Self.Inventory.Ring()==3089 Self.UnEquip.Ring(0) exit() [/macro]
1000 {LFup} Self.Mana%()<80 Self.Equip.Ring(ID)
1000 {LFdown} Self.Mana%()>80 Self.UnEquip.Ring(ID)
Edit by Catar
Much better macro for this
[macro]500 {lifering} Self.Mana%()<=80 [on] Self.Inventory.Ring()<>3089 Self.Equip.Ring(3052) exit() {on} Self.Inventory.Ring()==3089 Self.UnEquip.Ring(0) exit() [/macro]

