diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-10 14:09:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-10 14:09:13 -0300 |
commit | 7f0e88867b116417a912d87f427deff9c33865ab (patch) | |
tree | d9b84d14fdb790b2c7de9e52d8c5801ff7fb1b2f | |
parent | afc3f0310aaa18df82e400a1b26346d0cfe72b51 (diff) | |
download | serverdata-r10.0_190910.tar.gz serverdata-r10.0_190910.tar.bz2 serverdata-r10.0_190910.tar.xz serverdata-r10.0_190910.zip |
Before I forget thisr10.0_190910
-rw-r--r-- | db/re/mob_db.conf | 6 | ||||
-rw-r--r-- | npc/craft/options.txt | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 3c6c201c5..07caa0bf6 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1643,18 +1643,18 @@ mob_db: ( Lv: 23 Hp: 2763 Sp: 0 - Exp: 27 + Exp: 28 JExp: 8 AttackRange: 1 Attack: [270, 300] - Def: 17 + Def: 19 Mdef: 11 Stats: { Str: 9 Agi: 18 Vit: 17 Int: 1 - Dex: 14 + Dex: 18 Luk: 11 } ChaseRange: 12 diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 0466d20b9..6a576f4f3 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -53,6 +53,9 @@ function script csys_Generate { array_push(@csys_attr, VAR_VITAMOUNT); } + if (rand2(100) < .@lv) + array_push(@csys_attr, CLASS_DAMAGE_BOSS_TARGET); + // Update averages .@avg+=.@lvl; .@stk+=1; |