mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-16 18:30:27 +00:00
Filter bot logins by level range
This commit is contained in:
@@ -229,6 +229,8 @@ public:
|
||||
std::string randomBotCombatStrategies, randomBotNonCombatStrategies;
|
||||
bool applyInstanceStrategies;
|
||||
uint32 randomBotMinLevel, randomBotMaxLevel;
|
||||
uint32 randomBotMinLoginLevel, randomBotMaxLoginLevel;
|
||||
bool randomBotLogoutOutsideLoginRange;
|
||||
float randomChangeMultiplier;
|
||||
|
||||
// std::string premadeLevelSpec[MAX_CLASSES][10][91]; //lvl 10 - 100
|
||||
|
||||
Reference in New Issue
Block a user