As long as the script is the one that interacted with those patches in a prior run, it should be able to pick back up the track as it uses caching.
I'll have to look into this indeed.
Make sure to add and remove the listener!
@Override
public void onStart() {
getBot().addGameTickListener(gameTickListener);
}
@Override
public void onExit() {
getBot().removeGameTickListener(gameTickListener);
}
By heart, I believe that the explorer's ring and ardougne cape are not supported. That being said, if you have an account I could use to look into these, I could probably add them in there.
Sure thing. Trial granted .
You'll have to give me more information on this. You're the only one reporting issues here and there's little I can do with this information.
This button is not made to load multiple profiles as the settings for the script. All the button does is refresh the list of profiles, in case a manual refresh is needed.