summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2015-12-24 00:49:52 +0800
committerJedzkie <jedzkie13@rocketmail.com>2015-12-24 00:49:52 +0800
commit9c137f8d979f9cde9f3c54c754d0a26912f4f208 (patch)
treec10c944db535a0132bd0daa235267d3c1d7b6f7e /db
parentb0326af6dad68fa89f49df5748fcbd04973f7676 (diff)
downloadhercules-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')
-rw-r--r--db/pre-re/item_db.conf3
-rw-r--r--db/re/item_db.conf17
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;
">
},