PDA

View Full Version : Equip Stealth Ring all the time script.



nickelson
01-22-2016, 09:25 PM
Im looking for a script that just constantly wears a stealth ring when executed.

I can't find it anywhere LOL.

Thanks in advance!

anoyn
01-22-2016, 10:11 PM
http://forums.xenobot.net/showthread.php?39731-Anoyn-s-Scripts&p=461360&viewfull=1#post461360

Change dangerToEquip = 0

Oscagi
01-23-2016, 04:44 PM
RingToUse = "Stealth Ring"
Module("UseRing", function()
if Self.Ring().id == 0 then
Self.Equip(Item.GetID(RingToUse), "ring")
end
end)


More easy, it will wear all the time.


/Oscagi

nickelson
01-23-2016, 05:34 PM
exactly what I was looking for, thanks alot!

Oscagi
01-23-2016, 06:41 PM
If u need something more just feel free to ask.