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] Battle Pet Swapper

Hmm.
I tried a new clean install of HB and then with the plugins Pokehbuddy, BattlePetSwapper, BattlePetCollector and BattlePetAuctionViewer.
But it only shows up Pokehbuddy in the plugins, I have troubles gettings the others to work, any suggestions?

Edited:
People should main level their characters with Pet Battles (im getting nice 10k+ xp pr fight ive won) ;)
 
Uploaded again and attached. Hopefully this one will work...

View attachment 150004


Thank you so much for this plugin.

Like others on this thread, I had trouble with this plugin when WoD dropped. After many frustrating attempts, I was finally able to get it to work with this version of the zip file. Nothing in the original post worked. I just wanted to let you know. After dropping the extracted folder from this zip, it worked like a charm. Again thank you and I hope this helps anyone else out there having issues with other versions.

ps even the svn version did not work for me after WoD dropped.
 
Im having the same problem it just wont show up in my plugins once i have the HB loaded
 
Battle Pet Swapper does not show up in Plugins category. Where will I find it if not there?
 
Anyone having an issue with this?

Basically it won't stop viewing my entire pet database as favorited.

disregard: this version doesnt even work anymore. it is the older version thats messing up
 
Last edited:
Issue With Ringer

So I am having an issue with the ringer option. As it stands I only have one level 25 pet. No matter what settings I change or if I make my pet favorite or not, it does not seem to ever want to put the level 25 pet into the group. I can't seem to figure out what to do to make sure that this pet stays in the group permanently while the other two are the ones being rotated. Any help is most appreciated.
 
Thanks

Thank you so much for this plugin.

Like others on this thread, I had trouble with this plugin when WoD dropped. After many frustrating attempts, I was finally able to get it to work with this version of the zip file. Nothing in the original post worked. I just wanted to let you know. After dropping the extracted folder from this zip, it worked like a charm. Again thank you and I hope this helps anyone else out there having issues with other versions.

ps even the svn version did not work for me after WoD dropped.

Yeah you have to use that version of the zip now it seems. Thanks for the help!

Works now.

-Fuglie
 
Thank you so much for this plugin.

Like others on this thread, I had trouble with this plugin when WoD dropped. After many frustrating attempts, I was finally able to get it to work with this version of the zip file. Nothing in the original post worked. I just wanted to let you know. After dropping the extracted folder from this zip, it worked like a charm. Again thank you and I hope this helps anyone else out there having issues with other versions.

ps even the svn version did not work for me after WoD dropped.

Same for me, worked with the zip file ! thank you
 
Please help.

I can't get the plugin to work / show up. Is it supposed to use red text, when starting HonorBuddy?
 
Compiler Error: c:\Users\SukHyun\Documents\Honorbuddy\Plugins\BattlePet Swapper\Plugin.cs(133,30) : error CS0115: 'BattlePetSwapper.Plugin.Initialize()': no suitable method found to override

what`s mean?
 
Plugins\BattlePetSwapper\Plugin.cs(133,30) : error CS0115: 'BattlePetSwapper.Plugin.Initialize()'*: aucune méthode appropriée n'a été trouvée pour la substitution


the same with the zip or svn ................. impossible to use this plugin.......
 
Did anyone get a chance to download the file Treek posted with the fix? it is now a dead link and I have PM'ed him but have not heard back. If anyone has the zip he posted with the favorites pet fix, please repost! I'd love you for it! Cheers!

-Q

P.s. For those of you who are looking for a "working copy" you must read the last 5-10 pages worth of posts (last ones) for this thread to get updated information. The OP has not updated the thread in a while from what I can tell.
 
Hello I'm not having much luck with the plugin keep getting compiler error

Compiler Error: e:\HB2.5\Plugins\BattlePetSwapper\BattlePetSwapper\Plugin.cs(133,30) : error CS0115: 'BattlePetSwapper.Plugin.Initialize()': no suitable method found to override

Any help would be appreciated
 
Go to line 133 in the plugin.cs and remove the 'override'.

This is what Line 133-139 should look like.

public void Initialize()
{
BotEvents.OnBotStarted += BotEvents_OnBotStarted;
BotEvents.OnBotStopped += BotEvents_OnBotStopped;
_logger.Write(Name + " loaded (V" + Version.ToString() + ")");
_logger.Write(_pluginSettings.ToString());
}
 
Go to line 133 in the plugin.cs and remove the 'override'.

This is what Line 133-139 should look like.

public void Initialize()
{
BotEvents.OnBotStarted += BotEvents_OnBotStarted;
BotEvents.OnBotStopped += BotEvents_OnBotStopped;
_logger.Write(Name + " loaded (V" + Version.ToString() + ")");
_logger.Write(_pluginSettings.ToString());
}


I will try this and get back thanks for the help...
 
Ok for those having trouble this is what I did and it worked for me.

Download the plugin from the link TreeK posted:

Uploaded again and attached. Hopefully this one will work...

View attachment 150004


After downloading that and unzipping it in the plugins folder, or whatever your method for this is, follow WolfpackPB's suggestion. You don't need to know the line number, honestly it shouldn't matter, just go to the very bottom of the text document and make the changes. I'm pretty sure its the same no matter the editor, but I figured it might matter.


Go to line 133 in the plugin.cs and remove the 'override'.

This is what Line 133-139 should look like.

public void Initialize()
{
BotEvents.OnBotStarted += BotEvents_OnBotStarted;
BotEvents.OnBotStopped += BotEvents_OnBotStopped;
_logger.Write(Name + " loaded (V" + Version.ToString() + ")");
_logger.Write(_pluginSettings.ToString());
}

Make sure you don't have Honorbuddy running when you do all of this. Once you open HB and check the plugins it should now be there. If it's not then someone else will need to dig deeper to find out why.

TL;DR:

1. Download TreeK attachment (a modified version of the original plugin)
2. Un-zip and move the files into the plugins.
3. Open the folder, and open Plugin.cs with a text editor
4. Scroll to the bottom of the document and remove "override". (for reference it should look like what WolfpackPM posted--look above)
5. Save, and then run Honorbuddy. It should be there now. If not just post and I'm sure someone will figure out why.



Hope this helped someone! :)
 
Last edited:
Back
Top