Update worldserver.conf

This commit is contained in:
bash
2024-08-13 00:03:11 +02:00
committed by GitHub
parent 85012b39d2
commit 0f98862909

View File

@@ -22,23 +22,23 @@ Instance.GMSummonPlayer = 1
MailDeliveryDelay = 10
LeaveGroupOnLogout.Enabled = 0
InstantLogout = 0
CloseIdleConnections = 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.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
#AllowTwoSide.AddFriend = 1
#AllowTwoSide.Trade = 1
#TalentsInspecting = 1
#-------------------------------------------------------------------
# ah-bot
@@ -53,7 +53,7 @@ PreloadAllNonInstancedMapGrids = 0
ThreadPool = 6
Network.Threads = 2
MapUpdate.Threads = 6
MapUpdate.Threads = 4
MapUpdateInterval = 100
MinWorldUpdateTime = 10
@@ -61,9 +61,9 @@ LoginDatabase.WorkerThreads = 1
WorldDatabase.WorkerThreads = 1
CharacterDatabase.WorkerThreads = 1
LoginDatabase.SynchThreads = 2
WorldDatabase.SynchThreads = 4
CharacterDatabase.SynchThreads = 6
LoginDatabase.SynchThreads = 1
WorldDatabase.SynchThreads = 2
CharacterDatabase.SynchThreads = 4
#################################################################################################
# END: custom worldserver.conf settings