cmangos / issues

This repository is used as a centralized point for all issues regarding CMaNGOS.
180 stars 48 forks source link

🚀 [AH Bot] Item Level min/max #2989

Open al3xc1985 opened 2 years ago

al3xc1985 commented 2 years ago

Feature Details

I suggest to implement an option to make ahbot to select item level sold or bought.

This will help us to make the ahbot even more viable even to high population server, not just medium or low population, by adjusting the prices to the market accordingly to ahbot, so we have a refference price allways.

Also, we limit to all categories of items sold, to a specific item level, so we restrict ahbot to sell something, that players must work for. I hope u guys understand what I mean

Visualizations

No response

Benefits and Purpose

We can mantain the inflation a little bit more under control by adding this option and cobining it with the item value option.

I mean, many servers I saw they have a problem with the inflation, and one of the thing is that they lose control over the Auction House.

I saw a server that halfed the ammount of gold their players had, because the inflation was at a very very hight level. Yes, that is an option, but not the only one.

Core Versions

DrKittens commented 2 years ago

What is the issue you're trying to fix can you further explain your suggestion / issue?

Theres a fork of AHBot that has this capability, consider building with it.

If you want to stay stock in the meantime / have a medium-high pop why not just nerf the value the AHBot is actually willing to buy at?

ex configure it like this..

AuctionHouseBot.Buy.Value = 0
AuctionHouseBot.Value.Variance = 0
AuctionHouseBot.Bid.Min = 98
AuctionHouseBot.Bid.Max = 99

AHBot will now buy nothing, always sell at the same price and bid the maximum, ex your AH is now a gold sink unless selling between players.

Can further gold sink the AH by altering Rate.Auction.Cut in mangosd.conf

AnonXS commented 2 years ago

tbh, we've AH Bot, it should support these options to be somewhat useable.

al3xc1985 commented 2 years ago

With the old AH bot IT was possible to select the item level range @AnonXS , sunt, bot anumite

@DrKittens ty for the feedback I shall try