From 1346c11cdb14480d715d184c5a2684a54fec51c1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Sep 2019 18:04:29 -0300 Subject: Register: Night Dragon (BOSS) and Nightmare Dragon (for Fortress Island) --- db/re/mob_db.conf | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++ npc/018-6-1/main.txt | 11 +++++ 2 files changed, 125 insertions(+) diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 5900525b3..36d9ac3dd 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8902,6 +8902,120 @@ mob_db: ( LightGreenDiamond: 3 } }, +{ + Id: 1229 + SpriteName: "NightDragon" + Name: "Night Dragon" + Lv: 75 + Hp: 32000 + Sp: 3248 + Exp: 7015 + JExp: 150 + AttackRange: 3 + Attack: [500, 600] + Def: 80 + Mdef: 105 + WalkMask: "WALK_AIR" + Stats: { + Str: 80 + Agi: 30 + Vit: 80 + Int: 120 + Dex: 200 + Luk: 90 + } + ViewRange: 15 + ChaseRange: 15 + Race: 9 + Element: (3, 4) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + } + MoveSpeed: 470 + AttackDelay: 2100 + AttackMotion: 472 + DamageMotion: 380 + Drops: { + Wurtzite: 10000 + DragonScales: 8000 + HastePotion: 2500 + StrengthPotion: 2500 + DragonStar: 2 + WarlordHelmet: 1 + WarlordPlate: 1 + } + // Good defense against all type of weapons + WeaponAttacks: { + All: 7500 + } + // Most powerful attack skills are almost entirely nullified + SkillAttacks: { + MG_FIREBALL: 5000 + MG_NAPALMBEAT: 5000 + SO_FIREWALK: 3000 + WZ_FROSTNOVA: 3000 + MG_FROSTDIVER: 3000 + SN_SHARPSHOOTING: 3000 + ASC_METEORASSAULT: 3000 + KN_AUTOCOUNTER: 3000 + AC_SHOWER: 3000 + } +}, +{ + Id: 1230 + SpriteName: "NightmareDragon" + Name: "Nightmare Dragon" + Lv: 105 + Hp: 15000 + Sp: 1248 + Exp: 12000 + JExp: 80 + AttackRange: 6 + Attack: [550, 600] + Def: 200 + Mdef: 325 + WalkMask: "WALK_AIR" + Stats: { + Str: 60 + Agi: 76 + Vit: 86 + Int: 70 + Dex: 86 + Luk: 50 + } + ViewRange: 10 + ChaseRange: 15 + Race: 9 + Element: (3, 3) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + } + MoveSpeed: 420 + AttackDelay: 1600 + AttackMotion: 472 + DamageMotion: 380 + Drops: { + DragonScales: 2000 + HastePotion: 500 + StrengthPotion: 500 + GoldOre: 200 + DragonStar: 2 + } + WeaponAttacks: { + All: 8000 + } +}, // WARNING: ID 1250~1400 PERMANENTLY RESERVED - USE PROHIBTED // Reserved diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index 51ba4e704..73fdaca08 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -95,8 +95,19 @@ OnTouch: warp BarbaraInstCheck(0), 90, 91; // Complete the first arc if possible if (.@q == 1) { + setnpcdialogtitle l("Forgotten Chamber"); + mesn l("Forgotten Chamber"); + mesq l("You see yourself in a strange chamber. Drawings of stones surronds the walls."); + next; + mesn l("Forgotten Chamber"); + mesq l("You can see in distance two portals working, and two portals offline."); + next; + mesn l("Forgotten Chamber"); + mesq l("It seems to be a puzzle, you can only imagine what needs to be done in order to enable the right portals."); + next; setq1 LoFQuest_Barbara, 2; setq3 LoFQuest_Barbara, 0; + closeclientdialog; } // Update M0 NPCs based on quest state if (.@q > 2) -- cgit v1.2.3-60-g2f50