mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
36 lines
973 B
Plaintext
36 lines
973 B
Plaintext
# CONFIG_NAME: Blizzlike Server
|
|
# CONFIG_DESCRIPTION: Authentic WotLK experience with 1x rates and original mechanics
|
|
# Blizzlike Server Configuration - Authentic WotLK Experience
|
|
|
|
[worldserver.conf]
|
|
# Blizzlike experience rates (1x)
|
|
Rate.XP.Kill = 1.0
|
|
Rate.XP.Quest = 1.0
|
|
Rate.XP.Explore = 1.0
|
|
Rate.Rest.InGame = 1.0
|
|
Rate.Rest.Offline.InTavernOrCity = 1.0
|
|
|
|
# Blizzlike drop rates (1x)
|
|
Rate.Drop.Money = 1.0
|
|
Rate.Drop.Items = 1.0
|
|
|
|
# Standard player settings
|
|
MaxPlayerLevel = 80
|
|
GM.InGMList.Level = 3
|
|
|
|
# Faction restrictions (authentic)
|
|
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 |