From 26683ee92173fb3d19c727d7c6ea6a9e61fb2e2f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 18 Nov 2018 18:04:08 -0200 Subject: Some from requeriments for Call Of Dusty Event (Quest). --- db/re/item_db.conf | 35 +++++++++++++- db/re/mob_db.conf | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 163 insertions(+), 3 deletions(-) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2c10f3995..bb9b41bd8 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4463,8 +4463,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 1 - Refine: false - ViewSprite: 885 +}, +{ + Id: 886 + AegisName: "BottledDust" + Name: "Dust In A Bottle" + Type: "IT_ETC" + Buy: 180 + Sell: 60 + Weight: 25 }, // { @@ -10598,6 +10605,30 @@ item_db: ( bonus bHitRate,-40; "> }, +{ + Id: 6050 + AegisName: "Dustynator" + Name: "Dustynator 2000" + Type: "IT_WEAPON" + Buy: 550000 + Sell: 10200 + Weight: 970 + Atk: 100 + Range: 9 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 70 + Subtype: "W_REVOLVER" + Refine: true + AllowAmmo: { + Id6510: 1 + Id6511: 1 + } + Script: <" + bonus bCriticalRate,-100; + bonus bHitRate,20; + "> +}, { Id: 6500 AegisName: "TrainingArrow" diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 207d41337..c751dd26c 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7608,8 +7608,8 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { + Mashmallow: 250 Lawncandy: 200 - Mashmallow: 200 Candy: 50 } }, @@ -7658,4 +7658,133 @@ mob_db: ( GoldenApple: 100 } }, +{ + Id: 1206 + SpriteName: "DustGatling" + Name: "Gatling Shooter" + Lv: 50 + Hp: 3500 + Sp: 0 + Exp: 450 + JExp: 60 + AttackRange: 15 + Attack: [10, 20] + Def: 80 + Mdef: 40 + Stats: { + Str: 11 + Agi: 22 + Vit: 16 + Int: 21 + Dex: 55 + Luk: 34 + } + ViewRange: 28 + ChaseRange: 32 + Size: 0 + Race: 2 + Element: (0, 2) + Mode: { + Aggressive: true + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 420 + AttackDelay: 320 + AttackMotion: 272 + DamageMotion: 900 + Drops: { + CoinBag: 500 + RedApple: 300 + Lockpicks: 50 + } +}, +{ + Id: 1207 + SpriteName: "DustRifle" + Name: "Rifle Shooter" + Lv: 50 + Hp: 3500 + Sp: 0 + Exp: 450 + JExp: 60 + AttackRange: 15 + Attack: [300, 300] + Def: 80 + Mdef: 40 + Stats: { + Str: 11 + Agi: 22 + Vit: 16 + Int: 21 + Dex: 45 + Luk: 34 + } + ViewRange: 28 + ChaseRange: 32 + Size: 0 + Race: 2 + Element: (0, 2) + Mode: { + Aggressive: true + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 420 + AttackDelay: 2500 + AttackMotion: 272 + DamageMotion: 900 + Drops: { + CoinBag: 500 + RedApple: 300 + Lockpicks: 50 + } +}, +{ + Id: 1208 + SpriteName: "DustRevolver" + Name: "Revolver Shooter" + Lv: 50 + Hp: 3500 + Sp: 0 + Exp: 450 + JExp: 60 + AttackRange: 15 + Attack: [100, 200] + Def: 80 + Mdef: 40 + Stats: { + Str: 11 + Agi: 22 + Vit: 16 + Int: 21 + Dex: 50 + Luk: 34 + } + ViewRange: 28 + ChaseRange: 32 + Size: 0 + Race: 2 + Element: (0, 2) + Mode: { + Aggressive: true + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 220 + AttackDelay: 820 + AttackMotion: 272 + DamageMotion: 900 + Drops: { + CoinBag: 500 + RedApple: 300 + Lockpicks: 50 + } +}, ) -- cgit v1.2.3-60-g2f50