mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
# CONFIG_NAME: Hardcore PvP Server
|
|
# CONFIG_DESCRIPTION: Competitive PvP environment with 1.5x leveling and minimal bots
|
|
# Hardcore PvP Server - Competitive WotLK PvP Experience
|
|
|
|
[worldserver.conf]
|
|
# Slightly accelerated leveling to reach endgame faster
|
|
Rate.XP.Kill = 1.5
|
|
Rate.XP.Quest = 1.5
|
|
Rate.XP.Explore = 1.0
|
|
Rate.Rest.InGame = 1.0
|
|
Rate.Rest.Offline.InTavernOrCity = 1.0
|
|
|
|
# Standard drop rates
|
|
Rate.Drop.Money = 1.0
|
|
Rate.Drop.Items = 1.0
|
|
|
|
# Level cap
|
|
MaxPlayerLevel = 80
|
|
GM.InGMList.Level = 3
|
|
|
|
# No cross-faction interaction (competitive environment)
|
|
AllowTwoSide.Interaction.Chat = 0
|
|
AllowTwoSide.Interaction.Channel = 0
|
|
AllowTwoSide.Interaction.Group = 0
|
|
AllowTwoSide.Interaction.Guild = 0
|
|
AllowTwoSide.Interaction.Auction = 0
|
|
AllowTwoSide.Interaction.Mail = 0
|
|
|
|
# Standard death penalties
|
|
Death.CorpseDecayType = 0
|
|
Death.Bones.BattlegroundOrArena = 1
|
|
Corpse.Decay.NORMAL = 300
|
|
Corpse.Decay.RARE = 900
|
|
Corpse.Decay.ELITE = 1800
|
|
Corpse.Decay.RAREELITE = 3600
|
|
Corpse.Decay.WORLDBOSS = 7200
|
|
|
|
[playerbots.conf]
|
|
# Minimal bot population to maintain authentic PvP experience
|
|
AiPlayerbot.RandomBotMinLevel = 70
|
|
AiPlayerbot.RandomBotMaxLevel = 80
|
|
AiPlayerbot.MinRandomBots = 20
|
|
AiPlayerbot.MaxRandomBots = 50
|
|
AiPlayerbot.RandomBotJoinBG = 1
|
|
|
|
[mod_transmog.conf]
|
|
# Expensive transmogrification (cosmetic luxury)
|
|
Transmogrification.Enable = 1
|
|
Transmogrification.Cost = 500000 |