-
Notifications
You must be signed in to change notification settings - Fork 88
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
Auto equip #699
base: main
Are you sure you want to change the base?
Auto equip #699
Conversation
Also minor fix to hardcoded score to prevent belt downgrade
This prevents having to use cursor to equip because we can't use shift
This definitely needs to be an option that can be enabled, not turned on at all times. |
Definitely, I should have done that before raising the PR. Added here b428b0e |
Was using maxsockets instead of sockets
Now use actual skill values (e.g +x to Meditation)
@CarlPoppa1 Not a setting in the auto leveling script, but in the bot's settings. We can use the auto equip on newly leveled charms that just start to farm gear. Add it as a main setting. |
I'll need to do more work if that's how it's going to be implemented. Currently it won't work well for melee chars because it's forcing only a shield to be equipped in the right arm slot so barbs and assassins won't ever dual wield. I'll add it as a main setting once I've tested it on other supported classes apart from sorc |
This is working pretty well so far, thanks for making it. |
Heavily borrowed from kolbot-soloplay
This only supports softcore sorc with an act 2 merc.
Known issues:
To do: