Hi all,
I made this simple plugin, just place the .cs file in a subfolder of your Honorbuddy\Plugins folder.
Like : Honorbuddy\Plugins\UseHealingPotions\UseHealingPotions.cs
Go to your plugin tab in HonnerBuddy and enable it.
It will look up your best healing potion in your bag and use it when your health drops below 20%.
When you like another percentage, just edit it with notepad and change the line:
As I am using it, I just as well share it with the community ;-)
Nothing fancy, plain and simple.
Cheers.
Changelog:
- v0.1 First release
- v0.2 Added Cata potions.
View attachment UseHealingPotions.zip v0.2
I made this simple plugin, just place the .cs file in a subfolder of your Honorbuddy\Plugins folder.
Like : Honorbuddy\Plugins\UseHealingPotions\UseHealingPotions.cs
Go to your plugin tab in HonnerBuddy and enable it.
It will look up your best healing potion in your bag and use it when your health drops below 20%.
When you like another percentage, just edit it with notepad and change the line:
Code:
static int FlaskAt = 20;
As I am using it, I just as well share it with the community ;-)
Nothing fancy, plain and simple.
Cheers.
Changelog:
- v0.1 First release
- v0.2 Added Cata potions.
View attachment UseHealingPotions.zip v0.2
Attachments
Last edited: