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/pre-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/pre-re')
-rw-r--r-- | db/pre-re/item_db.conf | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 3ccacf035..9a823e16a 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -25353,7 +25353,7 @@ item_db: ( skill MG_FIREBOLT,1; "> }, -// Cards +// Cards // =================================================================== { Id: 4001 @@ -88127,7 +88127,9 @@ item_db: ( Buy: 0 Script: <" percentheal 10,10; "> }, -// More Armors + +// More Armors +// =================================================================== { Id: 15000 AegisName: "Bone_Plate" @@ -88807,7 +88809,9 @@ item_db: ( Weight: 10 Script: <" getitem 12581,50; "> }, -// Mechanic/Genetic Cannonballs + +// Mechanic/Genetic Cannonballs +// =================================================================== { Id: 18000 AegisName: "Cannon_Ball" @@ -88881,7 +88885,9 @@ item_db: ( EquipLv: 99 View: 8 }, + // More Bows +// =================================================================== { Id: 18100 AegisName: "Shooting_Star" @@ -88947,7 +88953,9 @@ item_db: ( bonus2 bResEff,Eff_Blind,5000; "> }, -// More Headgears + +// More Headgears +// =================================================================== { Id: 18500 AegisName: "Cheer_Scarf6" |