diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-28 17:16:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-28 17:16:06 -0300 |
commit | 41e11706671386ff396372f4defcb3a9fb587339 (patch) | |
tree | ecba248cd1db3859da1a73b3d7233d5b997466eb /db | |
parent | 7b119c91787974bd0dee7f3b684ccfb7b0850613 (diff) | |
download | serverdata-41e11706671386ff396372f4defcb3a9fb587339.tar.gz serverdata-41e11706671386ff396372f4defcb3a9fb587339.tar.bz2 serverdata-41e11706671386ff396372f4defcb3a9fb587339.tar.xz serverdata-41e11706671386ff396372f4defcb3a9fb587339.zip |
Add Ivanize the Poison Maker
Diffstat (limited to 'db')
-rw-r--r-- | db/quest_db.conf | 4 | ||||
-rw-r--r-- | db/re/item_db.conf | 14 |
2 files changed, 18 insertions, 0 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 1ed42eb4d..54cc99a58 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -445,6 +445,10 @@ quest_db: ( Id: 252 Name: "LilitQuest_PiratesOfSARAH" }, +{ + Id: 253 + Name: "LilitQuest_Ivanize" +}, // ID 270 to 299: Land Of Fire Quests { Id: 270 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e21b419b7..16293d591 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -16573,6 +16573,20 @@ item_db: ( sc_start SC_CASH_DEATHPENALTY, 900000, 1; "> }, +{ + Id: 8030 + AegisName: "NymphPoison" + Name: "Nymph Poison" + Type: "IT_USABLE" + Buy: 15000 + Sell: 250 + Weight: 10 + Refine: false + Delay: 500 + Script: <" + sc_start SC_DPOISON, 30000, 10; + "> +}, ) |