mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-07 20:51:10 +00:00
feat: adds config/db import functionality
This commit is contained in:
49
config/presets/hardcore-pvp.conf
Normal file
49
config/presets/hardcore-pvp.conf
Normal file
@@ -0,0 +1,49 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user