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

HB ARCHIVES: ProfessionBuddy--DO NOT DELETE

Maybe disable in HBRelog "Check HB's responsiveness"
 
Last edited:
Dont have that problem.
You should post your Log in HBRelog thread there you can see whats wrong
 
I just don't want to download beta .. I want this to work with official version...
My professionbuddy is not showing on the list, this is the error
\Honorbuddy 2.5.6860.538\Bots\ProfessionBuddy\Tradeskill.cs(609,47) : error CS1061: 'Styx.WoWInternals.WoWSpell.SpellEntry' does not contain a definition for 'SpellReagents' and no extension method 'SpellReagents' accepting a first argument of type 'Styx.WoWInternals.WoWSpell.SpellEntry'
 
ProfessionBuddy does not compile with HB .545
Updated via SVN.

Code:
[11:30:58.820 N] Compiler Error: c:\Users\Q_Rush\Desktop Shortcuts\Honorbuddy\Honorbuddy 2.5.6663.523\Bots\Professionbuddy\Tradeskill.cs(609,47) : error CS1061: 'Styx.WoWInternals.WoWSpell.SpellEntry' enth?lt keine Definition f?r 'SpellReagents', und es konnte keine Erweiterungsmethode 'SpellReagents' gefunden werden, die ein erstes Argument vom Typ 'Styx.WoWInternals.WoWSpell.SpellEntry' akzeptiert (Fehlt eine Using-Direktive oder ein Assemblyverweis?).

EDIT: Reverting to Revision 546 solved the Problem!
EDIT2: PB updated itself -.-Fuck-.-
 

Attachments

Last edited:
ProfessionBuddy does not compile with HB .545
Updated via SVN.

Code:
[11:30:58.820 N] Compiler Error: c:\Users\Q_Rush\Desktop Shortcuts\Honorbuddy\Honorbuddy 2.5.6663.523\Bots\Professionbuddy\Tradeskill.cs(609,47) : error CS1061: 'Styx.WoWInternals.WoWSpell.SpellEntry' enthält keine Definition für 'SpellReagents', und es konnte keine Erweiterungsmethode 'SpellReagents' gefunden werden, die ein erstes Argument vom Typ 'Styx.WoWInternals.WoWSpell.SpellEntry' akzeptiert (Fehlt eine Using-Direktive oder ein Assemblyverweis?).

EDIT: Reverting to Revision 546 solved the Problem!
EDIT2: PB updated itself -.-Fuck-.-

not a constructive comment but haha
 
ProfessionBuddy does not compile with HB .545
Updated via SVN.

Code:
[11:30:58.820 N] Compiler Error: c:\Users\Q_Rush\Desktop Shortcuts\Honorbuddy\Honorbuddy 2.5.6663.523\Bots\Professionbuddy\Tradeskill.cs(609,47) : error CS1061: 'Styx.WoWInternals.WoWSpell.SpellEntry' enthält keine Definition für 'SpellReagents', und es konnte keine Erweiterungsmethode 'SpellReagents' gefunden werden, die ein erstes Argument vom Typ 'Styx.WoWInternals.WoWSpell.SpellEntry' akzeptiert (Fehlt eine Using-Direktive oder ein Assemblyverweis?).

EDIT: Reverting to Revision 546 solved the Problem!
EDIT2: PB updated itself -.-Fuck-.-

Edit file ProfessionBuddy.cs and change:

// check for Professionbuddy updates
new Thread(Updater.CheckForUpdate) { IsBackground = true}.Start();
_init = true;
to:

// check for Professionbuddy updates
new Thread(Updater.CheckForUpdate) { IsBackground = false }.Start();
_init = false;
 
Latest professionbuddy doesn't load indeed. Hoping for a quick fix. Thanks for all that you are doing, I love this botbase!
 
Can some1 explain me why the ******** i lost PB at dropdown list in HB BETA, and cant get it back ??????/

zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz new copy of HB beta helped.
 
Last edited:
I am trying to make my own simple inscription shuffling profile, why I can't see Ink of Dreams, Starlight ink etc in the Tradeskill list with my inscription even that I have learned them? I can see all other inks..
 
Getting this weird error after restarting the bot after the update has been applied:
Professionbuddy\Tradeskill.cs(609,47) : error CS1061: 'Styx.WoWInternals.WoWSpell.SpellEntry' does not contain a definition for 'SpellReagents' and no extension method 'SpellReagents' accepting a first argument of type 'Styx.WoWInternals.WoWSpell.SpellEntry' could be found (are you missing a using directive or an assembly reference?)

Also happens with the "stable" version.
 

Attachments

Last edited:
reverting only helps partially, and HB crashes the second you want to use bot settings - I also is hoping for a fix soonish - mailbox is filling up with stuff my shuffler is supposed to take care off ;) and i REALLY dont want to mill/prospect all that shit manually.
 
after svn update PB is gone from selection menu.

Code:
Compiler Error: c:\Users\user\Desktop\$.b\Bots\Professionbuddy\Tradeskill.cs(609,47) : error CS1061: 'Styx.WoWInternals.WoWSpell.SpellEntry' enth?lt keine Definition f?r 'SpellReagents', und es konnte keine Erweiterungsmethode 'SpellReagents' gefunden werden, die ein erstes Argument vom Typ 'Styx.WoWInternals.WoWSpell.SpellEntry' akzeptiert (Fehlt eine Using-Direktive oder ein Assemblyverweis?).
 
after svn update PB is gone from selection menu.

Code:
Compiler Error: c:\Users\user\Desktop\$.b\Bots\Professionbuddy\Tradeskill.cs(609,47) : error CS1061: 'Styx.WoWInternals.WoWSpell.SpellEntry' enthält keine Definition für 'SpellReagents', und es konnte keine Erweiterungsmethode 'SpellReagents' gefunden werden, die ein erstes Argument vom Typ 'Styx.WoWInternals.WoWSpell.SpellEntry' akzeptiert (Fehlt eine Using-Direktive oder ein Assemblyverweis?).

Should be fixed on SVN. Tradeskill has again been disabled in the svn trunk because fix requires hb beta...

I've created a new beta branch on svn with tradeskills enabled.
 
Last edited:
Back
Top