Cytuj:
-- Config here By FaNtA--
local range = 4
local capp = 50
local fishing = "fishing rod"
local i = math.random(-range,range)
local j = math.random(-range,range)
-- Do not touch --
if cap >= capp and (toptileitem(posx+i,posy+j,posz) >= 4598 and toptileitem(posx+i,posy+j,posz) <= 4602)
then useitemon(fishing,posx+i,posy+j,posz) end
To działa, ale to jest w Actionie i łowi ryby do 50 cap i przestaje. Jak zrobić żeby po uzbieraniu 50 ryb albo cap < 50 szedł do danego wtp ? Można taki skrypt wrzucić do actiona wtp ?