Skip to content

Bot Only Posting White Trade Items #137

@adarbyem

Description

@adarbyem

I don't know if this is the correct place to post this, but my ah-bot is only posting white quality trade good items. Everything is default with the exception of the following:

mod_ahtbot.config:

ItemsPerCycle = 200
ConsiderOnlyBotAuctions = 1

VendorTradeGoods = 1

mod_auctionhousebot SQL Table

  1. I zeroed all the percentages, then executed the following query (leaving all other items default):

UPDATE acore_world.mod_auctionhousebot SET maxitems = 3000, minitems = 3000, percentwhitetradegoods = 25, percentgreentradegoods = 13, percentbluetradegoods = 7, percentpurpletradegoods = 5, percentwhiteitems = 0, percentgreenitems = 30, percentblueitems = 15, percentpurpleitems = 5
WHERE auctionhouse = 2 OR auctionhouse = 6 OR auctionhouse = 7;

Now, I have had the maxitems and minitems up to 500,000 and as low as 1000 for troubleshooting, but no matter what I do, I cannot seem to get the bot to post anything other than white quality trade goods. The bot will literally fill up the AH with "maxitems" of white trade goods.

Seeing as how there hasn't been any other posts about it, with the exception of one person who resolved the issue by waiting longer, I thought I would come here, because clearly I am doing something wrong that I don't understand.

Your help is much appreciated. I do know some C++ so I am not completely inept at making code changes locally if needed.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions