• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Professionbuddy] AHBuddy - Full Auction House Bot

    Discussion in 'Archives' started by zakanator, May 7, 2012.

    Thread Status:
    Not open for further replies.
    1. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      No, that's done completely different to how ahbuddy works.
      Change what you want it to do in the settings
      Post a log with the above in it.
       
    2. Haymaker5123

      Haymaker5123 New Member

      Joined:
      Oct 3, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      im not sure if im having a problem or have just set the bot up wrong. ive changed the min an max buyout along with stack sizes, all it seems to be doing at this point is scanning the AH, an not buying anything even though there is items posted for less then what my min is set,

      is there a detailed guide on how to set the bot up?
      thank you
       
    3. defzone

      defzone New Member

      Joined:
      Dec 25, 2013
      Messages:
      122
      Likes Received:
      0
      Trophy Points:
      0
      Hi zakanator I have a few question. How I can go to move to random location after the wait interval and end the profile after moving to target location. Thanks! Do I need to delete something on the profile?
       
    4. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      No, there isn't a guide on setting it up. Have you changed the price in the BuyFromAH section as well?
       
    5. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      New update: Revision 53;
      - Added TreeRoot.StatusText
      - WaitTimer will now show timeleft similar to questing bot
      - Added gold counter to show when bot is stopped
      - Added custom AH navigation with randomized point location
      - Cleaned up code
       
    6. phinx87

      phinx87 New Member

      Joined:
      Apr 18, 2011
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Hi. Thanks for this amazing profile!
      I'm currently competing with a few TSM users on the AH market. They are constantly undercutting my bot while he is going to the mailbox.
      So I would like to know if there is any way to make the bot repost 2-3 times before it finally cancels the undercut auctions and goes to the mailbox?
      The whole post/cancel/mailbox process takes a bit too long when you post over 100 different glyphs at a time :)

      I'm sorry if I missed this question being asked earlier.
       
    7. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      That's a pretty good idea and will be very simple to add. I'll add to my todo list and should be part of the next update.
       
    8. Haymaker5123

      Haymaker5123 New Member

      Joined:
      Oct 3, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Yes. I have changed the sell an buyout prices. I finally got it to start to buy an post items. But when it did start to do that. It was buying out the highest priced items an then reposting it for 500g even though. I my itemsell maxbuyout was 45g
       
    9. Wowgoldmaster

      Wowgoldmaster New Member

      Joined:
      Jan 20, 2013
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      Code:
      [18:16:38.279 D] Activity: Posting to the auction house.
      [18:17:10.193 D] PB 1.641: Searching AH for Exalted Legplates ...of the Eagle
      [20:17:12.322 N]PB 1.641: Selling Exalted Legplates ...of the Eagle for 4999g99s99c. There is no competition
      [18:17:12.254 D] PB 1.641: Post If Below MinBuyout:False 
      [18:17:12.255 D] PB 1.641: Lowest Buyout on AH: 429496g72s95c, My Minimum Bouyout: 1599g99s99c
      [18:17:12.255 D] PB 1.641: Finished scanning for items
      

      Аlmost all items with random enchantments somewhere founds this: Lowest Buyout on AH: 429496g72s95c
       
    10. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      I'll need a log to see the issue. You've most likely changed the wrong item, double check you've the correct item in the correct subroutine.
      That snippet and log don't show much, is it posting the item? and is there any of the same item on the AH?
       
    11. Wowgoldmaster

      Wowgoldmaster New Member

      Joined:
      Jan 20, 2013
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      Yes, it's posting the item in any case, but...

      When on the AH are item(s) that have the same random suffix as have my item:
      -competition is between the price(s) of these item(s)
      -prices of the items with other suffixes are ignored

      When on the AH are not item(s) that have the same random suffix as have my item:
      -my item posting with MaxBuyout
      -prices of items with other suffixes are ignored
       
    12. phinx87

      phinx87 New Member

      Joined:
      Apr 18, 2011
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Hmm the bot is having some issues when bot deposit glyphs.
      It seems like it isnt able to put a stack of 2 glyphs back into the stack that is already in the bank.
      So the bot just makes a new stack in the bank, and it fills up pretty quickly. When guild bank is full, I get spammed with .lua errors in wow.

      Is it supposed to do this? Or is it perhaps my config.
      This is how I configured most of the glyphs for deposit. The numbers are pretty much the same for withdrawals aswell:

      Code:
      <If Condition="(InbagCount(43355) + OnAhCount(43355)) &gt; 1" IgnoreCanRun="True">
              <PutItemInBankAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" Deposit="Amount" UseCategory="False" Bank="Personal" ItemID="43355" GuildTab="0" NpcEntry="0" Amount="(InbagCount(43355) + OnAhCount(43355)) - (2)" AutoFindBank="True" Location="0,0,0" />
            </If>
      
      What I am trying to do here is to make the bot have at least 1 of each glyph I got available at the AH.
       
    13. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      If your only posting 1 of each glyph there's an issue with the threshold and amount you're using. It will go the bank each time since you will always have more than 1 glyph and you're depositing all except 2. I'll have a look at the bank sorting issue and add it to my todo list if it's not adding to other stacks in the bank.
       
    14. phinx87

      phinx87 New Member

      Joined:
      Apr 18, 2011
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for your quick reply! What I think I have configured it to do right now is:
      - Try to post 2 glyphs ever time its undercut.
      - Get 1 more glyph that is not posted in AH (Or is in inventory) from pbank
      - Cancel every undercut auction
      - Open mail
      - Deposit every glyph that is already posted on AH
      - Repeat

      It is most likely not doing that sequence in that order. But that doesnt matter too much :)
      The problem is that when the bot divides a stack of the same name, and stores it as two different stacks, my pbank fills up pretty quickly. And bot starts acting strange.
       
    15. phinx87

      phinx87 New Member

      Joined:
      Apr 18, 2011
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Category is "Guild Bank". Perhaps that is the problem?
       
    16. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      Nope, that's just for grouping the settings and i'll be changing the settings to just 1 each for guild bank and personal banks for withdrawing/depositing in the next update.
       
    17. phinx87

      phinx87 New Member

      Joined:
      Apr 18, 2011
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Ok thanks for help!
      Will be sure to donate when I've used your profile for a few weeks! :)
       
    18. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      Good new everyone! My customized price database for AHBuddy is going into beta now. You can PM me for details on it.
       
    19. phinx87

      phinx87 New Member

      Joined:
      Apr 18, 2011
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Sorry to ask so many questions. But I'm wondering how the OnAhCount() function works.
      In the morning I use TSM and post 1 of each glyph to AH (This is like 300-400 different glyphs). But when I start the bot, it will get the same glyphs from PB even though the condition is
      Code:
      (InbagCount(42472) + OnAhCount(42472)) < 1
      The bot then ends up with a bag full of glyphs.
      I have to make it post a maximum 1 of each glyph, since my competition is undercutting me at every turn using TSM.
      If the bot tries to post more then 1 it will just take too long :(
       
    20. zakanator

      zakanator New Member Buddy Store Developer

      Joined:
      Feb 19, 2012
      Messages:
      676
      Likes Received:
      23
      Trophy Points:
      0
      OnAHCount() requires the datastore addon and use the bank depositing options if you're having issues with full bags.
       
    Thread Status:
    Not open for further replies.

    Share This Page