diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-06-09 07:50:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-06-16 05:10:55 +0300 |
commit | a81baf345ec192ebdb1b857cbb55d909c2e6475b (patch) | |
tree | 4998d536d56b999d25c6e4643520ab0fd34c0da9 /db | |
parent | 318a9cd7c7d0ae20d4bfa0d6226380f4cf2f6cef (diff) | |
download | hercules-a81baf345ec192ebdb1b857cbb55d909c2e6475b.tar.gz hercules-a81baf345ec192ebdb1b857cbb55d909c2e6475b.tar.bz2 hercules-a81baf345ec192ebdb1b857cbb55d909c2e6475b.tar.xz hercules-a81baf345ec192ebdb1b857cbb55d909c2e6475b.zip |
Add missing mobs and items for custom or disabled scripts in pre-re
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/item_db.conf | 5 | ||||
-rw-r--r-- | db/pre-re/mob_db.conf | 46 |
2 files changed, 51 insertions, 0 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index cc7f5040d..c548209c8 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -98799,6 +98799,11 @@ item_db: ( Name: "Ein_1HMAGGER" }, { + Id: 28900 + AegisName: "Praetorian_Shield" + Name: "Praetorian Shield" +}, +{ Id: 28922 AegisName: "Herald_Of_GOD_IL" Name: "Herald_Of_GOD_IL" diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf index 92fd149f3..eb0cf663b 100644 --- a/db/pre-re/mob_db.conf +++ b/db/pre-re/mob_db.conf @@ -50153,4 +50153,50 @@ mob_db: ( DamageMotion: 480 MvpExp: 0 }, +{ + Id: 2248 + SpriteName: "GOLDPORING" + Name: "Golden Poring" + Lv: 1 + Hp: 15 + Sp: 1 + Exp: 0 + JExp: 0 + AttackRange: 0 + Attack: [0, 0] + Def: 127 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 999 + Luk: 1 + } + ViewRange: 10 + ChaseRange: 12 + Size: "Size_Medium" + Race: "RC_Plant" + Element: ("Ele_Water", 1) + Mode: { + CanMove: true + CanAttack: true + } + MoveSpeed: 400 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 +// Drops: { +// Blue_Card_C: 4000 +// BlueCard_2: 4000 +// BlueCard_0: 4000 +// BlueCard_1: 4000 +// BlueCard_W: 4000 +// BlueCard_R: 4000 +// RWC_Cele_Fire: 10000 +// RWC_Cele_Fire2: 10000 +// } +}, ) |