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

Mr.GearBuyer - Mr.HonorCap2 - A Plugin that Buys Gear with Honor and Justice Points.

Status
Not open for further replies.
Same as others. Works perfectly on the old HB version, but it seems like it refuses to fetch the list from the Justice Quartermaster.
 
You have to change a line in the plugin since it is trying to get the Path to the texture of the currency rather than the name.

Before

Code:
Line 156            var costTypeLua =
                            Lua.GetReturnVal<string>(
                                "return GetMerchantItemCostItem(" + fixedIndex + ", GetMerchantItemCostInfo(" + fixedIndex + "))", 0);
After

Code:
Line 156            var costTypeLua =
                            Lua.GetReturnVal<string>(
                                "return GetMerchantItemCostItem(" + fixedIndex + ", GetMerchantItemCostInfo(" + fixedIndex + "))", 3);

Hence the number 3 in the end of the line is the proper index for the name.
 
code is it possible that if you have max JP points, he still gets HP but not trying to buy the JP cause they are already maxed, example : i have already 3800JP but he still try's to buy em and it's midle of the night so i'm sleeping, and i start with 0 JP
 
This is brilliant and works perfect! I like the idea of getting items from the vender rather than having a drop down menu, meaning that you do not need to update when new gear comes out. Could you add the capability to buy Justice items as well? Unless it is a bug but I can't seem to get the items from Magatha Silverton. This would be brilliant to be able to do. Also the option to equip the item after it has bought it would be fantastic. Thanks for this brilliant program! :D Keep up the good work! :D
 
i got a bug since the new HB update : [Mr.GearBuyer]: Please move your toon close to the vendor. Otherwise HonorCap won't be able to buy items. its standing next to it
 
Ive been using it all night on my lock and the top three items where the head robes and legs and when i wake up its bought the head and staff and just skipped or deleted the other items so far i put in the full set for a lock its bought only the head and staff ignored everything else in the list and wiped it and has left on the list the last 5 items i had on it which is 1 trinket, wrists belt, boots, back wasnt sure if this log would help or not but here it is
 

Attachments

View attachment 1-27-2012_6_47 AM 8848 Log.txt

The plugin wont buy ores. I added ore to the buy list maximum amount, yet it still thinks it bought it and removes it from the list.

I just tried with other honor trade goods. The bot will only buy 1 item and stop. I wish to have the bot buy as much as possible or is that not how it is designed?
 
Last edited:
hey guys my MRhonorcap is somehow not working.. yesterday while i was gone he bought the helmet i told him to without problems and so the trinket while i was sleeping today, but now when i woke up he has 3,8k honor and everytime hes out of the bg, he just opens the merchant vendor and isntantly closes it without buying anything.. he keeps doing this until bg que pops, how can i fix this ? log is attached
 

Attachments

Still no fix for the fetching vendor items from JP vendors?
 
Big props man. I used this to get my fresh 85 fully pvp geared in 4 days. (5-6 hours a day) I never messed up once great job!
 
make sure you got the name right of the honor vendor so you are not using the hordes name or visa versa
 
Status
Not open for further replies.
Back
Top