Update worldserver.conf

This commit is contained in:
bash
2025-10-18 01:35:48 +02:00
committed by GitHub
parent 33602f855f
commit f0d6731a07

View File

@@ -46,9 +46,9 @@ InstantLogout = 0
PlayerSaveInterval = 300000 PlayerSaveInterval = 300000
PlayerSave.Stats.SaveOnlyOnLogout = 0 PlayerSave.Stats.SaveOnlyOnLogout = 0
# weather (10m) # weather (5m, default 10m)
ActivateWeather = 1 ActivateWeather = 1
ChangeWeatherInterval = 600000 ChangeWeatherInterval = 300000
# Otherwise playerbots wont accept quests # Otherwise playerbots wont accept quests
Quests.IgnoreAutoAccept = 1 Quests.IgnoreAutoAccept = 1
@@ -56,20 +56,19 @@ Quests.IgnoreAutoAccept = 1
# 1 is default # 1 is default
Respawn.DynamicRateCreature = 2 Respawn.DynamicRateCreature = 2
#------------------------------------------------------------------- #-------------------------------------------------------------------
# factions (Auction required for mod-ahbot) # factions (Auction required for mod-ahbot)
#------------------------------------------------------------------- #-------------------------------------------------------------------
AllowTwoSide.Interaction.Auction = 1 AllowTwoSide.Interaction.Auction = 1
AllowTwoSide.WhoList = 1 AllowTwoSide.WhoList = 1
#------------------------------------------------------------------- #-------------------------------------------------------------------
# performance # performance
#------------------------------------------------------------------- #-------------------------------------------------------------------
PreloadAllNonInstancedMapGrids = 1 PreloadAllNonInstancedMapGrids = 1
#SetAllCreaturesWithWaypointMovementActive = 0 #SetAllCreaturesWithWaypointMovementActive = 0
#DontCacheRandomMovementPaths = 1 #DontCacheRandomMovementPaths = 1
MoveMaps.Enable = 1
Compression = 1 Compression = 1
ProcessPriority = 1 ProcessPriority = 1