diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-22 21:51:51 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-22 21:51:51 +0800 |
commit | f512a0b9cf93e2432f79b57fb05ccda4b6311b02 (patch) | |
tree | 041994286adb8067676214d3dc9990fe9dc13886 /db/re | |
parent | bb8205a2b88f42b3d55b9e30d7a30d7113a1789a (diff) | |
download | hercules-f512a0b9cf93e2432f79b57fb05ccda4b6311b02.tar.gz hercules-f512a0b9cf93e2432f79b57fb05ccda4b6311b02.tar.bz2 hercules-f512a0b9cf93e2432f79b57fb05ccda4b6311b02.tar.xz hercules-f512a0b9cf93e2432f79b57fb05ccda4b6311b02.zip |
ItemDB Updates:
- Added new official cash shop usable items and it's boxes:
• STR Biscuit Stick - http://www.divine-pride.net/database/item/14616
• VIT Biscuit Stick - http://www.divine-pride.net/database/item/14617
• AGI Biscuit Stick - http://www.divine-pride.net/database/item/14618
• INT Biscuit Stick - http://www.divine-pride.net/database/item/14619
• DEX Biscuit Stick - http://www.divine-pride.net/database/item/14620
• LUK Biscuit Stick - http://www.divine-pride.net/database/item/14621
• STR Biscuit Stick Box - http://www.divine-pride.net/database/item/17270
• VIT Biscuit Stick Box - http://www.divine-pride.net/database/item/17271
• AGI Biscuit Stick Box - http://www.divine-pride.net/database/item/17272
• INT Biscuit Stick Box - http://www.divine-pride.net/database/item/17273
• DEX Biscuit Stick Box - http://www.divine-pride.net/database/item/17274
• LUK Biscuit Stick Box - http://www.divine-pride.net/database/item/17275
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 165 |
1 files changed, 162 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 7fc71e5d8..8ab0ff10c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -33895,7 +33895,7 @@ item_db: ( "> }, -// Cards +// Cards // =================================================================== { Id: 4001 @@ -111799,6 +111799,10 @@ item_db: ( nomail: true noauction: true } + Script: <" + sc_start SC_FOOD_STR,180000,15; + sc_start SC_PLUSATTACKPOWER,60000,rand(11,111); + "> }, { Id: 14617 @@ -111816,6 +111820,10 @@ item_db: ( nomail: true noauction: true } + Script: <" + sc_start SC_FOOD_VIT,180000,15; + percentheal rand(11,33),0; + "> }, { Id: 14618 @@ -111833,8 +111841,78 @@ item_db: ( nomail: true noauction: true } + Script: <" + sc_start SC_FOOD_AGI,180000,15; + sc_start SC_FOOD_BASICAVOIDANCE,60000,rand(11,33); + "> +}, +{ + Id: 14619 + AegisName: "Int_Biscuit_Stick" + Name: "Bar of Knowledge" + Type: 11 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + sc_start SC_FOOD_INT,180000,15; + sc_start SC_PLUSMAGICPOWER,60000,rand(11,111); + "> }, { + Id: 14620 + AegisName: "Dex_Biscuit_Stick" + Name: "Bar of Tricks" + Type: 11 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + sc_start SC_FOOD_DEX,180000,15; + sc_start SC_FOOD_BASICHIT,60000,rand(11,33); + "> +}, +{ + Id: 14621 + AegisName: "Luk_Biscuit_Stick" + Name: "Bar of Luck" + Type: 11 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + sc_start SC_FOOD_LUK,180000,15; + sc_start SC_CRITICALSUCCESSVALUE,60000,rand(11,13); + "> +}, + +// More Armors +// =================================================================== +{ Id: 15000 AegisName: "Bone_Plate" Name: "Bone Plate" @@ -118070,7 +118148,7 @@ item_db: ( nomail: true noauction: true } - Script: <" getitem 14616,20; "> + Script: <" getitem STR_Biscuit_Stick,20; "> }, { Id: 17271 @@ -118088,9 +118166,84 @@ item_db: ( nomail: true noauction: true } - Script: <" getitem 14617,20; "> + Script: <" getitem VIT_Biscuit_Stick,20; "> +}, +{ + Id: 17272 + AegisName: "AGI_Biscuit_Stick_Box" + Name: "AGI Biscuit Stick Box" + Type: 18 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" getitem AGI_Biscuit_Stick,20; "> +}, +{ + Id: 17273 + AegisName: "INT_Biscuit_Stick_Box" + Name: "INT Biscuit Stick Box" + Type: 18 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" getitem INT_Biscuit_Stick,20; "> }, { + Id: 17274 + AegisName: "DEX_Biscuit_Stick_Box" + Name: "DEX Biscuit Stick Box" + Type: 18 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" getitem DEX_Biscuit_Stick,20; "> +}, +{ + Id: 17275 + AegisName: "LUK_Biscuit_Stick_Box" + Name: "LUK Biscuit Stick Box" + Type: 18 + Buy: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" getitem LUK_Biscuit_Stick,20; "> +}, + +// Mechanic/Genetic Cannonballs +// =================================================================== +{ Id: 18000 AegisName: "Cannon_Ball" Name: "Cannon Ball" @@ -118158,6 +118311,9 @@ item_db: ( Loc: 32768 View: 8 }, + +// More Bows +// =================================================================== { Id: 18100 AegisName: "Shooting_Star_C" @@ -118753,6 +118909,9 @@ item_db: ( if(BaseLevel>70) { bonus bAtk,(((BaseLevel-70)/10)*5); } "> }, + +// More Headgears +// =================================================================== { Id: 18500 AegisName: "Cheer_Scarf6" |