diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-05 23:16:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-05 23:16:40 -0300 |
commit | 37033a2be02f756cc42a0b74ed7ebba2238cc757 (patch) | |
tree | cbe953d7685ca78c3fd8a5bb5e156b11c0d31466 /db | |
parent | ced9f87fc1e964dd88c550b5b69a8720ea22b3ce (diff) | |
download | serverdata-37033a2be02f756cc42a0b74ed7ebba2238cc757.tar.gz serverdata-37033a2be02f756cc42a0b74ed7ebba2238cc757.tar.bz2 serverdata-37033a2be02f756cc42a0b74ed7ebba2238cc757.tar.xz serverdata-37033a2be02f756cc42a0b74ed7ebba2238cc757.zip |
Day time: HP -5%
Night time: XP +1%
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/constants.conf b/db/constants.conf index faa108520..1573f4d0f 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4445,10 +4445,10 @@ constants_db: { PVP_WAITTIME: 1800 // 30 minutes BCONFN_SPAWN: 70 BCONFD_SPAWN: 100 - BCONFN_MOBHP: 100 - BCONFD_MOBHP: 90 + BCONFN_MOBHP: 100 // TODO: Maybe we don't want this constant? + BCONFD_MOBHP: 85 BCONFB_EXPR: 100 - BCONFN_EXPR: 4 + BCONFN_EXPR: 5 BCONFD_EXPR: 0 BCONFB_DROP: 100 BCONFN_DROP: 7 |