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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Plugin] Mr.GearBuyer

dammit i did that.. its appearing into plugins window but i cant open the configuration box..... it just doesnt work...
please help me


The post above you tells you what to do..

Just open Plugins\MrGearBuyer\GUI\MGBConfig.cs with a text editor (recommend Notepad++) and go to the line (line 18) where it saysCode:

using Styx.MemoryManagement;

and change it toCode:

using GreyMagic;
 
Yay ! a beast plugin its with us again :P time to farm points without control !
 
maybe you can add "BG Bot" Botbase Support.

Change
Code:
if (BotManager.Current.Name == "BGBuddy")

with

Code:
if (BotManager.Current.Name == "BGBuddy" || BotManager.Current.Name == "BG Bot")



and you should change

Code:
     get { return string.Format("{0}\\Settings\\MrGearBuyerSettings_{1}.xml", AppDomain.CurrentDomain.BaseDirectory, StyxWoW.Me.Name); }

with

Code:
      get { return string.Format("{0}\\Settings\\{1}\\{2}\\MrGearBuyerSettings.xml", AppDomain.CurrentDomain.BaseDirectory, StyxWoW.Me.RealmName, StyxWoW.Me.Name); }

so the savefile is saved in the Realm\Char Folder ;-)
 
maybe you can add "BG Bot" Botbase Support.

Change
Code:
if (BotManager.Current.Name == "BGBuddy")

with

Code:
if (BotManager.Current.Name == "BGBuddy" || BotManager.Current.Name == "BG Bot")
not sure why i would do that.
 
Hi sorry but Mrgearbuyer isnt showing up on the plugin page. it says this when i log into honor buddy.
Compiler Error: c:\Program Files (x86)\Honorbuddy\Plugins\MrGearBuyer\MrGearBuyer.cs(30,18) : error CS0260: Missing partial modifier on declaration of type 'MrGearBuyer.MrGearBuyer'; another partial declaration of this type exists
would really appreciate some help thanks
 
Hi sorry but Mrgearbuyer isnt showing up on the plugin page. it says this when i log into honor buddy.
Compiler Error: c:\Program Files (x86)\Honorbuddy\Plugins\MrGearBuyer\MrGearBuyer.cs(30,18) : error CS0260: Missing partial modifier on declaration of type 'MrGearBuyer.MrGearBuyer'; another partial declaration of this type exists
would really appreciate some help thanks
if you need help, i need a FULL LOG AS AN ATTACHMENT. any post from here on out, like this one, without a full log will be deleted.
 
Mr.GearBuyer]: Mr.GearBuyer Could Not Find NPC in Honorbuddy's NPC Database, Checking Mr.GearBuyers Vendor List for Information
[Mr.GearBuyer]: Mr.GearBuyer Could Not Find NPC in Range. Checking Honorbuddy's NPC List to see if we can Find him

Thats what happens when i tried using it on beta build. I fetched the items, but it doesnt buy anything.
 
Doesnt seem to work, for some reason he doesnt buy the gear when he got the honor needed for it. Exactly what the previous speaker said.

I assume it needs an update?
 
argg, you guys complain shits not working, yet I DONT HAVE ANY LOGS SHOWING IT.


if its not working, then post a full log as an attachment.

im not sure how many times i have to say that.
 
Back
Top