Merge branch 'master' into login-range

This commit is contained in:
NoxMax
2025-08-26 22:50:29 -06:00
committed by GitHub
31 changed files with 2420 additions and 207 deletions

View File

@@ -23,7 +23,8 @@ enum class BotCheatMask : uint32
mana = 8,
power = 16,
raid = 32,
maxMask = 64
food = 64,
maxMask = 128
};
enum class HealingManaEfficiency : uint8
@@ -342,7 +343,6 @@ public:
bool enableNewRpgStrategy;
std::unordered_map<NewRpgStatus, uint32> RpgStatusProbWeight;
bool syncLevelWithPlayers;
bool freeFood;
bool autoLearnQuestSpells;
bool autoTeleportForLevel;
bool randomBotGroupNearby;