Forums WoW Modding Support Archives Azerothcore Discord Archives [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?

[DiscordArchive] What's the formula to determine if Ahbot is going to buy my listing?

rektbyfaith
Administrator
0
01-16-2023, 05:30 PM
#1
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?
rektbyfaith
01-16-2023, 05:30 PM #1

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?

rektbyfaith
Administrator
0
01-16-2023, 05:46 PM
#2
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.
rektbyfaith
01-16-2023, 05:46 PM #2

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.

rektbyfaith
Administrator
0
01-16-2023, 05:53 PM
#3
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")
rektbyfaith
01-16-2023, 05:53 PM #3

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")

rektbyfaith
Administrator
0
01-16-2023, 05:57 PM
#4
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
rektbyfaith
01-16-2023, 05:57 PM #4

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

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)