R_Player, ForceCommonerFarJourney = 1 set to enforce ccommoner for AoM clients on login, set to 0 for KoS+ style
This commit is contained in:
parent
b961819115
commit
00698d3eb0
@ -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");
|
||||||
|
@ -98,6 +98,7 @@ enum RuleType {
|
|||||||
StartHPLevelMod,
|
StartHPLevelMod,
|
||||||
StartPowerLevelMod,
|
StartPowerLevelMod,
|
||||||
AllowPlayerEquipCombat,
|
AllowPlayerEquipCombat,
|
||||||
|
ForceCommonerFarJourney,
|
||||||
MaxTargetCommandDistance,
|
MaxTargetCommandDistance,
|
||||||
MinSkillMultiplierValue,
|
MinSkillMultiplierValue,
|
||||||
HarvestSkillUpMultiplier,
|
HarvestSkillUpMultiplier,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user