diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-25 23:54:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-25 23:54:59 -0300 |
commit | 29952d7943a21de3802970d317b22641ac861d91 (patch) | |
tree | 997d2a0e91d9a9beb07ad6979cf9e571e2645785 /db | |
parent | 4b2c057fc2cea88047d3356da3345f8f69a02fff (diff) | |
download | serverdata-29952d7943a21de3802970d317b22641ac861d91.tar.gz serverdata-29952d7943a21de3802970d317b22641ac861d91.tar.bz2 serverdata-29952d7943a21de3802970d317b22641ac861d91.tar.xz serverdata-29952d7943a21de3802970d317b22641ac861d91.zip |
Pyry is working nicely now
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 10 | ||||
-rw-r--r-- | db/re/mob_db.conf | 4 | ||||
-rw-r--r-- | db/re/mob_skill_db.conf | 4 |
3 files changed, 4 insertions, 14 deletions
diff --git a/db/constants.conf b/db/constants.conf index 171b83abc..4ce2bea22 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4343,16 +4343,6 @@ constants_db: { BS_SNEST8: 128 BS_SNEST9: 256 BS_SNESTALL: 511 - // K - Nest Kills - BS_KNEST1: 3 - BS_KNEST2: 2 - BS_KNEST3: 1 - BS_KNEST4: 3 - BS_KNEST5: 2 - BS_KNEST6: 1 - BS_KNEST7: 3 - BS_KNEST8: 2 - BS_KNEST9: 1 comment__: "Being actions" ACTION_STAND: 0 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index e414bd172..4d0c8b602 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -3558,7 +3558,7 @@ mob_db: ( Exp: 15 JExp: 1 AttackRange: 1 - Attack: [80, 120] + Attack: [28, 120] Def: 10 Mdef: 10 Stats: { @@ -3566,7 +3566,7 @@ mob_db: ( Agi: 30 Vit: 10 Int: 10 - Dex: 30 + Dex: 60 Luk: 20 } ViewRange: 8 diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index 4e3085269..86bb5d685 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -260,8 +260,8 @@ SKILL_COND2 = { SkillState: "MSS_ANY" SkillLevel: 1 Rate: 8000 - CastTime: 1000 - Delay: 5000 + CastTime: 1200 + Delay: 18000 SkillTarget: "MST_SELF" CastCondition: "MSC_SLAVELT" ConditionData: 1 |