-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] DaxWalker.walkToBank considering returns #89
Comments
This would require an additional endpoint and logic that ultimately would require @itsdax to implement, please reach out to him if this is something you would still like to pursue. |
This is pretty feasible, and not too hard to add. I can add it to server side when I have time. |
@itsdax Any thoughts / update to this? :) |
I've been giving it a thought and the issue I'm trying to figure out how to handle is how to determine the "state" of the bot when it returns, while it is computing the banking route. For ex: To get to spot A, we withdraw 1 varrock teleport tab. |
Add an option to walk to the closest bank considering the path it must take to return back to the current position.
Example:
DaxWalker.walkToBank while at lumbridge cow pen uses ring of wealth to teleport to the grand exchange bank.
After banking i want it to return back to the cow pen.
I believe if it had a flag to indicate it is to come back after banking, it'd find the lumbridge castle to be closer.
Note: Its aio script, otherwise i could just do walkToBank(Bank.LUMBRIDGE). For now i'll allow the user to select where to bank, but i believe this daxwalker feature would be useful to others too.
The text was updated successfully, but these errors were encountered: