mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-26 05:46:22 +00:00
initial setup after some tweaking
This commit is contained in:
37
config/worldserver.conf
Normal file
37
config/worldserver.conf
Normal file
@@ -0,0 +1,37 @@
|
||||
#################################################################################################
|
||||
# START: custom worldserver.conf settings
|
||||
#################################################################################################
|
||||
|
||||
# world server config (Expansion 0 = classic, 1 = bc, 2 = wotlk)
|
||||
Expansion = 0
|
||||
MaxPlayerLevel = 60
|
||||
GameType = 1
|
||||
PlayerLimit = 0
|
||||
|
||||
# new player config
|
||||
StartPlayerMoney = 50000
|
||||
|
||||
# server config
|
||||
Instance.GMSummonPlayer = 1
|
||||
MailDeliveryDelay = 10
|
||||
LeaveGroupOnLogout.Enabled = 0
|
||||
InstantLogout = 0
|
||||
AllowTwoSide.Interaction.Auction = 1
|
||||
AllowTwoSide.WhoList = 1
|
||||
|
||||
# performance
|
||||
LoginDatabase.WorkerThreads = 1
|
||||
WorldDatabase.WorkerThreads = 1
|
||||
CharacterDatabase.WorkerThreads = 1
|
||||
|
||||
LoginDatabase.SynchThreads = 1
|
||||
WorldDatabase.SynchThreads = 1
|
||||
CharacterDatabase.SynchThreads = 2
|
||||
|
||||
Network.Threads = 1
|
||||
ThreadPool = 2
|
||||
MapUpdate.Threads = 6
|
||||
|
||||
#################################################################################################
|
||||
# END: custom worldserver.conf settings
|
||||
#################################################################################################
|
||||
Reference in New Issue
Block a user