From ea76a9c9e2a59158b0d30e4df8c3b06fb19a3778 Mon Sep 17 00:00:00 2001 From: smokexyz Date: Sat, 3 Jun 2017 00:27:24 +0800 Subject: Add Achievement DB Add Achievement Rank DB Co-authored-by: "Dastgir" --- db/pre-re/item_db.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'db/pre-re/item_db.conf') 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" @@ -94587,6 +94605,14 @@ item_db: ( getitem 12216,5; "> }, +{ + Id: 22808 + AegisName: "Special_Gift_Box" + Name: "Special Gift Box" + Type: "IT_USABLE" + Buy: 10 + Weight: 100 +}, { Id: 22837 AegisName: "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); "> +}, ) -- cgit v1.2.3-60-g2f50