celguar / spp-classics-cmangos

SPP Classics repack with ike3 playerbots. Based on cmangos. Supports 1.12, 2.4.3, 3.3.5. Check "Releases" for installer
200 stars 54 forks source link

Auction House Bot ilevel control #254

Closed sarge816 closed 3 weeks ago

sarge816 commented 2 months ago

We're trying out a progression realm in the TBC server, setting "Expansion = 0" in the mangosd.conf. This has the game world locked to Azeroth and no Outland until we're done with all the content. Everything is working well, but the AH Bot refuses to honor it's setting to limit the ilevel of goods displayed for sale:

AhBot.MaxItemLevel = AhBot.MaxRequiredLevel =

These are settings in the ahbot.conf, and I've tried various number values to try to limit the AH to Vanilla level items ONLY. Nothing works, and the AH is always stocked with TBC endgame epics and blues, as well as level 57-60 TBC greens that are sometimes on par with old world epics. Anyone have a way that works?

celguar commented 2 months ago

configs for ahbot are in begining of the file (before ike3 part)

sarge816 commented 2 months ago

@celguar Thanks, I am in the config file but there are no settings to control ilevel before Ike3 part. The: AhBot.MaxItemLevel = AhBot.MaxRequiredLevel = are listed just below where Ike3 starts in the config, but I copy and pasted them into the section above with no changes. It seems that inputting any numbers into these two fields are ignored.

e.g., I have "60" set into each, which should limit the ilevel of any item on the AH to ilevel 60 and also max required level to 60 as well, which is what the server is set to currently.

celguar commented 2 months ago

You should use the first part of config file before ike3. If there is no such config means you can't configure it

celguar commented 2 months ago

Copy pasting configs from below to above makes no difference, is like copy pasting configs from counter strike 1.6 server to wow server trying to add AK 47 to server

sarge816 commented 2 months ago

Ha, I was more into Unreal Tournament (hosted several servers) back in the day, but I get what you are saying. Thought I'd give it a shot, just to make sure. So guessing this feature currently isn't working, got it. Will continue to watch and research, thanks as always.