hello, im looking for 2 lua's First i want to turn off auto fishing if i have 20+ fish
second lua i want if fish less than 10 fish it will turn on auto fishing
i looked in forums and cannot find something to work
i tried to make it myself however im getting an error and cant get it to work
if itemcount('fish', '', true) => 20 then
setsettings('Tools/Auto Fishing/Enabled', false)
end
second lua i want if fish less than 10 fish it will turn on auto fishing
i looked in forums and cannot find something to work
i tried to make it myself however im getting an error and cant get it to work
if itemcount('fish', '', true) => 20 then
setsettings('Tools/Auto Fishing/Enabled', false)
end