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

eRefreshment 2.0 - Detects your food and drink automatically! [HB2]

If I have multiple food types in my bag, how do I go about making HB2 not sell/mail them? I'm assuming that's handled in the profile?
 
or did you manage to also protect them ski? would be epic!
 
If I have multiple food types in my bag, how do I go about making HB2 not sell/mail them? I'm assuming that's handled in the profile?

Yes.


And no to your question letsgo2u, not yet anyway.
 
Ski, any chance i can pick your brain ? Having problems with this plugin today. I've got lots of Filtered Draenic Water in my bags (lvl 66 druid) but HB just spams "No 27860 in bags" whenever it needs to drink. For some reason eRefreshment isn't auto detecting it.

I've looked on wowhead and the item number for Filtered Draenic Water is 28399. Towards the bottom of your script i can see

if (ObjectManager.Me.Level >= 60)
{
drinks.Add("28399");

Even if i put 28399 into HB manually, it works once then goes back to moaning about having "No 27860". Debug log doesn't mention anything. Only way round it is to disable erefreshment and just use standard drink config. Any help appreciated !
 
Last edited:
Ski, any chance i can pick your brain ? Having problems with this plugin today. I've got lots of Filtered Draenic Water in my bags (lvl 66 druid) but HB just spams "No 27860 in bags" whenever it needs to drink. For some reason eRefreshment isn't auto detecting it.

I've looked on wowhead and the item number for Filtered Draenic Water is 28399. Towards the bottom of your script i can see



Even if i put 28399 into HB manually, it works once then goes back to moaning about having "No 27860". Debug log doesn't mention anything. Only way round it is to disable erefreshment and just use standard drink config. Any help appreciated !

27860 is Purified Draenic Water. Not sure why its thinking you have it in your bags though. Basically, it sets a list of itemid's based on your level of all the applicable food and drink, then checks each item in your inventory and compares it to the list. The highest level food/drink it finds are set as your food/drink for HB. It sounds like its checking Filtered Draenic Water but returning Purified for some reason. I really am not sure why, though.
 
Hmmm ok no worries. I'll just buy some Purified water then :)
 
I don't see any reason why it wouldn't be, unless the API was changed.

Well, actually, there is still the problem with saving the settings.xml file with 1.92, so because of this the drinks/food's name doesn't get updated properly in the bot as it did with some of the previous hb2.0 beta versions. Of course only some, since some versions had this prob and some didn't.
 
Just installed this into honorbuddy, just wondering if there is any setting up/Editing required to use this? or does it do it all automatically?
 
just a small question as there isnt alot of information, does this plugin go and buy the food and drink for us?
 
just a small question as there isnt alot of information, does this plugin go and buy the food and drink for us?

No. It basically looks at the food/drink available in your bags and decides what's best to eat/drink according to your level. Saves you putting it in the HB settings manually and having to change it as you level up.
 
this does not work for HB 1.9.2.5

it will write the number codes for HB but it won't eat even when im 1% health.. DK..
 
this does not work for HB 1.9.2.5

it will write the number codes for HB but it won't eat even when im 1% health.. DK..

If it writes the item ID's its working as intended. The not eating part is on HBs or the profile's side.
 
does this work with the new HB 1.9.4.5?

I've seen nothing that says otherwise (read: it should). Its very basic, so the only thing that would affect it is a massive api change.
 
Back
Top