From 17eae1e575c4715d0f960e4b5c3b2aaef4fc765b Mon Sep 17 00:00:00 2001 From: Emistry Haoyan Date: Mon, 9 Sep 2019 03:42:41 +0800 Subject: Add Library Mistake Quest - Quest allow player to waive the transcendent cost. Signed-off-by: Haru --- db/quest_db.conf | 4 ++++ db/re/mob_db.conf | 34 +++++++++++++++++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) (limited to 'db') 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 @@ -3613,6 +3613,10 @@ quest_db: ( Name: "Battle test" }, // 2012 Headgear Quests +{ + Id: 5160 + Name: "Library Mistake" +}, { Id: 5161 Name: "Low Level collection request[Stand by]" 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 -- cgit v1.2.3-70-g09d2