diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-20 15:23:58 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-20 15:23:58 +0800 |
commit | ce1364f9b51e76b3bfb0fbe3bdccf898cd5ca852 (patch) | |
tree | ae723343dc013c3426f65d41d73be270eb4ddbee /db/re/item_db.conf | |
parent | 03d6b89105558cfb8f157fcdc8c5e14427f9ffef (diff) | |
download | hercules-ce1364f9b51e76b3bfb0fbe3bdccf898cd5ca852.tar.gz hercules-ce1364f9b51e76b3bfb0fbe3bdccf898cd5ca852.tar.bz2 hercules-ce1364f9b51e76b3bfb0fbe3bdccf898cd5ca852.tar.xz hercules-ce1364f9b51e76b3bfb0fbe3bdccf898cd5ca852.zip |
ItemDB Update:
- Added official effect for RWC_Cele_Fire and RWC_Cele_Fire2.
- Fix Battle Scroll not applying additional attack.
- Fix Mystic Scroll not applying cast reduction
- Fix Combat Pill and Advance Combat Pill giving ATK not ATKRATE.
- Fix Combat Pill and Advance Combal Pill should not stack each other when used.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index cf587b344..2502e7b30 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -85457,22 +85457,15 @@ item_db: ( Name: "RWC Celebration Firecracker" Type: 2 Weight: 20 - Script: <" - sc_start SC_FOOD_STR,10000,3; - sc_start SC_FOOD_AGI,10000,3; - sc_start SC_FOOD_VIT,10000,3; - sc_start SC_FOOD_DEX,10000,3; - sc_start SC_FOOD_INT,10000,3; - sc_start SC_FOOD_LUK,10000,3; - "> + Script: <" sc_start2 SC_2011RWC, 10000, 3, 5; "> }, { Id: 12697 AegisName: "RWC_Cele_Fire2" Name: "RWC Celebration Firecracker 2" - Type: 11 - Buy: 0 + Type: 2 Weight: 20 + Script: <" sc_start2 SC_2011RWC, 10000, 3, 5; "> }, { Id: 12698 |