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!

AntiCap - buy honor and other gear before you hit the cap!

Can't update SVN or even navigate to: 401 Authorization Required as it says:

Authentication Required

The server http:\\svn.bothaven.com:80 requires a username and password. The server says: VisualSVN Server

Username:
Password:

Never had this apart from with a paid routine...

Is this now a paid plugin? Has something changed?
 
Would be awesome for the pvp vendors if it bought the main weapon as soon as it could, most times when I use this say for a MH and OH caster class itll buy the OH first then it wont get the MH till like the very end almost. Would be awesome that if as soon as it hit the 7250 in season it would buy the mainhand (or weapons) as they are the biggest upgrade.

Couldn't agree more!
 
Sorry, there is no longer access to SVN without username and password. Please use guest as both username and password
 
I've tried every variation of the login user/pass as Guest/guest/gUest and etc.. it all fails.
 
Working well still; however, it does not recognize currency exchanging, such as Justice to Honor. I am unsure how to configure a .xml to Load Items as well, if that's even possible with currency (as I believe <item></item> is used, and currently is not considered an item, correct?). Thoughts?
 
Working well still; however, it does not recognize currency exchanging, such as Justice to Honor. I am unsure how to configure a .xml to Load Items as well, if that's even possible with currency (as I believe <item></item> is used, and currently is not considered an item, correct?). Thoughts?
23-day bump!

(is this still a supported plugin?)
 
Yes. Please...This plugin was so user-friendly

Definitely need it back
 
Last edited:
Working well still; however, it does not recognize currency exchanging, such as Justice to Honor. I am unsure how to configure a .xml to Load Items as well, if that's even possible with currency (as I believe <item></item> is used, and currently is not considered an item, correct?). Thoughts?
30-day bump!

(is this still a supported plugin?)
 
I hope so, can't even imagine using that second one gear buying plugin, it's designed so badly, and AntiCap is superior on so many levels...
Inrego
please update your awesome plugin for us <3
 
You can fix the problem by yourself, Im not involved in any way in the development of this plugin, but I think HB new API doesnt support overriding Initialize() anymore.

For fixing it just open Plugin.cs, add the constructor

Code:
public Plugin()
{
	 Settings.LoadSettings();
}

and remove or comment Initialize() like this


Code:
//    public override void Initialize()
//  {
//    Settings.LoadSettings();
//  }

or you can just download my fixed Plugin.cs and replace the old one with it in HB\Plugins\Anticap.
 

Attachments

Last edited:
You can fix the problem by yourself, Im not involved in any way in the development of this addon, but I think HB new API doesnt support overriding Initialize() anymore.

For fixing it just open Plugin.cs, add the constructor

Code:
public Plugin()
{
	 Settings.LoadSettings();
}

and remove or comment Initialize like this


Code:
//    public override void Initialize()
//  {
//    Settings.LoadSettings();
//  }

or you can just download my fixed Plugin.cs and replace the old one with it in HB\Plugins\Anticap.

Awesome that worked! Thanks a bunch
 
You can fix the problem by yourself, Im not involved in any way in the development of this plugin, but I think HB new API doesnt support overriding Initialize() anymore.
For fixing it just open Plugin.cs, add the constructor

Code:
public Plugin()
Code:
[FONT=Verdana]{[/FONT]
[FONT=Verdana]     Settings.LoadSettings();[/FONT]
[FONT=Verdana]}[/FONT]

and remove or comment Initialize() like this


Code:
//    public override void Initialize()
Code:
[FONT=Verdana]//  {[/FONT]
[FONT=Verdana]//    Settings.LoadSettings();[/FONT]
[FONT=Verdana]//  }[/FONT]

or you can just download my fixed Plugin.cs and replace the old one with it in HB\Plugins\Anticap.

You sir... are a GOD!

You think there's any chance you could update this one too? <3 https://www.thebuddyforum.com/honor...-logmeout-world-warcraft-disconnecter-50.html
 
Back
Top