12-27-2015, 04:26 AM
(This post was last modified: 12-27-2015, 04:26 AM by kaiquegabriel.)
Try:
Code:
1000 {CycDrone Ring} Creatures.ByNameBeside(Cyclops Drone)=>1 Self.Equip.Ring(3049)
Code:
1000 {CycSmith Ring} Creatures.ByNameBeside(Cyclops Smith)=>1 Self.Equip.Ring(3049)
Code:
1000 {Unequip Ring Cycs} Creatures.ByNameBeside(Cyclops Smith)=0 Creatures.ByNameBeside(Cyclops Drone)=0 Self.UnEquip.Ring(0)