diff --git a/configs/config.ini b/configs/config.ini index 3334498..3906f13 100644 --- a/configs/config.ini +++ b/configs/config.ini @@ -1,6 +1,5 @@ ; -; # This is a template config.ini file. -; # Modify howhever you see fit. +; # This is a template configuration file which can be modified as desired. ; ; # Community branch (recommended): https://github.com/blizzless/blizzless-diiis/tree/community ; # test-stable branch: https://github.com/blizzless/blizzless-diiis/ @@ -13,7 +12,6 @@ Enabled = true BindIP = 127.0.0.1 WebPort = 9800 Port = 1119 -BindIPv6 = ::1 MotdEnabled = true Motd = Welcome to Blizzless D3! @@ -31,6 +29,7 @@ PORT = 80 ; ------------------------ ; Game server options and game-mods. +; [Game-Server] Enabled = true CoreActive = true @@ -39,28 +38,44 @@ WebPort = 9001 Port = 1345 BindIPv6 = ::1 DRLGemu = true -; Modding of game + +; Modding of game (please check https://github.com/blizzless/blizzless-diiis/blob/community/docs/game-world-settings.md) +; + +; rates RateExp = 1 RateMoney = 1 RateDrop = 1 RateChangeDrop = 1 RateMonsterHP = 1 RateMonsterDMG = 1 -; Percentage that a unique, legendary, set or special item created is unidentified +; items ChanceHighQualityUnidentified = 30 -; Percentage that normal item created is unidentified ChanceNormalUnidentified = 5 -; Amount of times user can resurrect at corpse -ResurrectionCharges = 3 +; bosses BossHealthMultiplier = 6 BossDamageMultiplier = 3 +; nephalem NephalemRiftProgressMultiplier = 1 +; health HealthPotionRestorePercentage = 60 HealthPotionCooldown = 30 +ResurrectionCharges = 3 +; waypoints UnlockAllWaypoints = false +; player attribute modifier +StrengthMultiplier = 1 +StrengthParagonMultiplier = 1 +DexterityMultiplier = 1 +DexterityParagonMultiplier +IntelligenceMultiplier = 1 +IntelligenceParagonMultiplier = 1 +VitalityMultiplier = 1 +VitalityParagonMultiplier = 1 ; ------------------------ ; Network address translation +; [NAT] Enabled = True ; use your public IP @@ -71,6 +86,7 @@ PublicIP = 127.0.0.1 ; Best for visualization (default): AnsiLog (target: Ansi) ; Best for debugging: ConsoleLog (target: console) ; Best for packet analysis: PacketLog (target: file) +; [AnsiLog] Enabled = true Target = Ansi