What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin] UseHealingPotions v0.1 By Zeo80

Zeo80

New Member
Joined
Oct 21, 2010
Messages
61
Reaction score
0
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:
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:
Generally this is incorporated into a CC (heal @ xx%) - But for those missing it, I'm sure someone would use it
 
im using a hunter and until FPSware releases his new cc illl use this. Thanks!


Do I have to change any values, like put the name of the healing pot in anywhere? tahnks again!
 
Do I have to change any values, like put the name of the healing pot in anywhere? tahnks again!

Nope, it is picking the best one out of your bag.....
However, I think I have to add the new once.

Version 0.2 shortly... lol
 
Code:
Lua.DoString("UseItemByName(\"" + Item.Entry.ToString() + "\")");
you wanna use Item.Name not Item.Entry
 
Back
Top