Added missing configs and advanced pricing feature toggles

This commit is contained in:
zeb
2025-09-10 14:29:37 -04:00
parent 0fda7ecefa
commit 45406e0167
3 changed files with 217 additions and 35 deletions

View File

@@ -125,7 +125,7 @@ private:
bool BuyingBotEnabled;
int CyclesBetweenBuyOrSell;
int BuyingBotBuyCanditatesPerBuyCycle;
uint32 BuyingBotBuyCandidatesPerBuyCycle;
float BuyingBotAcceptablePriceModifier;
std::string AHCharactersGUIDsForQuery;
@@ -192,8 +192,22 @@ private:
float PriceMultiplierQualityArtifact;
float PriceMultiplierQualityHeirloom;
float PriceMultiplierCategoryQuality[MAX_ITEM_CLASS][MAX_ITEM_QUALITY];
float PriceMultiplierCategoryMountQualityPoor;
float PriceMultiplierCategoryMountQualityNormal;
float PriceMultiplierCategoryMountQualityUncommon;
float PriceMultiplierCategoryMountQualityRare;
float PriceMultiplierCategoryMountQualityEpic;
float PriceMultiplierCategoryMountQualityLegendary;
float PriceMultiplierCategoryMountQualityArtifact;
float PriceMultiplierCategoryMountQualityHeirloom;
bool AdvancedPricingTradeGoodClothEnabled;
bool AdvancedPricingTradeGoodHerbEnabled;
bool AdvancedPricingTradeGoodMetalStoneEnabled;
bool AdvancedPricingTradeGoodLeatherEnabled;
bool AdvancedPricingTradeGoodEnchantingEnabled;
bool AdvancedPricingTradeGoodElementalEnabled;
bool AdvancedPricingMiscJunkEnabled;
bool AdvancedPricingMiscMountEnabled;
uint32 PriceMinimumCenterBaseConsumable;
uint32 PriceMinimumCenterBaseContainer;
uint32 PriceMinimumCenterBaseWeapon;