Hello.
Need help with my persistent
Script working ok, but all time un/quip life ring, why?
Ty for any help
Need help with my persistent
local ring_item = finger()
if (ring_item.id == 0) then
-- if ring is uneqip and is right location equip lr
local ring_item = finger()
if islocation(12345,12345,6) then
moveitems(3052, 'finger', '')
wait(500, 800)
end
else
-- if lr is on and wrong location uneqip
local ring_item = finger()
if (ring_item.id == 3089) then
moveitems(3089, '0', 'finger')
wait(500, 800)
end
endTy for any help

