diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/quest_db.conf | 3 | ||||
-rw-r--r-- | db/re/item_db.conf | 8 | ||||
-rw-r--r-- | db/re/mob_db.conf | 122 |
3 files changed, 129 insertions, 4 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 9d87df84..2353115e 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -162,6 +162,9 @@ quest_db: ( Name: "Artis_Legion_Progress" }, { + Id: 34 Name: "ArtisQuests_TrainingLegion" + }, +{ Id: 36 Name: "HurnscaldQuests_Hinnak" }, diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 96293603..35d97ec1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4124,7 +4124,7 @@ item_db: ( WeaponLv: 1 EquipLv: 5 Refine: false - Subtype: "W_DAGGER" + Subtype: "W_1HSWORD" BindOnEquip: false Delay: 0 Sprite: 0 @@ -4146,7 +4146,7 @@ item_db: ( WeaponLv: 1 EquipLv: 5 Refine: false - Subtype: "W_DAGGER" + Subtype: "W_1HSWORD" BindOnEquip: false Delay: 0 Sprite: 0 @@ -4168,7 +4168,7 @@ item_db: ( WeaponLv: 1 EquipLv: 15 Refine: false - Subtype: "W_DAGGER" + Subtype: "W_1HSWORD" BindOnEquip: false Delay: 0 Sprite: 0 @@ -4332,7 +4332,7 @@ item_db: ( WeaponLv: 1 EquipLv: 10 Refine: false - Subtype: "W_DAGGER" + Subtype: "W_STAFF" BindOnEquip: false Delay: 0 Sprite: 0 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 9b70f689..90b3623f 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2974,4 +2974,126 @@ mob_db: ( Moss: 400 } }, +{ + Id: 1107 + SpriteName: "Dummy2" + Name: "Dummy" + Lv: 1 + Hp: 8 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [1, 1] + Def: 1 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 1) + MoveSpeed: 1000 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + SkillAttacks: { + SM_BASH: 10000 + } + WeaponAttacks: { + NoWeapon: 0 + Daggers: 0 + 1HSwords: 0 + 2HSwords: 0 + 1HSpears: 0 + 2HSpears: 0 + 1HAxes: 0 + 2HAxes: 0 + Maces: 0 + 2HMaces: 0 + Staves: 0 + Bows: 0 + Knuckles: 0 + Instruments: 0 + Whips: 0 + Books: 0 + Katars: 0 + Revolvers: 0 + Rifles: 0 + GatlingGuns: 0 + Shotguns: 0 + GrenadeLaunchers: 0 + FuumaShurikens: 0 + } +}, +{ + Id: 1108 + SpriteName: "Dummy3" + Name: "Dummy" + Lv: 1 + Hp: 3 + Sp: 0 + Exp: 1 + JExp: 0 + AttackRange: 1 + Attack: [1, 1] + Def: 100 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + MoveSpeed: 1000 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 + SkillAttacks: { + SM_BASH: 0 + } + WeaponAttacks: { + NoWeapon: 0 + Daggers: 0 + 1HSwords: 0 + 2HSwords: 0 + 1HSpears: 0 + 2HSpears: 0 + 1HAxes: 0 + 2HAxes: 0 + Maces: 0 + 2HMaces: 0 + Staves: 0 + Bows: 10000 + Knuckles: 0 + Instruments: 0 + Whips: 0 + Katars: 0 + Revolvers: 0 + Rifles: 0 + GatlingGuns: 0 + Shotguns: 0 + GrenadeLaunchers: 0 + FuumaShurikens: 0 + } +}, ) |