You are on page 1of 1

local range = 7 local i = math.random(-range,range) local j = math.

random(-range,range) if cap >= 6 and (toptileitem(posx+i,posy+j,posz) >= 4598 and toptileitem(posx+i, posy+j,posz) <= 4602) then useitemon("fishing rod",posx+i,posy+j,posz) end

You might also like