• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: ProfessionBuddy--DO NOT DELETE

    Discussion in 'Archives' started by highvoltz, Jul 18, 2012.

    1. HB0894Z87

      HB0894Z87 New Member

      Joined:
      Jun 1, 2011
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      I have the same issue. I'm also not able to prospect/mill since today. It says it's done milling/prospecting when I have plenty of herbs/ore left in my bags.
       
    2. Wullie

      Wullie New Member

      Joined:
      Jun 8, 2013
      Messages:
      411
      Likes Received:
      3
      Trophy Points:
      0
      Hmm, okay, yes, the issue is with the herbs getting into the ProtectedItems list.

      Seems that in 733 build ProtectedItemsManager now uses HB's version (or a combination of both HB's and PB's).

      I've just run the following while PB is running:

      Code:
      foreach( var p in ProtectedItemsManager.GetAllItemNames())
      {
      Log(p);
      }
      
      And the herbs are listed there - first all of the main one in the HB directory are listed, followed by the PB ones.

      The herbs are *not* in PB's ProtectedItems.xml, but *are* in HB's. This was the case in previous builds as well, so guessing something has changed in how ProtectedItemsManager functions?

      Hmm.. okay here we go, this is Highvoltz comment on a recent commit to the PB code's DisenchantAction.cs:

      Code:
      Professionbuddy no-longer maintains a
      protected items list. Instead it now uses
      the on shipped with HB.
      'Mail Item' and 'Deposit Item in Bank'
      actions no-longer skip items listed in the
      protected items list.
      
      Guess that explains why we're having issues...

      ... how to best fix without it selling all our herbs and ore...

      I'm unsure of the reasons behind the changes, but I would suggest that DisencantAction should still use pb's built in list?

      For the moment I've just removed the ProtectedItems check from the Disenchant (+Mill/Prospect) code. Anything I don't want milled I mail away first anyway.
       
      Last edited: May 20, 2014
    3. Celisuis

      Celisuis New Member

      Joined:
      Dec 4, 2011
      Messages:
      216
      Likes Received:
      0
      Trophy Points:
      0
      Replace your Professionbuddy.cs with this one. It should fix the problem and revert back to the PB Protected Items.

      This is not an official fix. Just what worked for me.
       

      Attached Files:

    4. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      New update on SVN.
      * Items that are in HB's ProtectedItems list are no-longer skipped when milling or prospecting.

      I got rid of the ProtectedItems list that comes with PB since it didn't make sense to keep it. It was not updated and would get overridden from updates.
      The ProtectedItems list is still checked when selling or DEing items by quality.
       
      Last edited: May 21, 2014
    5. Festival

      Festival New Member

      Joined:
      Aug 14, 2011
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      Now have this

      Err: System.NullReferenceException: Object reference not set to an instance of an object.
      at HighVoltz.Professionbuddy.UpdateMaterials() in d:\Farm\Honorbuddy\Bots\Professionbuddy\ProfessionBuddy.cs:line 685


      View attachment 1116 2014-05-21 17.31.txt
       
    6. HB0894Z87

      HB0894Z87 New Member

      Joined:
      Jun 1, 2011
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      I'm getting this error when I go to bot config in professionbuddy.

       
    7. havskum

      havskum New Member

      Joined:
      Aug 30, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      yeah i get the same error :s
       
    8. r4vn0s

      r4vn0s Member

      Joined:
      Sep 27, 2012
      Messages:
      81
      Likes Received:
      1
      Trophy Points:
      8
      Me too, same error here, just after HB update
       
    9. chtpm

      chtpm Member

      Joined:
      Nov 26, 2011
      Messages:
      649
      Likes Received:
      6
      Trophy Points:
      18
      I get that error too
       
    10. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      This issue is now fixed.
       
    11. mansellboi

      mansellboi Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      437
      Likes Received:
      1
      Trophy Points:
      18
      Professionbuddy is broke with new HB update, Do you guys no theres issues and are trying to fix them or unaware? Cheers
       
    12. joachimb

      joachimb Member

      Joined:
      Nov 18, 2011
      Messages:
      289
      Likes Received:
      1
      Trophy Points:
      18
      Yep, confronted to the same problem :(
       
    13. Exploiter

      Exploiter New Member

      Joined:
      Dec 6, 2011
      Messages:
      69
      Likes Received:
      1
      Trophy Points:
      0
      Same question like mansellboi, are you fixing PB because we have huge issues. When my bot enter "crafting" stage in my profile i just start lagging like hell and freezing my wow for 1 minute causing disconnects from server sometimes. I dont know if this is because of HB or PB but it all started after last HB patch and its really annoying. Please start fixing this.
      Thanks in advance!
       
    14. Dockson

      Dockson Member

      Joined:
      Dec 21, 2013
      Messages:
      159
      Likes Received:
      2
      Trophy Points:
      18
      Also encountering errors after the new patch. Happens when going into the crafting stage.

      Code:
      [PB] Crafting Ornate Band.
      Err: If Condition: CanCraft(122661)
      Err:System.NullReferenceException: Object reference not set to an instance of an object.
         at HighVoltz.Recipe.get_CanRepeatNum() in c:\HB\Bots\Professionbuddy\Tradeskill.cs:line 423
         at HighVoltz.Dynamic.Helpers.TradeskillHelper.<>c__DisplayClass15.<CanCraft>b__13(TradeSkill ts) in c:\HB\Bots\Professionbuddy\Dynamic\Helpers.cs:line 446
         at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
         at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
         at HighVoltz.Dynamic.Helpers.TradeskillHelper.CanCraft(UInt32 recipeID) in c:\HB\Bots\Professionbuddy\Dynamic\Helpers.cs:line 444
         at CodeDriver.Code1145619637(Object context)
         at HighVoltz.Composites.If.CanRun(Object context) in c:\HB\Bots\Professionbuddy\Composites\If.cs:line 203
       
    15. Landroid

      Landroid New Member

      Joined:
      May 4, 2014
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Is anyone else experiencing issues w/ the Sell(grey items), if I'm not mistaken this should take me from wherever I am, to the nearest merchant and sell all my grey items. At this moment it loads tiles, moves a few paces and stops, bot still running but essentially doing nothing until it times out. I've let it sit for over an hour.

      This seems to be the only thing keeping my Enchanting via Tailoring via Cloth farming profile from working.
       
    16. yeayea

      yeayea New Member

      Joined:
      Jan 22, 2013
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      View attachment 2444 2014-05-26 15.34.txt

      hi everyone,

      here's the log attach

      having this error,

      ...

      Changing current profile to level 0 - 2147483647
      PB 1.665: Adding TradeSkill Leatherworking
      Starting the bot!
      Currently Using BotBase : ProfessionBuddy
      PB 1.665: Done Loading Tradeskills.
      PB 1.665: Loading profile Alpha LW 500 + Skin.xml from file
      PB 1.665: Preloading profile Ally Skinning LW QO.xml
      PB 1.665: Checking for new version
      PB 1.665: No updates found
      Err: Unable to find profile: HBProfiles\Skinning\Ally Skinning LW QO.xml
      [Singular] info: Pull Distance set to 100 yds by ProfessionBuddy, Plug-in, Profile, or User
      Welcome to [PB] Leatherworking + Skinning 1- 500
      Leatherworking level is 188
      Skinning Level is 430
      Err: Unable to find profile: HBProfiles\Skinning\Horde Skinning Lw QO.xml
       
    17. Nexus129

      Nexus129 New Member

      Joined:
      Dec 3, 2011
      Messages:
      81
      Likes Received:
      1
      Trophy Points:
      0
      Same problem as Dockson

      Code:
      [ProfessionBuddy] Crafting Ornate Band.
      Err: If Condition: CanCraft(122661) && Me.FreeBagSlots >= 1
      Err:System.NullReferenceException: Object reference not set to an instance of an object.
         at HighVoltz.Recipe.get_CanRepeatNum() in e:\Honorbuddy\HB\Bots\Professionbuddy\Tradeskill.cs:line 423
         at HighVoltz.Dynamic.Helpers.TradeskillHelper.<>c__DisplayClass15.<CanCraft>b__13(TradeSkill ts) in e:\Honorbuddy\HB\Bots\Professionbuddy\Dynamic\Helpers.cs:line 446
         at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
         at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
         at HighVoltz.Dynamic.Helpers.TradeskillHelper.CanCraft(UInt32 recipeID) in e:\Honorbuddy\HB\Bots\Professionbuddy\Dynamic\Helpers.cs:line 444
         at CodeDriver.Code723706099(Object context)
         at HighVoltz.Composites.If.CanRun(Object context) in e:\Honorbuddy\HB\Bots\Professionbuddy\Composites\If.cs:line 203
       
    18. kalyd

      kalyd New Member

      Joined:
      May 13, 2014
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      Crafting is broken :/
       
    19. Exploiter

      Exploiter New Member

      Joined:
      Dec 6, 2011
      Messages:
      69
      Likes Received:
      1
      Trophy Points:
      0
      Found solution, since 1 PC is working without any problems and second PC had huge problems last 4-5 days i decided to compare settings on both PC-s and i found PC1 is using .Net framework 4.5.2 and PC 2 is using 4.5.1 so after upgrade and PC reset crafting is working just fine. If you have problems, just download 4.5.2 .Net framework and you will fix all you'r problems.
      Cheers guys!

      EDIT: After i started all bots they start lagging again...Something is wrong and i can't find a solution.
       
      Last edited: May 27, 2014
    20. Exploiter

      Exploiter New Member

      Joined:
      Dec 6, 2011
      Messages:
      69
      Likes Received:
      1
      Trophy Points:
      0
      Any response about our problem? I have tried everything, clean install HB like 5 times, .Net upgrade, running wow from SSD and SATA hdd, running US or EU client and im still having problems while im in crafting phase on my PB profile.
      Please tell us if you have any idea what can be a problem.
      Thanks
       

    Share This Page