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

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

    1. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      Shipped 1-600 Mining/Herb MoP PRofile

      Toon get stuck infront of the Herb Trainer. And Mailing doesnt work.
       

      Attached Files:

    2. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      At work currently but when I get home I wrote two little profiles that one works and one does not because the mail action is in an if statement that is true. I will get it uploaded to show it.
       
    3. xperiadudu

      xperiadudu New Member

      Joined:
      Mar 10, 2014
      Messages:
      310
      Likes Received:
      0
      Trophy Points:
      0
      I'm running a custom made ore shuffling profile right now and every time the profile is done or has no task left to do anymore the bot starts flying towards uldum. once it arrives there it proceeds to fly back and forth in a specific location in the north.

      this is very strange because in the profile there's no such thing written, it doesn't tell the bot to do that yet it does.

      any ideas why this happens?
       
    4. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      does it say moving to hotspot loc 1,1,1 ?
       
    5. xperiadudu

      xperiadudu New Member

      Joined:
      Mar 10, 2014
      Messages:
      310
      Likes Received:
      0
      Trophy Points:
      0
      no, it just says "mounting mount X" and starts flying. what would be the case if it said something with a hotspot?
       
    6. Wozorito

      Wozorito New Member

      Joined:
      Jul 17, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Hi ! And thanks for the help.

      I wanted to know if there was any way to disable the "sell at the AH" thing... Because i'm farming only to get the stuff for engineering so I would like to keep all the matts. And if possible put it in my bank wich is full of Mining bags?

      Thank you in advance if you have a solution.
       
      Last edited: May 14, 2014
    7. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      my guess is the secondary bot you are using is trying to do something so if it has arch buddy or something like that loaded it is trying to go somewhere. the secondary bot is more than likely maintaining a profile being loaded.
       
    8. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      Mailing Issues

      Ok, Here we go. I have attached 4 extremely small profiles and 4 extremely small and nearly identical logs.

      First profile
      simple profile log to show that we actually have leather in our bag, we do have said leather and other leather. Bot will put the leather in the bag and never send the mail. Yes there is a mail recipient in Honorbuddy settings.
      HTML:
      <Professionbuddy>  <CustomAction Code="Log(&quot;Exotic Leather: {0}&quot;, InbagCount(72120));" />    <MailItemAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="Leather" Mail="All" UseCategory="True" ItemID="" Amount="0" AutoFindMailBox="True" Location="0, 0, 0" />  </Professionbuddy>
      second profile
      Yet another simple profile, this time though to an if statement before the profile asking if we are horde....we are. exact same results leather goes in never gets mailed.
      HTML:
      <Professionbuddy>  <CustomAction Code="Log(&quot;Exotic Leather: {0}&quot;, InbagCount(72120));" />  <If Condition="Me.IsHorde">    <MailItemAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="Leather" Mail="All" UseCategory="True" ItemID="" Amount="0" AutoFindMailBox="True" Location="0, 0, 0" />  </If></Professionbuddy>
      
      third profile
      This time, no if statement and we try to mail specific leather just the exotic. Once again i shows we have it and puts just the exotic leather in the mail no other leather.....never sends the mail.
      HTML:
      <Professionbuddy>  <CustomAction Code="Log(&quot;Exotic Leather: {0}&quot;, InbagCount(72120));" />    <MailItemAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="Leather" Mail="All" UseCategory="False" ItemID="72120" Amount="0" AutoFindMailBox="True" Location="0, 0, 0" />  </Professionbuddy>
      fourth profile
      Final profile, we force the mail. Put a while statement in saying while we have exotic leather in our bags, loop the mail action. This is the only way i can get it to mail anything. Thus If i want it to mail something. I must make a while statement for the sole item i want to mail and specifically mail it.
      HTML:
      <Professionbuddy>  <CustomAction Code="Log(&quot;Exotic Leather: {0}&quot;, InbagCount(72120));" />  <While Condition="InbagCount(72120) &gt; 0" IgnoreCanRun="True">    <MailItemAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="Leather" Mail="All" UseCategory="False" ItemID="72120" Amount="0" AutoFindMailBox="True" Location="0, 0, 0" />  </While></Professionbuddy>
      
      the logs and the profiles are attached.


      P.S. I know a lot of devs and moderators do not like to be bothered via private messages or skype or anything of that nature but i really wish i was able to contact you guys another way.

      P.S.S We need the ability to mail via quality of item. Maybe i am completely blind to this option but it really should be added.

      P.S.S.S Protected items file should not be included in the auto update of PB if it is included if your Protected items file has been edited it should not overwrite it.
       

      Attached Files:

      Last edited: May 14, 2014
    9. rinleezwins

      rinleezwins Member

      Joined:
      Jan 19, 2012
      Messages:
      269
      Likes Received:
      0
      Trophy Points:
      16
      Is there a way to make PB store/grab cached AH prices from another addon, or check auction house "on the fly"? I'd like to make it craft a certain item IF the current auction house price is X or higher.
       
    10. xperiadudu

      xperiadudu New Member

      Joined:
      Mar 10, 2014
      Messages:
      310
      Likes Received:
      0
      Trophy Points:
      0
      what's a secondary bot? I mean I'm just using professionbuddy. Is there a second bot professionbudy loads by default? How can I change that?
       
    11. nate8282

      nate8282 Member Legendary

      Joined:
      Dec 4, 2011
      Messages:
      737
      Likes Received:
      23
      Trophy Points:
      18
      Would you ever consider adding an action to Bid on item from BMAH? I could easily use PB to make BMAH profiles based on items i want to buy but don't want to spend all night waiting for, i just need that option added.
       
      Last edited: May 16, 2014
    12. Queros

      Queros New Member

      Joined:
      May 12, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Is anyone having the same problem that it only gather herbs? Im at 526 mining and just 25 herbing, using the pandaria version 1-600
       
    13. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, BennyQuest, and THANK YOU for all these wonderful details!

      We've submitted bug report HB-812 ("Mailing issues in ProfessionBuddy") with the information you've provided.

      We also attached your note about "mail via item quality". Hopefully, that will get addressed at the same time.

      Regarding "Protected Items", changes are still made to this file on a frequent basis. There is no easy solution to this without a 'merge' facility provided by the OS or installer, and sadly neither provides one. The expectation that if a user modifies Protected Items.xml, he will squirrel away a copy, and merge his changes back into the next drop manually.

      If you've got items that do (generally) belong in Protected Items and are missing, please let us know.

      cheers,
      chinajade


      [size=-2]Ref: BennyQuest's much detailed post about mail issues[/size]



      [EDITED 20-May-2014 by chinajade]: Just a follow-up....
      HB-812 ("Mailing issues in ProfessionBuddy") has been marked as 'repaired' with the following change log entry:
      "Fixed an issue where mail was not being sent"
      The repair should be available in the next (post-.733) Honorbuddy drop.​
       
      Last edited: May 20, 2014
    14. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      China, I believe highvolts and I got it worked out already may want to talk with him first to double check.

      EDIT. Disregard this, I though highvolts had fixed it, he may have fixed one issue but now it still prevails. It will not mail.
       
      Last edited: May 19, 2014
    15. Igoblin

      Igoblin Banned

      Joined:
      Oct 16, 2013
      Messages:
      127
      Likes Received:
      2
      Trophy Points:
      0
      Err: is not a number thus it's not valid Item Entry when i try to withdraw all the items in the Guild bank...
       
    16. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Igoblin, and many thanks for the log.

      Would you be so kind to attach the profile that caused this error to be generated?

      cheers,
      chinajade


      [size=-2]Ref: Igoblin's problem report w/log[/size]
       
    17. Festival

      Festival New Member

      Joined:
      Aug 14, 2011
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      PB can not prospect.
      PB 1.659: Done Prospecting
      PB 1.659: Done Prospecting
      PB 1.659: Done Prospecting
      PB 1.659: Done Prospecting
      PB 1.659: Done Prospecting
      PB 1.659: Done Prospecting
      etc....
      but in bag many ore

      View attachment 4548 2014-05-20 10.50.txt
       
      Last edited: May 20, 2014
    18. krkonja

      krkonja New Member

      Joined:
      Oct 27, 2012
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      I have same issue with Milling and Prospecting , bags are full but bot saying :

      Currently Using BotBase : ProfessionBuddy
      PB 1.659: Done Disenchanting
      PB 1.659: Done Disenchanting
      PB 1.659: Done Prospecting
      PB 1.659: Done Milling
      Stopping the bot!
       
    19. Igoblin

      Igoblin Banned

      Joined:
      Oct 16, 2013
      Messages:
      127
      Likes Received:
      2
      Trophy Points:
      0
      I solve the problen... in my professionbuddy profile change de item id: to 0 and now withdraw all in the Guild banks
       
    20. Wullie

      Wullie New Member

      Joined:
      Jun 8, 2013
      Messages:
      411
      Likes Received:
      3
      Trophy Points:
      0
      I can confirm I'm also getting this in the latest build.

      Fails to Mill despite there being lots of millable items. This has been working previously perfectly.

      The code checks that the item isn't on the ProtectedItems list (even if explicitly specified). Now PB's protected item list does NOT contain the herbs, but the main HB one does. Is there something that would cause it to be using the wrong one?

      More specifically I'm referring to:
      Code:
       IEnumerable<WoWItem> itemQuery = from item in StyxWoW.Me.BagItems
                                                       where !IsBlackListed(item) &&
                                                             !ProtectedItemsManager.Contains(item.Entry) &&
                                                             ((ItemTarget == ItemTargetType.Specific && item.Entry == ItemId) ||
                                                              ItemTarget == ItemTargetType.All)
                                                       select item;
      
       
      Last edited: May 20, 2014

    Share This Page