Free version update 14-12-2023.
This commit is contained in:
@@ -17,6 +17,9 @@ FakePlayerKillsRewardPvP = True
|
||||
# Fake player kills apply karma rules.
|
||||
FakePlayerUnflaggedKillsKarma = True
|
||||
|
||||
# Fake players can be attacked without PvP flagging.
|
||||
FakePlayerAutoAttackable = False
|
||||
|
||||
# Aggressive AI fake players attack nearby monsters.
|
||||
FakePlayerAggroMonsters = True
|
||||
|
||||
|
||||
@@ -430,8 +430,8 @@ ChatFilterChars = ^_^
|
||||
# NPC_SHOUT
|
||||
# NEW_TELL
|
||||
# WORLD (&)
|
||||
# Default: ALL;SHOUT;GLOBAL;TRADE;HERO_VOICE
|
||||
BanChatChannels = GENERAL;SHOUT;WORLD;TRADE;HERO_VOICE
|
||||
# Default: GENERAL;SHOUT;GLOBAL;TRADE;HERO_VOICE;WHISPER
|
||||
BanChatChannels = GENERAL;SHOUT;WORLD;TRADE;HERO_VOICE;WHISPER
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
@@ -655,6 +655,11 @@ EnableAutoItem = True
|
||||
# Retail: False
|
||||
ResumeAutoPlay = False
|
||||
|
||||
# Assist party leader.
|
||||
# When in party, target what the leader is targeting.
|
||||
# Retail: False
|
||||
AssistLeader = False
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Developer Settings
|
||||
|
||||
@@ -159,11 +159,13 @@ EventItemMaxLevelDifference = 9
|
||||
# Vitality system rates. Works only if EnableVitality = True
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# The following configures the XP multiplier of each vitality level. Basically, you have
|
||||
# Default: 2
|
||||
# The following configures the XP multiplier of each vitality level.
|
||||
# Take care setting these values according to your server rates, as the can lead to huge differences!
|
||||
# Example with a server rate 15x and vitality = 2. => final server rate = 30 (15x2)!
|
||||
# Retail: 2
|
||||
RateVitalityExpMultiplier = 2.
|
||||
# Retail: 3
|
||||
RateVitalityExpPremiumMultiplier = 3.
|
||||
|
||||
# Maximum vitality items allowed to be used for a week by a player.
|
||||
# Default: 999
|
||||
|
||||
Reference in New Issue
Block a user