Update config.ini
This commit is contained in:
parent
1e80bb2084
commit
00c76e7534
@ -1,6 +1,5 @@
|
|||||||
;
|
;
|
||||||
; # This is a template config.ini file.
|
; # This is a template configuration file which can be modified as desired.
|
||||||
; # Modify howhever you see fit.
|
|
||||||
;
|
;
|
||||||
; # Community branch (recommended): https://github.com/blizzless/blizzless-diiis/tree/community
|
; # Community branch (recommended): https://github.com/blizzless/blizzless-diiis/tree/community
|
||||||
; # test-stable branch: https://github.com/blizzless/blizzless-diiis/
|
; # test-stable branch: https://github.com/blizzless/blizzless-diiis/
|
||||||
@ -13,7 +12,6 @@ Enabled = true
|
|||||||
BindIP = 127.0.0.1
|
BindIP = 127.0.0.1
|
||||||
WebPort = 9800
|
WebPort = 9800
|
||||||
Port = 1119
|
Port = 1119
|
||||||
BindIPv6 = ::1
|
|
||||||
MotdEnabled = true
|
MotdEnabled = true
|
||||||
Motd = Welcome to Blizzless D3!
|
Motd = Welcome to Blizzless D3!
|
||||||
|
|
||||||
@ -31,6 +29,7 @@ PORT = 80
|
|||||||
|
|
||||||
; ------------------------
|
; ------------------------
|
||||||
; Game server options and game-mods.
|
; Game server options and game-mods.
|
||||||
|
;
|
||||||
[Game-Server]
|
[Game-Server]
|
||||||
Enabled = true
|
Enabled = true
|
||||||
CoreActive = true
|
CoreActive = true
|
||||||
@ -39,28 +38,44 @@ WebPort = 9001
|
|||||||
Port = 1345
|
Port = 1345
|
||||||
BindIPv6 = ::1
|
BindIPv6 = ::1
|
||||||
DRLGemu = true
|
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
|
RateExp = 1
|
||||||
RateMoney = 1
|
RateMoney = 1
|
||||||
RateDrop = 1
|
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
|
; items
|
||||||
ChanceHighQualityUnidentified = 30
|
ChanceHighQualityUnidentified = 30
|
||||||
; Percentage that normal item created is unidentified
|
|
||||||
ChanceNormalUnidentified = 5
|
ChanceNormalUnidentified = 5
|
||||||
; Amount of times user can resurrect at corpse
|
; bosses
|
||||||
ResurrectionCharges = 3
|
|
||||||
BossHealthMultiplier = 6
|
BossHealthMultiplier = 6
|
||||||
BossDamageMultiplier = 3
|
BossDamageMultiplier = 3
|
||||||
|
; nephalem
|
||||||
NephalemRiftProgressMultiplier = 1
|
NephalemRiftProgressMultiplier = 1
|
||||||
|
; health
|
||||||
HealthPotionRestorePercentage = 60
|
HealthPotionRestorePercentage = 60
|
||||||
HealthPotionCooldown = 30
|
HealthPotionCooldown = 30
|
||||||
|
ResurrectionCharges = 3
|
||||||
|
; waypoints
|
||||||
UnlockAllWaypoints = false
|
UnlockAllWaypoints = false
|
||||||
|
; player attribute modifier
|
||||||
|
StrengthMultiplier = 1
|
||||||
|
StrengthParagonMultiplier = 1
|
||||||
|
DexterityMultiplier = 1
|
||||||
|
DexterityParagonMultiplier
|
||||||
|
IntelligenceMultiplier = 1
|
||||||
|
IntelligenceParagonMultiplier = 1
|
||||||
|
VitalityMultiplier = 1
|
||||||
|
VitalityParagonMultiplier = 1
|
||||||
|
|
||||||
; ------------------------
|
; ------------------------
|
||||||
; Network address translation
|
; Network address translation
|
||||||
|
;
|
||||||
[NAT]
|
[NAT]
|
||||||
Enabled = True
|
Enabled = True
|
||||||
; use your public IP
|
; use your public IP
|
||||||
@ -71,6 +86,7 @@ PublicIP = 127.0.0.1
|
|||||||
; Best for visualization (default): AnsiLog (target: Ansi)
|
; Best for visualization (default): AnsiLog (target: Ansi)
|
||||||
; Best for debugging: ConsoleLog (target: console)
|
; Best for debugging: ConsoleLog (target: console)
|
||||||
; Best for packet analysis: PacketLog (target: file)
|
; Best for packet analysis: PacketLog (target: file)
|
||||||
|
;
|
||||||
[AnsiLog]
|
[AnsiLog]
|
||||||
Enabled = true
|
Enabled = true
|
||||||
Target = Ansi
|
Target = Ansi
|
||||||
|
|||||||
Loading…
Reference in New Issue
user.block.title