diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-12 12:53:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-12 12:53:22 -0300 |
commit | dcf8e4011e2df7e7f6c3960a9a7ffc17bdabc922 (patch) | |
tree | 620d1c8356342b582f49b6b3586a69821b03cb43 | |
parent | 7d6cffbf494ad87ff761b8b1b02d3558fc7e34bf (diff) | |
download | serverdata-dcf8e4011e2df7e7f6c3960a9a7ffc17bdabc922.tar.gz serverdata-dcf8e4011e2df7e7f6c3960a9a7ffc17bdabc922.tar.bz2 serverdata-dcf8e4011e2df7e7f6c3960a9a7ffc17bdabc922.tar.xz serverdata-dcf8e4011e2df7e7f6c3960a9a7ffc17bdabc922.zip |
Alizarin + Shadow Herbs
-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!\""; |