Update config.ini
This commit is contained in:
parent
ec74d67f14
commit
227edf000a
@ -33,17 +33,15 @@ RateDrop = 1
|
|||||||
RateChangeDrop = 1
|
RateChangeDrop = 1
|
||||||
RateMonsterHP = 1
|
RateMonsterHP = 1
|
||||||
RateMonsterDMG = 1
|
RateMonsterDMG = 1
|
||||||
; Percentage that a unique, legendary, set or special item created is unidentified
|
|
||||||
ChanceHighQualityUnidentified = 30
|
ChanceHighQualityUnidentified = 30
|
||||||
; Percentage that normal item created is unidentified
|
|
||||||
ChanceNormalUnidentified = 5
|
ChanceNormalUnidentified = 5
|
||||||
; Amount of times user can resurrect at corpse
|
|
||||||
ResurrectionCharges = 3
|
ResurrectionCharges = 3
|
||||||
|
|
||||||
[NAT]
|
[NAT]
|
||||||
Enabled = False
|
Enabled = False
|
||||||
PublicIP = 127.0.0.1
|
PublicIP = 127.0.0.1
|
||||||
|
|
||||||
|
; Use Ansi Log if you want a cleaner log view, otherwise, use ConsoleLog, which keeps the screen logs.
|
||||||
[ConsoleLog]
|
[ConsoleLog]
|
||||||
Enabled = false
|
Enabled = false
|
||||||
Target = Console
|
Target = Console
|
||||||
@ -51,6 +49,7 @@ IncludeTimeStamps = true
|
|||||||
MinimumLevel = Debug
|
MinimumLevel = Debug
|
||||||
MaximumLevel = Fatal
|
MaximumLevel = Fatal
|
||||||
|
|
||||||
|
; Ansi Log - enabled by default - useful if you're not in a hard-debug mode. It's easier to view logs.
|
||||||
[AnsiLog]
|
[AnsiLog]
|
||||||
Enabled = true
|
Enabled = true
|
||||||
Target = Ansi
|
Target = Ansi
|
||||||
@ -58,6 +57,7 @@ IncludeTimeStamps = true
|
|||||||
MinimumLevel = Info
|
MinimumLevel = Info
|
||||||
MaximumLevel = Fatal
|
MaximumLevel = Fatal
|
||||||
|
|
||||||
|
; dumps everything from Debug to PacketDump (packet logs) to a file
|
||||||
[PacketLog]
|
[PacketLog]
|
||||||
Enabled = true
|
Enabled = true
|
||||||
Target = file
|
Target = file
|
||||||
|
|||||||
Loading…
Reference in New Issue
user.block.title