diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-24 00:49:52 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-24 00:49:52 +0800 |
commit | 9c137f8d979f9cde9f3c54c754d0a26912f4f208 (patch) | |
tree | c10c944db535a0132bd0daa235267d3c1d7b6f7e /db/re | |
parent | b0326af6dad68fa89f49df5748fcbd04973f7676 (diff) | |
download | hercules-9c137f8d979f9cde9f3c54c754d0a26912f4f208.tar.gz hercules-9c137f8d979f9cde9f3c54c754d0a26912f4f208.tar.bz2 hercules-9c137f8d979f9cde9f3c54c754d0a26912f4f208.tar.xz hercules-9c137f8d979f9cde9f3c54c754d0a26912f4f208.zip |
Item Update:
- Added Cup of Mintlemon item effect
- Added Job_Manual25 item effect
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 17 |
1 files changed, 15 insertions, 2 deletions
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; "> }, |