[DiscordArchive] What's the formula to determine if Ahbot is going to buy my listing?
[DiscordArchive] What's the formula to determine if Ahbot is going to buy my listing?
Archived author: Deleted User • Posted: 2023-01-16T17:30:46.224000+00:00
Original source
What's the formula to determine if Ahbot is going to buy my listing?
Archived author: Revision • Posted: 2023-01-16T17:46:01.826000+00:00
Original source
I'd like to know as well. Especially when you sell things that the bot doesn't sell itself - yes it buys it but I'd like to know what the ceiling is on the price.
Archived author: Ninjaro • Posted: 2023-01-16T17:53:21.738000+00:00
Original source
FWIW I am getting the same issue. Brand new fresh docker install following the docs. (pdump write just gives "failed to open file")
Archived author: Deleted User • Posted: 2023-01-16T17:57:59.382000+00:00
Original source
***Default formula***
`prototype->SellPrice * pItem->GetCount() * config->GetBuyerPrice(prototype->Quality)`
***If the Buymethod thing in the config is true***
`prototype->BuyPrice * pItem->GetCount() * config->GetBuyerPrice(prototype->Quality)`
I think this is the right code for it. So I would assume the formula is:
*Default:*
`(Vendor price) * (Item count) * (The quality multiplier in the database)` ??
I have no idea if this is right but this is my findings after looking at the code for a couple of minutes