Whenever I try loading the botbase, this is what i end up with "Honorbuddy\Bots\PokehBuddy\PokehBuddy.cs(416,50) : error CS1501: No overload for method 'Dismount' takes 0 arguments"
Change line 416 in PokehBuddy.cs to if (Styx.StyxWoW.Me.Mounted) Styx.CommonBot.Mount.Dismount("Dismount");
Pokehbuddy not working with latest release of HB. Compiler Error: c:\Users\marino78\Desktop\Honorbuddy\Plugins\Pokehbuddy\Pokehbuddy.cs(282,30) : error CS0115: 'Pokehbuddyplug.Pokehbuddy.Initialize()': impossibile trovare un metodo adeguato per eseguire l'override. Help me pls
Seems like u have installed in the plugin folder? Should be in c:\Users\marino78\Desktop\Honorbuddy\Bots\PokehBuddy ???
I love how this is the answer to everyone's problem yet nobody likes to read Only problem now is when you hit start on the bot, nothing happens. Start button doesn't turn into stop button
The attached zip includes updates to several files that will get the bot base working again. A couple of things to note: 1. Pet IDs have changed, your old pet logic files will not be seen by this version, and there isn't any way to import them. 2. This includes several other changes I have made to the bot over the last year or so, and I am not even sure what they all are. 3. I leveled the new Halloween pets and the annoyingly loud new mech pet last week using this. I did a quick test today with the latest HB/WoW builds and it still appears to work. 4. I have an updated Battle Pet Swapper plugin as well. I'll upload that in the appropriate plugin thread. View attachment PokehBuddy.zip Just in case it helps anyone, here is the default logic I use when leveling pets. View attachment Default Logic.xml Good luck!
I still get a compile error and i made sure i had your files \configForm.cs(1704,67) : error CS0103: The name 'comboBox8' does not exist in the current context
Ahh - sorry about that. Looks like Sychotix did a few updates that I missed. My changes are based his revision 21. If you revert your copy to that revision, then copy in my files you *should* be okay. When I get a chance I'll grab those last few commits he made and integrate it into my modified version. Likely be a while as I am out of town for the next several days.
thanks to imoutits for the "Pokehbuddy.cs" and thanks to TreeK for the "Default Logic.xml" made a zip file out of my working pokehbuddy folder
Anyone else's HB not recognizing the bot? I even just did a fresh install and it won't recognize the bot, here's my bots folder.
If you use SVN to get the original files you can easily grab revision 21, but there is no direct download of that version. I have merged my code with the last few updates Sychotix made to get everything up to date with the download available in the first post, but it will be Monday or Tuesday before I can test it and post it here.