summaryrefslogtreecommitdiff
path: root/db/pre-re/item_db.conf
diff options
context:
space:
mode:
authorsmokexyz <sagunkho@hotmail.com>2017-06-03 00:27:24 +0800
committerAsheraf <acheraf1998@gmail.com>2018-07-24 14:54:43 +0100
commitea76a9c9e2a59158b0d30e4df8c3b06fb19a3778 (patch)
tree87cded90d4603ae34a2c651ebc503d3cd13d5c4c /db/pre-re/item_db.conf
parentf5c5b54c808bd8ea8893c733e2e999b3f523e162 (diff)
downloadhercules-ea76a9c9e2a59158b0d30e4df8c3b06fb19a3778.tar.gz
hercules-ea76a9c9e2a59158b0d30e4df8c3b06fb19a3778.tar.bz2
hercules-ea76a9c9e2a59158b0d30e4df8c3b06fb19a3778.tar.xz
hercules-ea76a9c9e2a59158b0d30e4df8c3b06fb19a3778.zip
Add Achievement DB Add Achievement Rank DB
Co-authored-by: "Dastgir" <dastgirp@gmail.com>
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r--db/pre-re/item_db.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index ccd1a212c..75629c45a 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -93846,6 +93846,24 @@ item_db: (
AegisName: "FRed_Wing_Hat_Box"
},
*/
+{
+ Id: 16483
+ AegisName: "Abrasive_Box_10"
+ Name: "Abrasive Box (10)"
+ Type: "IT_USABLE"
+ Buy: 20
+ Weight: 10
+ Script: <" getitem(E_Abrasive, 10); ">
+},
+{
+ Id: 16504
+ AegisName: "Bubble_Gum_Box_10"
+ Name: "Bubble Gum Box(10)"
+ Type: "IT_CASH"
+ Buy: 10
+ Weight: 10
+ Script: <" getitem(Bubble_Gum, 10); ">
+},
/*
Id: 16543
AegisName: "Snowman_Hat_Box"
@@ -94588,6 +94606,14 @@ item_db: (
">
},
{
+ Id: 22808
+ AegisName: "Special_Gift_Box"
+ Name: "Special Gift Box"
+ Type: "IT_USABLE"
+ Buy: 10
+ Weight: 100
+},
+{
Id: 22837
AegisName: "Integer_Time"
Name: "Integer Time"
@@ -94605,4 +94631,11 @@ item_db: (
}
Script: <" TmpRouletteBronze += 1; ">
},
+{
+ Id: 22876
+ AegisName: "Old_Money_Pocket"
+ Name: "Old Money Pocket"
+ Type: "IT_USABLE"
+ Script: <" Zeny += rand(500, 550); ">
+},
)