mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Make AutoScaleActivity further configurable (#766)
Make AutoScaleActivity configurable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user