-
Notifications
You must be signed in to change notification settings - Fork 331
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
Add option to drink antidote potions before Lilith in OrgTorch #2232
base: master
Are you sure you want to change the base?
Conversation
i added it and the part to my char config didn't work, So i manually drink them Config.OrgTorch.AntidotesToChug = 4; // Chug x antidotes before Lilith. Each antidote gives +50 poison res and +10 max poison for 30 seconds. The duration stacks. 4 potions == 2 minutes |
Does your char have enough room for the amount you wanted to chug? |
@Tekmat check the latest commit. It's a fix for a bug that I forgot to push to this repo. This Pr is already merged into the new active kolbot repo at https://github.com/blizzhackers/kolbot If you pull master there, you'll get this |
Hello guys! I found this very usefull and tried to add it for more scripts. So far succesfull to get it to drink antidote potions in any script
buyThawings: function (quantity) {
|
would it be viable to add option for merc as well? |
Having the option to give a little bit of insurance to my smiter against Lilith lets me sleep better at night :)
Also requested in #1913 . Linking them in case that user cares to use the feature