diff options
author | Micksha <ms-shaman@gmx.de> | 2019-02-28 15:01:47 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2019-02-28 15:01:47 +0000 |
commit | 3f7b63f6cee314186e7d5fdf8f7ed9654447716e (patch) | |
tree | b3cfc5e085bf8873c31e345819756ef1cdd7ec89 /db | |
parent | 437e62a7c408d5c7bf6b34d0202c60f1106d2b27 (diff) | |
download | serverdata-3f7b63f6cee314186e7d5fdf8f7ed9654447716e.tar.gz serverdata-3f7b63f6cee314186e7d5fdf8f7ed9654447716e.tar.bz2 serverdata-3f7b63f6cee314186e7d5fdf8f7ed9654447716e.tar.xz serverdata-3f7b63f6cee314186e7d5fdf8f7ed9654447716e.zip |
add mana ghost mob and Valia NPC
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 | ||||
-rw-r--r-- | db/re/mob_db.conf | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 5beb8db8..2f478a97 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4125,6 +4125,7 @@ constants_db: { NPC_ROWBOATHELPER: 459 NPC_BLOSSOM: 460 NPC_GALIMATIA: 461 + NPC_VALIA: 462 NPC_TEST1: 800 NPC_PLAYER: 801 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index c7da6eff..db7e67a4 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2629,4 +2629,44 @@ mob_db: ( Drops: { } }, +{ + Id: 1101 + SpriteName: "ManaGhost" + Name: "Mana Ghost" + Lv: 40 + Hp: 5500 + Sp: 0 + Exp: 180 + JExp: 25 + AttackRange: 2 + Attack: [500, 750] + Def: 45 + Mdef: 0 + Stats: { + Str: 20 + Agi: 50 + Vit: 50 + Int: 10 + Dex: 15 + Luk: 30 + } + ViewRange: 5 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 700 + AttackDelay: 625 + AttackMotion: 550 + DamageMotion: 450 + MvpExp: 0 + Drops: { + } +}, ) |