• Visit Rebornbuddy
  • HB ARCHIVES: ProfessionBuddy--DO NOT DELETE

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

    1. Menaxerius

      Menaxerius Member

      Joined:
      Feb 5, 2012
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      16
      bump
       
    2. Prarrior

      Prarrior New Member

      Joined:
      Jul 5, 2013
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      1
      After the update last week I got 2 Folders in my bots folder. One with "Professionbuddy" where all my data was in and a new one "Profesionbuddy". I deleted the one with one "s" and updatet with svn my original one. Since then I got no Professionbuddy in the selection of my Honorbuddy. I reinstalled both but no chance.
      So, what can I do?
       
    3. brainAbuddy

      brainAbuddy Active Member

      Joined:
      Aug 12, 2010
      Messages:
      2,180
      Likes Received:
      11
      Trophy Points:
      38
      can profession buddy do everyhting what Questing also can do with the Condition ?

      and what do I wrong here?
      Code:
      <If Condition="Random(100) < 33">
      this is the error
      it doesn't mater where I put the ";" I will always get this error
       
    4. scientificthegreat

      scientificthegreat New Member

      Joined:
      Oct 26, 2012
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
    5. cevaps

      cevaps New Member

      Joined:
      Jul 26, 2013
      Messages:
      176
      Likes Received:
      1
      Trophy Points:
      0
      can someone please help me to write a profile which will only buy infinite amount of Frostweave Cloth if it's under 1g0s? It doesn't matter if it's 1x-3x-5x-20x stacks. And it'll repeat itself for hours, and check AH every 5 minutes. I tried and couldn't make it work, lol. Ultimate noob here;

      Code:
      <?xml version="1.0" encoding="utf-8"?>
      <Professionbuddy>
        <BuyItemFromAhAction ItemListType="Item" ItemID="Frostweave Cloth" MaxBuyout="1g0s0c" Amount="9999999" BuyAdditively="True" AutoFindAh="True" BidOnItem="False" Location="0,0,0" />
      </Professionbuddy>
      this is the whole .xml btw :)
       
    6. osbornx22

      osbornx22 New Member

      Joined:
      Feb 13, 2013
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Feature Request:

      1. Deposit all items (not just itemid or category)

      2. Withdraw all from a specific guild tab (not just from first to last tab)

      thank you very much for this great plugin

      PS: It would be fantastic, if you maybe integrate a feature to withdraw items first, which deposited first or is storaged most time (oldest item) in guild bank.
       
    7. Pasterke

      Pasterke Well-Known Member Buddy Store Developer

      Joined:
      Dec 12, 2011
      Messages:
      1,228
      Likes Received:
      48
      Trophy Points:
      48
      Fishing leveling 1-600 in Halfhill. Trainer = Ben of the Booming Voice

      Put the file in Honorbuddy/Bots/Professionbuddy/Profiles

      Junk is replaced by Golden Carps. 60 Golden Carps = 1 Ironpaw Token. Leveling your fishing skill and also farm Ironpaw Tokens :)
       

      Attached Files:

    8. Jacan

      Jacan New Member

      Joined:
      Sep 30, 2011
      Messages:
      489
      Likes Received:
      0
      Trophy Points:
      0
      using banker setting and hasrecipe. Pb randomly thinks it knows a spell which it doesn't and will spam it nonstop. glyphs for example
       
    9. scientificthegreat

      scientificthegreat New Member

      Joined:
      Oct 26, 2012
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
    10. osbornx22

      osbornx22 New Member

      Joined:
      Feb 13, 2013
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      "SellItemOnAhAction" posts only one of items with random enchants/suffixes :( (same itemid, but different stats)

      example: Shadowfire Necklace - Item - World of Warcraft

      i want to post one of every "suffix", but they post only one of the itemid :(

      btw: i sell by catergory "armor", but this doesnt help

      maybe there is also a problem by getting the minbuyout, maybe the bot takes the lowest one of all suffixes an posts another one :(
       
    11. l00s

      l00s New Member

      Joined:
      Mar 13, 2013
      Messages:
      103
      Likes Received:
      1
      Trophy Points:
      0
      Using highvoltz AH bot. It's selling everything except weapons. Not. at. all. How do I fix this?
       
    12. bazaltic

      bazaltic Member

      Joined:
      Nov 14, 2012
      Messages:
      256
      Likes Received:
      0
      Trophy Points:
      16
      Hey i noticed that DataStore is out dated and some function in PB like cast spell(repeat type: banker) doesnt work bot is creating items over and over without limit, after the repeat number is acquired. Next atempt doing everything over again. Any idea?
       
    13. bazaltic

      bazaltic Member

      Joined:
      Nov 14, 2012
      Messages:
      256
      Likes Received:
      0
      Trophy Points:
      16
      Hey, i tried to make one glyph if there is noone in bank or bag dont know why it isn t working, please help

      <Professionbuddy>
      <If Condition="InBagCount(59560) &lt; 1 &amp;&amp; InGBankCount(59560) &lt; 1" IgnoreCanRun="True">
      <CastSpellAction RepeatType="Specific" Repeat="1" Entry="59560" CastOnItem="False" ItemType="Chest" ItemId="0" />
      </If>
      </Professionbuddy>

      Err: If (InBagCount(59560) < 1 && InGBankCount(59560) < 1)
      Compile Error : The name 'InBagCount' does not exist in the current context

      Edit: I figured what is wrong

      Is there an option, condition to check auction house is there is already posted item and not craft another one? Like inbag, inbank so on "inauctionhouse" too?
       
    14. osbornx22

      osbornx22 New Member

      Joined:
      Feb 13, 2013
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      no one else noticed a problem with

      Ornate Band - Item - World of Warcraft

      or

      Shadowfire Necklace - Item - World of Warcraft

      ???
       
    15. bazaltic

      bazaltic Member

      Joined:
      Nov 14, 2012
      Messages:
      256
      Likes Received:
      0
      Trophy Points:
      16
      Can someone tell me how to check of my DataStore addon is working by this function "HasDataStoreAddon " this makes me sad.
       
    16. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      Use this and install the addon altoholic and not datastore by itself
      PHP:
      <If Condition="HasDataStoreAddon" IgnoreCanRun="True">
          <
      CustomAction Code="Log (&quot;Datastore working.&quot;);" />
      </If>
       
    17. bazaltic

      bazaltic Member

      Joined:
      Nov 14, 2012
      Messages:
      256
      Likes Received:
      0
      Trophy Points:
      16
      God ive been trying using functions and i knew datastore wasn't working, damn thx man
       
    18. bazaltic

      bazaltic Member

      Joined:
      Nov 14, 2012
      Messages:
      256
      Likes Received:
      0
      Trophy Points:
      16
      Is it possible to create function like >>> scans auction house for item x > if item ix price higher than y >> cast spell "x" ?
       
    19. NovemberLima

      NovemberLima New Member

      Joined:
      May 28, 2013
      Messages:
      85
      Likes Received:
      0
      Trophy Points:
      0
      Code:
      <If Condition="Random(100) &lt; 33">
      You need to XML-escape the "<"
       
    20. revenge

      revenge New Member

      Joined:
      Oct 2, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      ProfessionBuddy not starting - Error

      There seems to be an error preventing the bot from starting. I tried to run just the mining profile. Then tried to run just the herb profile after originally trying the beginning mine/herb starting profule in Org. I've attached a log. Please let me know. Thanks! :)
       

      Attached Files:

    Share This Page