diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-07 14:46:09 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-07 14:46:09 -0200 |
commit | 395ac771b4ab63c7937f3a88401b97b1e341304c (patch) | |
tree | f5ef004dd5acc3c30155ce22523811eb636be69e | |
parent | 1b61e25e4dd55261821975cba381efbf0ad0f8b0 (diff) | |
download | serverdata-395ac771b4ab63c7937f3a88401b97b1e341304c.tar.gz serverdata-395ac771b4ab63c7937f3a88401b97b1e341304c.tar.bz2 serverdata-395ac771b4ab63c7937f3a88401b97b1e341304c.tar.xz serverdata-395ac771b4ab63c7937f3a88401b97b1e341304c.zip |
Maximum exp for killing MK illusion is 700.000 (MVP). Update mob info after playtest.
-rw-r--r-- | db/re/mob_db.conf | 33 | ||||
-rw-r--r-- | db/re/mob_skill_db.conf | 13 | ||||
-rw-r--r-- | npc/functions/mobpoint.txt | 2 |
3 files changed, 29 insertions, 19 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index c2b1c9063..9d3199576 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -500,7 +500,7 @@ mob_db: ( Lv: 70 Hp: 14000 Sp: 0 - Exp: 1800 + Exp: 1922 JExp: 110 AttackRange: 1 Attack: [496, 660] @@ -567,7 +567,6 @@ mob_db: ( Mode: { CanMove: true Assist: true - Boss: true CanAttack: true ChangeTargetMelee: true ChangeChase: true @@ -1343,7 +1342,7 @@ mob_db: ( Exp: 26103 JExp: 400 AttackRange: 2 - Attack: [777, 1082] + Attack: [977, 1082] Def: 120 Mdef: 80 Stats: { @@ -2625,7 +2624,7 @@ mob_db: ( Aggressive: true ChangeChase: true } - MoveSpeed: 300 + MoveSpeed: 220 AttackDelay: 1200 AttackMotion: 672 DamageMotion: 480 @@ -2677,7 +2676,7 @@ mob_db: ( Aggressive: true ChangeChase: true } - MoveSpeed: 300 + MoveSpeed: 220 AttackDelay: 1200 AttackMotion: 672 DamageMotion: 480 @@ -2727,7 +2726,7 @@ mob_db: ( ChangeChase: true CastSensorChase: true } - MoveSpeed: 650 + MoveSpeed: 250 AttackDelay: 500 AttackMotion: 672 DamageMotion: 480 @@ -2777,7 +2776,7 @@ mob_db: ( ChangeChase: true CastSensorChase: true } - MoveSpeed: 700 + MoveSpeed: 250 AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 @@ -5171,7 +5170,7 @@ mob_db: ( ChangeChase: true CastSensorChase: true } - MoveSpeed: 800 + MoveSpeed: 760 AttackDelay: 850 AttackMotion: 672 DamageMotion: 200 @@ -5713,7 +5712,7 @@ mob_db: ( SpriteName: "BanditLord" Name: "Bandit Lord" Lv: 55 - Hp: 9555 + Hp: 12100 Sp: 0 Exp: 250 JExp: 60 @@ -5930,7 +5929,7 @@ mob_db: ( JExp: 6 AttackRange: 1 Attack: [209, 231] - Def: 35 + Def: 75 Mdef: 20 Stats: { Str: 16 @@ -5952,7 +5951,7 @@ mob_db: ( ChangeChase: true CastSensorChase: true } - MoveSpeed: 650 + MoveSpeed: 250 AttackDelay: 872 AttackMotion: 672 DamageMotion: 480 @@ -6542,7 +6541,7 @@ mob_db: ( ChangeChase: true } MoveSpeed: 600 - AttackDelay: 472 + AttackDelay: 492 AttackMotion: 472 DamageMotion: 280 Drops: { @@ -7553,7 +7552,7 @@ mob_db: ( Agi: 33 Vit: 46 Int: 21 - Dex: 41 + Dex: 81 Luk: 27 } ViewRange: 28 @@ -7595,7 +7594,7 @@ mob_db: ( Agi: 33 Vit: 46 Int: 21 - Dex: 51 + Dex: 61 Luk: 27 } ViewRange: 28 @@ -7637,7 +7636,7 @@ mob_db: ( Agi: 33 Vit: 46 Int: 21 - Dex: 31 + Dex: 41 Luk: 27 } ViewRange: 28 @@ -7666,12 +7665,12 @@ mob_db: ( SpriteName: "DustBoss" Name: "Boss Of The Dusty People" Lv: 50 - Hp: 10000 + Hp: 12000 Sp: 0 Exp: 7500 JExp: 60 AttackRange: 9 - Attack: [200, 200] + Attack: [220, 220] Def: 82 Mdef: 50 Stats: { diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index bf387ba56..a611b30cb 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -318,11 +318,22 @@ SKILL_COND2 = { val0: 1086 } } + Snake: { + NPC_POISON: { + SkillState: "MSS_BERSERK" + SkillLevel: 20 + Rate: 400 + Delay: 500 + Cancelable: true + SkillTarget: "MST_TARGET" + CastCondition: "MSC_ALWAYS" + } + } MountainSnake: { NPC_POISON: { SkillState: "MSS_BERSERK" SkillLevel: 20 - Rate: 500 + Rate: 600 Delay: 500 Cancelable: true SkillTarget: "MST_TARGET" diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index dfdeb53a0..cc296f417 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -22,7 +22,7 @@ function script mobpoint { OnNPCKillEvent: if (killedrid == MonsterKing) { announce "An illusionary monster king was killed.", bc_all | bc_pc; - getexp BaseLevel**3, 0; + getexp min(700000, BaseLevel**3), 0; } // Remove undue Job exp |