-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Ability to work with 1 profile for class (and or path?) #459
Comments
👋 Good day!
There's no such functionality. During runtime, the framework does not support changing the route on the fly. For Vanilla and TBC: In order to tackle such task, what you looking for, first have to separate As of the near future, i have no plan to work on such feature/rework. 🙇 |
Agreed, it requires too much work. Even fully unlocked Lua required few mega lines of code just for a single class.(eg https://github.com/cxmplex/ProjectSquidFireMage) |
Thank you for your responses. I can see your point and agree. |
Hi,
I've read the documentation and tried to find how this is implemented, but I couldn't.
Is there a way to kind of have the bot change paths depending on it's level.
I explain:
Currently I go in the class file and set up the path I want the bot to grind. While at higher levels this is ok, as it would take some time for the bot to level, at low level, it's kind of harbour intensive.
Is there a way to say, in a class file for example, or 1 big 1-60 file:
If char 1-3 : "PathFilename": "xxx.json"
If char 4-5: "PathFilename": "yyw.json"
...
Or maybe in the path profiles? Maybe this function already exist and I did not see/understand how to use it?
Thanks.
The text was updated successfully, but these errors were encountered: