luizbdr
08-31-2016, 01:53 AM
I found this life ring script* and it works, but not the way i wanted. I need a script who can put life ring when I'm off protection zone and remove life ring when I'm in protection zone, is that posible?
(this is what I'm using at the moment)
*
local RingID = 3052
while true do
if Self.Ring().id == 0 then
Self.Equip(RingID, "ring")
end
wait(100,600)
end
(this is what I'm using at the moment)
*
local RingID = 3052
while true do
if Self.Ring().id == 0 then
Self.Equip(RingID, "ring")
end
wait(100,600)
end