mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 09:07:20 +00:00
53 lines
1.4 KiB
Plaintext
53 lines
1.4 KiB
Plaintext
# CONFIG_NAME: Fast Leveling Server
|
|
# CONFIG_DESCRIPTION: 3x XP rates with quality of life improvements and cross-faction features
|
|
# Fast Leveling Server - 3x XP with Quality of Life Features
|
|
|
|
[worldserver.conf]
|
|
# Fast leveling rates (3x)
|
|
Rate.XP.Kill = 3.0
|
|
Rate.XP.Quest = 3.0
|
|
Rate.XP.Explore = 3.0
|
|
Rate.Rest.InGame = 3.0
|
|
Rate.Rest.Offline.InTavernOrCity = 3.0
|
|
|
|
# Generous drop rates
|
|
Rate.Drop.Money = 2.5
|
|
Rate.Drop.Items = 1.5
|
|
|
|
# Standard level cap
|
|
MaxPlayerLevel = 80
|
|
GM.InGMList.Level = 3
|
|
|
|
# Quality of life - cross-faction interaction
|
|
AllowTwoSide.Interaction.Chat = 1
|
|
AllowTwoSide.Interaction.Channel = 1
|
|
AllowTwoSide.Interaction.Group = 1
|
|
AllowTwoSide.Interaction.Guild = 1
|
|
AllowTwoSide.Interaction.Auction = 1
|
|
AllowTwoSide.Interaction.Mail = 1
|
|
|
|
# Faster corpse recovery
|
|
Death.CorpseDecayType = 2
|
|
Death.Bones.BattlegroundOrArena = 1
|
|
Corpse.Decay.NORMAL = 180
|
|
Corpse.Decay.RARE = 360
|
|
Corpse.Decay.ELITE = 720
|
|
Corpse.Decay.RAREELITE = 1440
|
|
Corpse.Decay.WORLDBOSS = 2880
|
|
|
|
[playerbots.conf]
|
|
# Moderate bot population for fast leveling
|
|
AiPlayerbot.RandomBotMinLevel = 10
|
|
AiPlayerbot.RandomBotMaxLevel = 80
|
|
AiPlayerbot.MinRandomBots = 100
|
|
AiPlayerbot.MaxRandomBots = 300
|
|
|
|
[mod_transmog.conf]
|
|
# Cheap transmogrification for appearance customization
|
|
Transmogrification.Enable = 1
|
|
Transmogrification.Cost = 10000
|
|
|
|
[mod_autobalance.conf]
|
|
# Enable autobalance for solo dungeon experience
|
|
AutoBalance.enable = 1
|
|
AutoBalance.MinPlayerReward = 1 |