From 227edf000ab9462bbde61ee3a079aa3543f7a04d Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Sun, 29 Jan 2023 14:40:14 -0300 Subject: [PATCH] Update config.ini --- configs/config.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/config.ini b/configs/config.ini index adfae5f..677369a 100644 --- a/configs/config.ini +++ b/configs/config.ini @@ -33,17 +33,15 @@ RateDrop = 1 RateChangeDrop = 1 RateMonsterHP = 1 RateMonsterDMG = 1 -; Percentage that a unique, legendary, set or special item created is unidentified ChanceHighQualityUnidentified = 30 -; Percentage that normal item created is unidentified ChanceNormalUnidentified = 5 -; Amount of times user can resurrect at corpse ResurrectionCharges = 3 [NAT] Enabled = False PublicIP = 127.0.0.1 +; Use Ansi Log if you want a cleaner log view, otherwise, use ConsoleLog, which keeps the screen logs. [ConsoleLog] Enabled = false Target = Console @@ -51,6 +49,7 @@ IncludeTimeStamps = true MinimumLevel = Debug MaximumLevel = Fatal +; Ansi Log - enabled by default - useful if you're not in a hard-debug mode. It's easier to view logs. [AnsiLog] Enabled = true Target = Ansi @@ -58,6 +57,7 @@ IncludeTimeStamps = true MinimumLevel = Info MaximumLevel = Fatal +; dumps everything from Debug to PacketDump (packet logs) to a file [PacketLog] Enabled = true Target = file