diff options
author | Emistry Haoyan <equinox1991@gmail.com> | 2019-09-09 03:42:41 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2019-09-23 02:03:18 +0200 |
commit | 17eae1e575c4715d0f960e4b5c3b2aaef4fc765b (patch) | |
tree | 84bbf475620218641e71b0e5f942b70b2deea30f /db | |
parent | 307248a5eefca196660c75e06cb6d4d0b84e2c43 (diff) | |
download | hercules-17eae1e575c4715d0f960e4b5c3b2aaef4fc765b.tar.gz hercules-17eae1e575c4715d0f960e4b5c3b2aaef4fc765b.tar.bz2 hercules-17eae1e575c4715d0f960e4b5c3b2aaef4fc765b.tar.xz hercules-17eae1e575c4715d0f960e4b5c3b2aaef4fc765b.zip |
Add Library Mistake Quest
- Quest allow player to waive the transcendent cost.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db')
-rw-r--r-- | db/quest_db.conf | 4 | ||||
-rw-r--r-- | db/re/mob_db.conf | 34 |
2 files changed, 37 insertions, 1 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 49952d94b..516c2e70a 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -3614,6 +3614,10 @@ quest_db: ( }, // 2012 Headgear Quests { + Id: 5160 + Name: "Library Mistake" +}, +{ Id: 5161 Name: "Low Level collection request[Stand by]" TimeLimit: 86400 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 7ac31655c..95645abe6 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -64423,7 +64423,39 @@ mob_db: ( DamageMotion: 0 MvpExp: 0 }, -//2414,RUNAWAY_BOOK +{ + Id: 2414 + SpriteName: "RUNAWAY_BOOK" + Name: "Runaway Book" + Hp: 10 + Exp: 1 + JExp: 1 + Attack: [6, 9] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: "Size_Small" + Race: "RC_Human" + Element: ("Ele_Neutral", 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 150 + AttackDelay: 864 + AttackMotion: 500 + DamageMotion: 192 +}, //2415,L_SEYREN //2416,L_EREMES //2417,L_HARWORD |