diff options
-rw-r--r-- | db/re/item_db.conf | 18 | ||||
-rw-r--r-- | db/re/mob_db.conf | 46 | ||||
-rw-r--r-- | npc/00000SAVE/smiths/009-2_nahrec.txt | 2 |
3 files changed, 65 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c2d79ea86..985eccd78 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4351,6 +4351,24 @@ item_db: ( Sell: 21 Weight: 19 }, +{ + Id: 881 + AegisName: "AlizarinHerb" + Name: "Alizarin Herb" + Type: "IT_ETC" + Buy: 50 + Sell: 5 + Weight: 10 +}, +{ + Id: 882 + AegisName: "ShadowHerb" + Name: "Shadow Herb" + Type: "IT_ETC" + Buy: 50 + Sell: 5 + Weight: 10 +}, // <!-- Necklaces --> { Id: 1000 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index eb7dc8398..5ecaed620 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -6952,4 +6952,50 @@ mob_db: ( Amethyst: 2 } }, +{ + Id: 1188 + SpriteName: "AlizarinPlant" + Name: "Alizarin Plant" + Lv: 1 + Hp: 1 + Sp: 1 + Exp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Size: 0 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + Drops: { + AlizarinHerb: 4200 + AlizarinHerb: 4200 + } +}, +{ + Id: 1189 + SpriteName: "ShadowPlant" + Name: "Shadow Plant" + Lv: 1 + Hp: 1 + Sp: 1 + Exp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Size: 0 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + } + Drops: { + ShadowHerb: 4200 + ShadowHerb: 4200 + } +}, ) diff --git a/npc/00000SAVE/smiths/009-2_nahrec.txt b/npc/00000SAVE/smiths/009-2_nahrec.txt index 46817eab3..a7a508ce6 100644 --- a/npc/00000SAVE/smiths/009-2_nahrec.txt +++ b/npc/00000SAVE/smiths/009-2_nahrec.txt @@ -1,4 +1,4 @@ - +// Shield building on market square 009-2,181,56,0 script Nahrec NPC311,{ mes "[Nahrec]"; mes "\"Ah, hello! It is good to see another traveler in this town!\""; |