mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-25 21:36:22 +00:00
Update worldserver.conf
This commit is contained in:
@@ -22,38 +22,23 @@ Instance.GMSummonPlayer = 1
|
|||||||
MailDeliveryDelay = 10
|
MailDeliveryDelay = 10
|
||||||
LeaveGroupOnLogout.Enabled = 0
|
LeaveGroupOnLogout.Enabled = 0
|
||||||
InstantLogout = 0
|
InstantLogout = 0
|
||||||
#CloseIdleConnections = 0
|
CloseIdleConnections = 0
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
# factions
|
# factions (Auction required for mod-ahbot)
|
||||||
#-------------------------------------------------------------------
|
|
||||||
#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
|
AllowTwoSide.Interaction.Auction = 1
|
||||||
|
AllowTwoSide.WhoList = 1
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
# performance
|
# performance
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
PreloadAllNonInstancedMapGrids = 0
|
PreloadAllNonInstancedMapGrids = 0
|
||||||
|
|
||||||
ThreadPool = 2
|
ThreadPool = 8
|
||||||
Network.Threads = 1
|
Network.Threads = 2
|
||||||
|
|
||||||
MapUpdate.Threads = 4
|
MapUpdate.Threads = 6
|
||||||
MapUpdateInterval = 100
|
MapUpdateInterval = 100
|
||||||
MinWorldUpdateTime = 10
|
MinWorldUpdateTime = 10
|
||||||
|
|
||||||
@@ -61,9 +46,9 @@ LoginDatabase.WorkerThreads = 1
|
|||||||
WorldDatabase.WorkerThreads = 1
|
WorldDatabase.WorkerThreads = 1
|
||||||
CharacterDatabase.WorkerThreads = 1
|
CharacterDatabase.WorkerThreads = 1
|
||||||
|
|
||||||
LoginDatabase.SynchThreads = 1
|
LoginDatabase.SynchThreads = 2
|
||||||
WorldDatabase.SynchThreads = 1
|
WorldDatabase.SynchThreads = 4
|
||||||
CharacterDatabase.SynchThreads = 2
|
CharacterDatabase.SynchThreads = 6
|
||||||
|
|
||||||
#################################################################################################
|
#################################################################################################
|
||||||
# END: custom worldserver.conf settings
|
# END: custom worldserver.conf settings
|
||||||
|
|||||||
Reference in New Issue
Block a user