diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-23 07:55:58 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-23 07:55:58 +0800 |
commit | d33fa7b6348377d09136a7ab2e742bd93174973e (patch) | |
tree | ae1683589880232c20f4996880d121c68852b914 /db/re | |
parent | 0ef4e5868f4725aca7be5ca764d2ec1e43b91532 (diff) | |
download | hercules-d33fa7b6348377d09136a7ab2e742bd93174973e.tar.gz hercules-d33fa7b6348377d09136a7ab2e742bd93174973e.tar.bz2 hercules-d33fa7b6348377d09136a7ab2e742bd93174973e.tar.xz hercules-d33fa7b6348377d09136a7ab2e742bd93174973e.zip |
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.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 27 |
1 files changed, 19 insertions, 8 deletions
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 |