01-17-2013, 10:54 AM
Try this:
[macro]0 {Enable Dwarven Ring} UseDwarvenRing:=1[/macro]
[macro]0 {Disable Dwarven Ring} UseDwarvenRing:=0[/macro]
[macro]2000 {Use Dwarven Ring} DwarvenRingID:=XXXX UseDwarvenRing==1 [DoNotUseDwarvenRing] Self.Inventory.Ring()==0 Self.Equip.Ring(!DwarvenRingID!) Exit() {DoNotUseDwarvenRing} Self.Inventory.Ring()<>0 Self.UnEquip.Ring(0) [/macro]
You put the macros (Enable Dwarven Ring and Disable Dwarven Ring) at the beginning and end of the cave?
[macro]0 {Enable Dwarven Ring} UseDwarvenRing:=1[/macro]
[macro]0 {Disable Dwarven Ring} UseDwarvenRing:=0[/macro]
[macro]2000 {Use Dwarven Ring} DwarvenRingID:=XXXX UseDwarvenRing==1 [DoNotUseDwarvenRing] Self.Inventory.Ring()==0 Self.Equip.Ring(!DwarvenRingID!) Exit() {DoNotUseDwarvenRing} Self.Inventory.Ring()<>0 Self.UnEquip.Ring(0) [/macro]
You put the macros (Enable Dwarven Ring and Disable Dwarven Ring) at the beginning and end of the cave?