mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 16:39:07 +00:00
71 lines
2.4 KiB
Plaintext
71 lines
2.4 KiB
Plaintext
#################################################################################################
|
|
# START: custom worldserver.conf settings
|
|
#################################################################################################
|
|
|
|
#-------------------------------------------------------------------
|
|
# world server config (Expansion 0 = classic, 1 = bc, 2 = wotlk)
|
|
#-------------------------------------------------------------------
|
|
Expansion = 2
|
|
MaxPlayerLevel = 80
|
|
GameType = 1
|
|
PlayerLimit = 0
|
|
|
|
#-------------------------------------------------------------------
|
|
# new player config
|
|
#-------------------------------------------------------------------
|
|
StartPlayerMoney = 50000
|
|
|
|
#-------------------------------------------------------------------
|
|
# server config
|
|
#-------------------------------------------------------------------
|
|
Instance.GMSummonPlayer = 1
|
|
MailDeliveryDelay = 10
|
|
LeaveGroupOnLogout.Enabled = 0
|
|
InstantLogout = 0
|
|
CloseIdleConnections = 0
|
|
|
|
#-------------------------------------------------------------------
|
|
# factions
|
|
#-------------------------------------------------------------------
|
|
AllowTwoSide.Interaction.Calendar = 1
|
|
AllowTwoSide.Interaction.Chat = 1
|
|
AllowTwoSide.Interaction.Emote = 1
|
|
AllowTwoSide.Interaction.Channel = 1
|
|
AllowTwoSide.Interaction.Group = 1
|
|
AllowTwoSide.Interaction.Guild = 1
|
|
#AllowTwoSide.Interaction.Auction = 1
|
|
AllowTwoSide.Interaction.Mail = 1
|
|
AllowTwoSide.WhoList = 1
|
|
AllowTwoSide.AddFriend = 1
|
|
AllowTwoSide.Trade = 1
|
|
TalentsInspecting = 1
|
|
|
|
#-------------------------------------------------------------------
|
|
# ah-bot
|
|
#-------------------------------------------------------------------
|
|
AllowTwoSide.Interaction.Auction = 1
|
|
|
|
#-------------------------------------------------------------------
|
|
# performance
|
|
#-------------------------------------------------------------------
|
|
PreloadAllNonInstancedMapGrids = 0
|
|
|
|
ThreadPool = 6
|
|
Network.Threads = 4
|
|
|
|
MapUpdate.Threads = 4
|
|
MapUpdateInterval = 100
|
|
MinWorldUpdateTime = 10
|
|
|
|
LoginDatabase.WorkerThreads = 2
|
|
WorldDatabase.WorkerThreads = 4
|
|
CharacterDatabase.WorkerThreads = 4
|
|
|
|
LoginDatabase.SynchThreads = 2
|
|
WorldDatabase.SynchThreads = 4
|
|
CharacterDatabase.SynchThreads = 6
|
|
|
|
#################################################################################################
|
|
# END: custom worldserver.conf settings
|
|
#################################################################################################
|