04-14-2020, 01:51 PM
I wonder if its possible to make an action / waypoint or anything to make the bot to go to an x sqm when fish are almost finished, fish some more and then go back to the runemaker sqm.
|
No food go and fish
|
|
04-14-2020, 01:51 PM
I wonder if its possible to make an action / waypoint or anything to make the bot to go to an x sqm when fish are almost finished, fish some more and then go back to the runemaker sqm.
04-14-2020, 02:22 PM
use a persistent action for active cavebot if cap >= x
04-14-2020, 03:37 PM
(This post was last modified: 04-14-2020, 04:21 PM by manuallboys.)
Yes but then? How you do to it to disable runemaker, go to the fishing spot, wait for it to fish and then go back to the runemaking spot and enable it? I thought if its possible to do some persistent script that can do: Set fishing & runemaking location and if cap x > goto runemake location / enable runemaker | if cap x < goto fishing location / disable runemaker This is what im trying to do but of course its not working because im not an expert lua scripter if cap() >= 120
04-14-2020, 07:45 PM
local current_cap = cap()
04-14-2020, 09:34 PM
|