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 | |
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')
-rw-r--r-- | db/const.txt | 1 | ||||
-rw-r--r-- | db/re/item_db.conf | 13 |
2 files changed, 4 insertions, 10 deletions
diff --git a/db/const.txt b/db/const.txt index a9c15685d..6b60ee384 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1335,6 +1335,7 @@ SC_BLOSSOM_FLUTTERING 625 SC_GM_BATTLE 626 SC_GM_BATTLE2 627 +SC_2011RWC 628 e_gasp 0 e_what 1 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 |