R_Player, ForceCommonerFarJourney = 1 set to enforce ccommoner for AoM clients on login, set to 0 for KoS+ style

This commit is contained in:
Emagi 2025-08-30 09:26:53 -04:00
parent b961819115
commit 00698d3eb0
2 changed files with 3 additions and 0 deletions

View File

@ -247,6 +247,8 @@ void RuleManager::Init()
** Setting to less than 10 or greater than 50 will disable completely ** Setting to less than 10 or greater than 50 will disable completely
** Range supported is 10 - 50%. ** Range supported is 10 - 50%.
**/ **/
RULE_INIT(R_Player, ForceCommonerFarJourney, "1");
/* PVP */ /* PVP */
RULE_INIT(R_PVP, AllowPVP, "0"); RULE_INIT(R_PVP, AllowPVP, "0");
RULE_INIT(R_PVP, LevelRange, "4"); RULE_INIT(R_PVP, LevelRange, "4");

View File

@ -98,6 +98,7 @@ enum RuleType {
StartHPLevelMod, StartHPLevelMod,
StartPowerLevelMod, StartPowerLevelMod,
AllowPlayerEquipCombat, AllowPlayerEquipCombat,
ForceCommonerFarJourney,
MaxTargetCommandDistance, MaxTargetCommandDistance,
MinSkillMultiplierValue, MinSkillMultiplierValue,
HarvestSkillUpMultiplier, HarvestSkillUpMultiplier,