Hey just a heads up, he's right, it not longer works Let me know if you need logs or anything like that.
download the original from the svn, then replace the 2 attached files. It works for WOD vendor too. Make sure you using latest honorbuddy. MGBConfig.cs is in GUI dir.
is the uploaded version the same as the svn version? Id rather not have the modified svn as if i update it by accident it'll just overwrite the modified files and break it again (until/if it begins being updated again by the author) (it should its absolutely essential!)
Which one did you try? Honestly I have no experience with them, but i guess it can work with box opener plugins...
Just leveled 3 toons to full pvp gear using my box opener + this plugin... both are working just fine.
I used this one: https://www.thebuddyforum.com/honorbuddy-forum/plugins/pvp/195229-plugin-strong-boxopener.html Problem is when it gets gear from strongbox, it doesn't remove it from buy list.
This isn't showing up in the plugin menu at all for me and I've tried several different times to install and reinstall, is there any problems currently? If not tell me step by step how to install this correctly cause simply putting this into your plugins folder doesnt do anything
one file goes into the main folder, the other file goes into the gui folder. I made that mistake and when I put them in the right place it works for me now.
Cant see it in the plugin configuration.. i mean i did exactly the same as in the description ... like hb/plugins/mrgearbuyer/mrgearbuyer.cs <-- mh can someone explain how i can fix it ?
If anyone is having problems with this plugin at the moment, it is due to it not being updated currently. To fix the immediate compilation error, you'll need to edit the MrGearBuyer.cs file like so: Add to the top of the file, by the other using statements: using Styx.CommonBot.ObjectDatabase; and change the line: NpcResult npc = NpcQueries.GetNpcById(firstItem.ItemSupplierId); to: NpcResult npc = Query.GetNpcById(firstItem.ItemSupplierId); Good luck
Compiler Error: c:\Users\"""\Documents\Honorbuddy\Plugins\MrGearBuyer\MrGearBuyer.cs(297,33) : error CS0103: Имя "NpcQueries" отсутствует в текущем контексте