#W# Settings: Changed some modernuo.json settings.
This commit is contained in:
parent
bc133c7f59
commit
e977355953
1 changed files with 21 additions and 10 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue