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
** Range supported is 10 - 50%.
**/
RULE_INIT(R_Player, ForceCommonerFarJourney, "1");
/* PVP */
RULE_INIT(R_PVP, AllowPVP, "0");
RULE_INIT(R_PVP, LevelRange, "4");

View File

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