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

[Test] Honorbuddy 2.0.0.4928

Status
Not open for further replies.
i have a construction that does classquests:

if-classcheck
if hasspell
train
endif

pickup classquest & do it
turn it in

endif


the problem is that the castspellon-behaviour is complaining each time

"character doesnt know spell, stopping hb"
hb isn't stopped though and the "doesnt know spell" is totally not necessary because the classcheck successfully avoids the castspellon line for immolate if you are a shaman.
A bit confusing to the users ;)
 
Last edited:
Having one issue which seems to have carried on from the last test version.

Learn new skills: he goes to learn the skills and does so perfectly but its after where the peoblem lies. The bot just seems to stop next to the trainer.

Ill attach a post when i get home :)
 
the problem is that the castspellon-behaviour is complaining each time

"character doesnt know spell, stopping hb"

Thank you!

This has been repaired for the next drop. I've attached the repaired behavior below to get you over the hump.

cheers,
chinajade
 

Attachments

TLDR Version: We like how the new GUI looks. We hate how the new GUI works. We need 10000 more clicks to do stuff that we did faster in the previous releases.

1. Color is too dark. Couldn't you use the system color from my windows skin? It makes me claustrophobic :-/

2. Settings are too "hidden" if I may say. In order to configure the running bot we need to go to "Settings & Tools" then to "Bot Config"

3. Same as above for all all configurations.

4. In order to configure a plugin you need to hit settings -> plugins -> select the plugin and hit configure, opening up a total of 4 windows.

5. Plugins are not using the window styling of HB, making it unintuitive.

6. You can't close Windows by pressing the Escape key

7. The Settings window has a max height/width that you can resize to, but that max size still presents scroll bars when using "advanced" mode.

8. Form Elements (checkmarks, sliders, input boxes) need better contrast.

9. Adding a highlight color to the whole UI would make wonders (something like red, blue, green whatever). While looking nice right now, they're "too" blended in.

10. Sliders for ranges are not as precise as we want. Reverting back to normal input box would be better.

11. Most buttons under "Settings & Tools" should be taken out of that menu and made more accessible. It's too clunky to configure something easily, when compared to the old UI.

Thanks for reading. "Like" if you think the same, partial or total :-)
 
Miley class does not use abilities on the mob, "Black Dragon Highlands" please fix
 
I still have the Failure with this Version: I have a Problem with a Plugin which I support: Higher Learning Archievement.
You could download my Version of the Plugin here: [Plugin - Ach/Pet] Higher Learning Achievment !

I got this Failure:
Plugin from xxxxMyPathxxxx\honorbuddy\Plugins\BookCollector1.6 .cs could not be compiled! Compiler errors:
File: BookCollector1.6.cs Line: 216 Error: "Styx.Helpers.StyxSettings" enth?lt keine Definition f?r "EnabledPlugins", und es konnte keine Erweiterungsmethode "EnabledPlugins" gefunden werden, die ein erstes Argument vom Typ "Styx.Helpers.StyxSettings" akzeptiert (Fehlt eine Using-Direktive oder ein Assemblyverweis?).

Means: the Function "EnabledPlugins" of the Typ "Styx.Helpers.StyxSettings" is missing with the newest Version.
Is it possible to get it back? or is there another possibility to get this Programmpart to work?
Code:
                public override void Pulse()
                {
//here is some other Code ...

                    // pulse other plugins since we're in a loop
                    List<PluginContainer> _pluginList = PluginManager.Plugins;
                    foreach (PluginContainer _plugin in _pluginList)
                    {
                        if (_plugin.Enabled && _plugin.Plugin.Name != Name)
                            _plugin.Plugin.Pulse();
                    }             }
thank you very much
katzerle
 
I still have the Failure with this Version: I have a Problem with a Plugin which I support: Higher Learning Archievement.
You could download my Version of the Plugin here: [Plugin - Ach/Pet] Higher Learning Achievment !

I got this Failure:
Plugin from xxxxMyPathxxxx\honorbuddy\Plugins\BookCollector1.6 .cs could not be compiled! Compiler errors:
File: BookCollector1.6.cs Line: 216 Error: "Styx.Helpers.StyxSettings" enth?lt keine Definition f?r "EnabledPlugins", und es konnte keine Erweiterungsmethode "EnabledPlugins" gefunden werden, die ein erstes Argument vom Typ "Styx.Helpers.StyxSettings" akzeptiert (Fehlt eine Using-Direktive oder ein Assemblyverweis?).

Means: the Function "EnabledPlugins" of the Typ "Styx.Helpers.StyxSettings" is missing with the newest Version.
Is it possible to get it back? or is there another possibility to get this Programmpart to work?
Code:
                public override void Pulse()
                {
//here is some other Code ...

                    // pulse other plugins since we're in a loop
                    List<PluginContainer> _pluginList = PluginManager.Plugins;
                    foreach (PluginContainer _plugin in _pluginList)
                    {
                        if (_plugin.Enabled && _plugin.Plugin.Name != Name)
                            _plugin.Plugin.Pulse();
                    }             }
thank you very much
katzerle


Find and replace, Styx.Helpers.StyxSettings.EnabledPlugins should be Styx.Helpers.CharacterSettings.EnabledPlugins
line 216 in BookCollector1.6.cs

Edit: Uploaded it with the fix, use the attachment
 

Attachments

Last edited:
tldr version: We like how the new gui looks. We hate how the new gui works. We need 10000 more clicks to do stuff that we did faster in the previous releases.

agree!!!!
 
I still have a few issues:

1. It doesn't always save my settings and randomly changes them.
2. It now skips looting mobs once in a while???
 
None of the bots are showing up for me. (i.e. Questing, PvP, BGBot[Beta) So I can't turn it on. Is this normal?
 
Hey Nesox can you please fix the error from 4620 when you get DC'd and log back in and try to use HB you get the sessions is invalid, then when I hit login I get a WoW error everytime, so to avoid this I have to re-open HB all time, hope this still doesn't happen in this version.
 
There are many mobs that it is ignoring for some reason. It's as if the bot doesn't even know they are there. It won't face the mobs or dps them if it is facing them. Doesn't even target them while your standing there getting pawned. Have had this problem in Twilight Highlands, Uldum and Deepholm.
 
Last edited:
Just asking, but is there any official release date for
Honorbuddy 2.0.0.4928?
 
Find and replace, Styx.Helpers.StyxSettings.EnabledPlugins should be Styx.Helpers.CharacterSettings.EnabledPlugins
line 216 in BookCollector1.6.cs

Edit: Uploaded it with the fix, use the attachment

Thank you very very much :)
 
we remove [Test] when we release a [Release] which is almost always a 'new build' :)

There have been changes - so 4928 in this case will not be a release
 
I still have a few issues:

1. It doesn't always save my settings and randomly changes them.
2. It now skips looting mobs once in a while???

Do u use quest-bot?
Some of the behaviors change the settings temporarely, after finishing the behavior it switches back to the original (your personal) settings

As Example, this happens when there is used a FlyTo to eliminate some problems while flying (mining/herbing, looting ... everything that'S lead the bot to do something else then FlyingTo)

I realised this in the last release and after searching the reason i found it while questing, in the Quest Behaviors

// Disable any settings that may cause us to dismount --
// When we mount for travel via FlyTo, we don't want to be distracted by other things.
// We also set PullDistance to its minimum value. If we don't do this, HB will try
// to dismount and engage a mob if it is within its normal PullDistance.
// NOTE: these settings are restored to their normal values when the behavior completes
// or the bot is stopped.
 
Last edited:
Status
Not open for further replies.
Back
Top