Sure thing. Trial granted .
Did you disable the default-selected option to use Custom Breaking? If you did, you haven't authorized the script to use my Custom Breaking and it will, thus, not be able to logout by itself
It currently does not!
Unfortunately, that'll mean that I currently won't add support for the Gricolar's can.
Please visit the Discord and notify me of the farming guild issues. I'll have to write some code for the script not to use it's traversing method when it is already in the guild & add the bank.
Sure thing. Trial granted .
As for the best settings xp-wise; I would honestly not be able to tell you myself and would like to advise you to go into my Discord and ask some people over there.
V1.17 Has been pushed.
- SpiritTreeTraversing should now not initially teleport to the Grand Exchange when it is already there, before utilizing the spirit tree
- SpiritTreeTraversing will now use a close spirit tree instead of using a teleport item when available, e.g. tree gnome stronghold fruit tree patch
- The script deposits all unwanted items instead of depositing the entire inventory as of now
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);
}