diff options
-rw-r--r-- | db/pre-re/item_db.conf | 3 | ||||
-rw-r--r-- | db/re/item_db.conf | 17 |
2 files changed, 17 insertions, 3 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 7b9c30839..1185bc70a 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -88165,13 +88165,14 @@ item_db: ( notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } Nouse: { sitting: true } + Script: <" sc_start SC_CASH_PLUSONLYJOBEXP, 1800000, 25; "> }, { Id: 14607 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1a354e683..6c1b4c481 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -112466,13 +112466,14 @@ item_db: ( notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } Nouse: { sitting: true } + Script: <" sc_start SC_CASH_PLUSONLYJOBEXP, 1800000, 25; "> }, { Id: 14607 @@ -112729,8 +112730,20 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 + Script: <" sc_start2 SC_CUP_OF_BOZA, 120000, 10, 5; "> +}, +{ + Id: 14680 + AegisName: "Cup_Of_Mintlemon" + Name: "Cup Of Mintlemon" + Type: 2 + Buy: 0 + Weight: 10 Script: <" - sc_start2 SC_CUP_OF_BOZA, 120000, 10, 5; + sc_start SC_FOOD_VIT, 180000, 15; + specialeffect2 EF_GUARD; + sc_start SC_PROTECT_DEF, 60000, 3; + sc_start SC_PROTECT_MDEF, 60000, 3; "> }, |