From e97735595318bf2bfe02176dd3723dbb92349596 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Mon, 21 Sep 2026 10:25:16 -0400 Subject: [PATCH] #W# Settings: Changed some modernuo.json settings. --- Distribution/Configuration/modernuo.json | 31 ++++++++++++++++-------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/Distribution/Configuration/modernuo.json b/Distribution/Configuration/modernuo.json index 24ac88c6c..8170db7d7 100644 --- a/Distribution/Configuration/modernuo.json +++ b/Distribution/Configuration/modernuo.json @@ -10,8 +10,8 @@ ], "settings": { "accountHandler.enableAutoAccountCreation": "True", - "accountHandler.enablePlayerPasswordCommand": "False", - "accountHandler.maxAccountsPerIP": "1", + "accountHandler.enablePlayerPasswordCommand": "True", + "accountHandler.maxAccountsPerIP": "3", "accountSecurity.encryptionAlgorithm": "Argon2", "assistants.enableNegotiation": "False", "autoArchive.archiveLocally": "True", @@ -28,12 +28,12 @@ "autoArchive.verifyArchives": "True", "autosave.enabled": "True", "autosave.saveDelay": "00:05:00", - "autosave.warningDelay": "00:00:00", - "buffIcons.enable": "False", + "autosave.warningDelay": "00:00:15", + "buffIcons.enable": "True", "bulletinboards.creationTimeDelay": "00:02:00", "bulletinboards.expireDuration": "06:00:00", "bulletinboards.replyDelay": "00:00:30", - "chat.enabled": "False", + "chat.enabled": "True", "clientVerification.ageLeniency": "10.00:00:00", "clientVerification.enable": "True", "clientVerification.gameTimeLeniency": "1.01:00:00", @@ -73,7 +73,7 @@ "network.sendBufferMaxSize": "2097152", "network.sendBufferSize": "262144", "pages.discordWebhookUrl": null, - "pathfinding.enable": "True", + "pathfinding.enable": "False", "pathfinding.maxResidentChunks": "8192", "pathfinding.maxSearchNodes": "1000", "pathfinding.prebakeMaps": "False", @@ -97,11 +97,22 @@ "timer.initialPoolCapacity": "1024", "timer.maxPoolCapacity": "16384", "uogateway.enabled": "True", - "vetRewards.enable": "True", + "vetRewards.enable": "False", "vetRewards.rewardInterval": "30.00:00:00", - "vetRewards.skillCapRewards": "True", + "vetRewards.skillCapRewards": "False", "world.enableAutoRestart": "False", "world.savePath": "Saves", - "world.useMultithreadedSaves": "True" + "world.useMultithreadedSaves": "True", + "exileBestiary.enabled": "True", + "exileBestiary.debug": "True", + "exileBestiary.damage.mode": "Mark", + "exileBestiary.damage.perCreatureBonus": "0.10", + "exileBestiary.damage.categoryMilestoneBonus": "0.20", + "exileBestiary.damage.totalCap": "0.25", + "exileBestiary.damage.markDuration": "00:00:10", + "exileBestiary.damage.markTickSeconds": "00:00:02", + "exileBestiary.damage.markTickPercent": "0.01", + "exileBestiary.drop.chance": "-1.0", + "exileBestiary.drop.pityThreshold": "40" } -} \ No newline at end of file +}