From d33fa7b6348377d09136a7ab2e742bd93174973e Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Mon, 23 Nov 2015 07:55:58 +0800 Subject: ItemDB Update: - Added new official item status effect, 'SC_CUP_OF_BOZA'. - Follow up https://github.com/HerculesWS/Hercules/commit/f512a0b9cf93e2432f79b57fb05ccda4b6311b02. - Follow up https://github.com/HerculesWS/Hercules/commit/ce33936de2fcb9c565437cb80e6329ab76626500. - Follow up https://github.com/HerculesWS/Hercules/commit/d8909d9b2cf29f45c025fb93fc1df94ec1a40854. - Follow up https://github.com/HerculesWS/Hercules/commit/f65e0326ac7e6faf17451d4c6d275e4fd3133cc0. - Some white spaces adjustments. --- db/re/item_db.conf | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 8ab0ff10c..66d1d6e30 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -111848,7 +111848,7 @@ item_db: ( }, { Id: 14619 - AegisName: "Int_Biscuit_Stick" + AegisName: "INT_Biscuit_Stick" Name: "Bar of Knowledge" Type: 11 Buy: 0 @@ -111869,7 +111869,7 @@ item_db: ( }, { Id: 14620 - AegisName: "Dex_Biscuit_Stick" + AegisName: "DEX_Biscuit_Stick" Name: "Bar of Tricks" Type: 11 Buy: 0 @@ -111890,7 +111890,7 @@ item_db: ( }, { Id: 14621 - AegisName: "Luk_Biscuit_Stick" + AegisName: "LUK_Biscuit_Stick" Name: "Bar of Luck" Type: 11 Buy: 0 @@ -111909,6 +111909,17 @@ item_db: ( sc_start SC_CRITICALSUCCESSVALUE,60000,rand(11,13); "> }, +{ + Id: 14674 + AegisName: "Cup_Of_Boza" + Name: "Cup Of Boza" + Type: 2 + Buy: 20 + Weight: 10 + Script: <" + sc_start2 SC_CUP_OF_BOZA,120000,10,5; + "> +}, // More Armors // =================================================================== @@ -118153,7 +118164,7 @@ item_db: ( { Id: 17271 AegisName: "VIT_Biscuit_Stick_Box" - Name: "VIT Biscuit Stick Box" + Name: "Bar of Fitness Box" Type: 18 Buy: 0 Weight: 10 @@ -118171,7 +118182,7 @@ item_db: ( { Id: 17272 AegisName: "AGI_Biscuit_Stick_Box" - Name: "AGI Biscuit Stick Box" + Name: "Bar of Agility Box" Type: 18 Buy: 0 Weight: 10 @@ -118189,7 +118200,7 @@ item_db: ( { Id: 17273 AegisName: "INT_Biscuit_Stick_Box" - Name: "INT Biscuit Stick Box" + Name: "Bar of Knowledge Box" Type: 18 Buy: 0 Weight: 10 @@ -118207,7 +118218,7 @@ item_db: ( { Id: 17274 AegisName: "DEX_Biscuit_Stick_Box" - Name: "DEX Biscuit Stick Box" + Name: "Bar of Tricks Box" Type: 18 Buy: 0 Weight: 10 @@ -118225,7 +118236,7 @@ item_db: ( { Id: 17275 AegisName: "LUK_Biscuit_Stick_Box" - Name: "LUK Biscuit Stick Box" + Name: "Bar of Luck Box" Type: 18 Buy: 0 Weight: 10 -- cgit v1.2.3-70-g09d2