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

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

    1. turya

      turya Member

      Joined:
      Jul 2, 2010
      Messages:
      70
      Likes Received:
      0
      Trophy Points:
      6
      Problem comming in last update. Bot stop reaction on any profile command and auto load first questing profile from file and use it :(
       

      Attached Files:

    2. mugenji77

      mugenji77 New Member

      Joined:
      Dec 21, 2013
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      View attachment 122063
      Hey, Can some1 tell me how to change Class Spec in profile PB?? I think that it's like "<custom code =...>" but I dont know how do this.
       
    3. HSBen

      HSBen Member

      Joined:
      Sep 16, 2010
      Messages:
      97
      Likes Received:
      0
      Trophy Points:
      6
      Anyone?
       
    4. mordax

      mordax Member

      Joined:
      Apr 11, 2010
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      6
      Same for me, 1-600 mining/herb profile keeps going to 1-75 Elwyn forest while I'm Horde. Any fix?
       
    5. mugenji77

      mugenji77 New Member

      Joined:
      Dec 21, 2013
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      After relogging from one char to another with the command like '<CustomAction Code="SwitchCharacter((string)...>' the second char has no spec chosen in the settings, what's the command to set that spec or just make it automatically to find the proper one? E.g. warrior lvl 1 switches to fury warrior lvl 90 with no spec in t he settings so he cant start grinding. Please help me, I really need to know this command, thanks in advance!
       
    6. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Still having this issue. Is this on the list of bugs to address? I posted the above post 17 days ago and never got a response.

      Tested with this profile this past weekend and it's still doing the above bug:

      http://www.thebuddyforum.com/honorb...dy-profiles/77195-pb-inscription-1-600-a.html

      This profile works fine if you close/restart HB. It will continue on with the next step as it should, but sometimes only for like 3 profession levels, then it trains and loops the bug again.
       
    7. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      You could probably use a Custom Acton that calls ProfileManger.LoadNew(PATH)
       
    8. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      You can find the spell that creates the glyph item on wowhead. Spell will be listed in the 'Created By' tab.
       
    9. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      You need to start HB while logged into the character that you want to farm on since it'll use the settings and combat routine for that toon for the entire lifespan of the process.

      You can set the spec manually by opening HB settings and changing the 'Class Profile' value under the 'Character Manager' group.
      You can set it programmatically by calling the CharacterManager.SetClassProfile method with an entry from the CharacterManager.ClassProfiles collection tho I doubt you need to if starting HB while logged into the farm toon assuming you have manually set the spec.
       
    10. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      This seems to be caused from a naming collision between a member/property defined in profile and the 'Skinning' property that was recently added to PB that allows profile writers to check the skinning level and max level.
      Please let the profile author know of this issue.
       
    11. mugenji77

      mugenji77 New Member

      Joined:
      Dec 21, 2013
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      Thank you so very much for reply! But will be nice if you give me a little Example(in code) for use this.
       
    12. LordKuper

      LordKuper New Member

      Joined:
      Mar 10, 2014
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      First of all, thank you for an outstanding botbase!
      I have a question though. Is there a way to send mail to multiple characters from a single profile?
      Thanks in advance.
       
    13. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      I have yet to see a proper bug report regarding this and have not personally experienced the issue with any of the profiles that are shipped with PB.
      Please see the 'How to report a bug' section in the first post to see guidelines on how to fill out a proper bug report.

      The profile you have linked is a 3rd party profile and it is expected that you fill out a bug report in the profile author's thread.
      It is unlikely that it's a bug with training behavior itself but rather the condition that controls when to train. Because profile works after a HB restart does not rule out the possibility it's still a profile issue.
       
    14. rascal9

      rascal9 Member

      Joined:
      Aug 8, 2012
      Messages:
      774
      Likes Received:
      5
      Trophy Points:
      18
      Having issues buying Starlight Ink - Item - World of Warcraft know matter what vendor I use it wont buy.
      Code:
      <BuyItemAction NpcEntry="30730" Location="-8863.968, 861.5417, 99.60993" ItemID="Starlight Ink"  BuyItemType="SpecificItem" Count="1" BuyAdditively="False" />
      and
      Code:
      <BuyItemAction NpcEntry="30730" Location="-8863.968, 861.5417, 99.60993" ItemID="79255" BuyItemType="SpecificItem" Count="1" BuyAdditively="False" />
      Logs look normal.
      Code:
      [22:10:47.621 N] [ProfessionBuddy] Buying Starlight Ink.
      [18:10:49.634 N]PB 1.651: BuyItemAction Completed
      [18:10:51.698 N]PB 1.651: BuyItemAction Completed
      [18:10:53.749 N]PB 1.651: BuyItemAction Completed
      [18:10:55.808 N]PB 1.651: BuyItemAction Completed
      [18:10:57.880 N]PB 1.651: BuyItemAction Completed
      [18:10:59.923 N]PB 1.651: BuyItemAction Completed
      [18:11:01.981 N]PB 1.651: BuyItemAction Completed
      [18:11:04.041 N]PB 1.651: BuyItemAction Completed
      [18:11:06.107 N]PB 1.651: BuyItemAction Completed
      [18:11:08.171 N]PB 1.651: BuyItemAction Completed
      [18:11:10.212 N]PB 1.651: BuyItemAction Completed
      [18:11:12.275 N]PB 1.651: BuyItemAction Completed
      [18:11:14.327 N]PB 1.651: BuyItemAction Completed
      [18:11:16.369 N]PB 1.651: BuyItemAction Completed
      [18:11:18.427 N]PB 1.651: BuyItemAction Completed
      [18:11:20.479 N]PB 1.651: BuyItemAction Completed
      [18:11:22.537 N]PB 1.651: BuyItemAction Completed
      [18:11:24.579 N]PB 1.651: BuyItemAction Completed
      [18:11:26.639 N]PB 1.651: BuyItemAction Completed
      [18:11:28.687 N]PB 1.651: BuyItemAction Completed
      [18:11:30.745 N]PB 1.651: BuyItemAction Completed
      [18:11:32.792 N]PB 1.651: BuyItemAction Completed
      [18:11:34.851 N]PB 1.651: BuyItemAction Completed
      [18:11:36.874 N]PB 1.651: BuyItemAction Completed
      [18:11:38.937 N]PB 1.651: BuyItemAction Completed
      [18:11:40.992 N]PB 1.651: BuyItemAction Completed
      [18:11:43.071 N]PB 1.651: BuyItemAction Completed
      [22:11:43.264 N] Stopping the bot!
      Just spamming buying Complete i have the appropriate amount of ink to purchase from vendor for trade. I'm stumped.
       
    15. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      I will investigate it within the profile itself. Thanks for the clarification!
       
    16. Zepherous

      Zepherous New Member

      Joined:
      Mar 28, 2014
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      I'm having an issue with PB not fishing properly. It will cast but doesn't loot when when it has a catch.

      Thanks in advance
       
    17. HSBen

      HSBen Member

      Joined:
      Sep 16, 2010
      Messages:
      97
      Likes Received:
      0
      Trophy Points:
      6
      Yea, problem is that I didn't want to do that with over 200+ glyphs. And was hoping there was either documentation or some other repository I could use. I'll see if I can find a way to massdump the data from wowhead. Thanks for responding!
       
    18. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      You can dump the recipe ids and crafted item ids using the console in Developer tools using the following script

      PHP:
      ClearLog();
      using (StyxWoW.Memory.AcquireFrame())
      {
          var 
      tradeskill HighVoltz.TradeSkill.GetTradeSkill (SkillLine.Inscription);
          foreach (var 
      recipe in tradeskill.Recipes.Values)
          {
              
      Log("{0,-40} SpellId: {1,-10} CraftedItemId: {2}",recipe.Namerecipe.SpellIdrecipe.CraftedItemID);
          }
      }
       
    19. highvoltz

      highvoltz Well-Known Member

      Joined:
      Mar 22, 2010
      Messages:
      1,729
      Likes Received:
      141
      Trophy Points:
      63
      Try setting BuyAdditively to 'True'
       
    20. dhaern

      dhaern New Member

      Joined:
      Mar 6, 2014
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      Hii highvoltz, can you add support for battlepet strings plz? I had code working for exclude affixes from green transmog items in sell/cancel .cs files(thx zakanator) but i cant figure battlepet strings code for compare prices and sell battle pets in cages with normal itemID battle pets :(
       

    Share This Page