Make AutoScaleActivity further configurable (#766)

Make AutoScaleActivity configurable
This commit is contained in:
SaW
2024-12-18 23:21:50 +01:00
committed by GitHub
parent a1b4681c58
commit 66f0cf27d3
4 changed files with 40 additions and 13 deletions

View File

@@ -263,15 +263,20 @@ public:
bool disableRandomLevels;
uint32 playerbotsXPrate;
bool disableDeathKnightLogin;
uint32 botActiveAlone;
uint32 BotActiveAloneForceWhenInRadius;
bool BotActiveAloneForceWhenInZone;
bool BotActiveAloneForceWhenInMap;
bool BotActiveAloneForceWhenIsFriend;
bool BotActiveAloneForceWhenInGuild;
bool BotActiveAloneForceWhenInGuild;
bool botActiveAloneSmartScale;
uint32 botActiveAloneSmartScaleWhenMinLevel;
uint32 botActiveAloneSmartScaleWhenMaxLevel;
uint32 botActiveAloneSmartScaleDiffMethod;
uint32 botActiveAloneSmartScaleDiffLimitFloor;
uint32 botActiveAloneSmartScaleDiffLimitCeiling;
bool freeMethodLoot;
int32 lootRollLevel;