Hello ^^
Try this:
2 two macros automatic:
first:
second:
----------------------
or always:
Try this:
2 two macros automatic:
first:
Quote:Code
1000
{use ring}
Self.Mana<=500
Self.Equip.Ring(3052)
second:
Quote:Code
1000
{stop use ring}
Self.Mana>=1000
Self.UnEquip.Ring(0)
----------------------
or always:
Quote:Self.Inventory.Ring==0
Self.Equip.Ring(3052)

