02-13-2016, 09:57 AM
Creatures.ByName(water elemental)>=3 [2]
Self.Inventory.Ring()<>IDENERGYRING
Self.Equip.Ring(IDENERGYRING)
Exit
{2}
Self.Inventory.Ring()<>0
Self.UnEquip.Ring(0)
--------------------
replace IDENERGYRING for the id
Self.Inventory.Ring()<>IDENERGYRING
Self.Equip.Ring(IDENERGYRING)
Exit
{2}
Self.Inventory.Ring()<>0
Self.UnEquip.Ring(0)
--------------------
replace IDENERGYRING for the id