(11-03-2013, 04:30 AM)Pssiu Wrote: Put sword ring when monster on screen? thanks
1000 {Sword Ring} Creatures.OnScreen()>=2 Self.Equip.Ring(3091) Exit() Creatures.OnScreen()<=1 Self.UnEquip.Ring(0) Exit()
try it. =]
(11-03-2013, 10:56 AM)Qapux Wrote: Put Energy Ring when under X amount of health and when over X amount of health take it off. Thanks bro.
1000 {Energy Ring} Self.Health%()<=40 Self.Equip.Ring(3051) Exit() Self.Health%()>=80 Self.UnEquip.Ring(0) Exit()
try it. =]