diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/constants.conf b/db/constants.conf index ad78a0850..3a5de2d65 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2436,7 +2436,9 @@ constants_db: { PVP_WAITTIME: 1800 // 30 minutes PCBLOCK_HARD: 255 // Move+Attack+Skill+Item+Chat+Immune+SitStand+Commands PCBLOCK_SOFT: 47 // Move+Attack+Skill+Item+Immune - CRAFT_MAXLV: 200 + CRAFT_MAXLV1: 200 // Moubootaur cap + CRAFT_MAXLV2: 100 // Monster King cap + CRAFT_MAXLV3: 50 // Fires of Steam cap BCONFN_SPAWN: 70 BCONFD_SPAWN: 100 BCONFN_MOBHP: 95 // TODO: Maybe we don't want this constant? (ie. variable) |