diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-17 05:14:43 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-17 05:24:56 +0100 |
commit | a46242b16e8b386c201ea96f64ddcc4d6b121382 (patch) | |
tree | fff260d6c135c68d00c149146bad18eeb1768045 /db/pre-re | |
parent | 80dedc7ee797059dee8bfcf223d74e29fab2fc2b (diff) | |
download | hercules-a46242b16e8b386c201ea96f64ddcc4d6b121382.tar.gz hercules-a46242b16e8b386c201ea96f64ddcc4d6b121382.tar.bz2 hercules-a46242b16e8b386c201ea96f64ddcc4d6b121382.tar.xz hercules-a46242b16e8b386c201ea96f64ddcc4d6b121382.zip |
Change ID to Constants of remaining special effects in PRE-RE item db.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/pre-re')
-rw-r--r-- | db/pre-re/item_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 0f069ce4d..f6b644d3f 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -86996,7 +86996,7 @@ item_db: ( noauction: true } Script: <" - specialeffect2 320; + specialeffect2 EF_HEAL3; sc_start4 SC_S_LIFEPOTION,600000,-5,5,0,0; "> }, @@ -87017,7 +87017,7 @@ item_db: ( noauction: true } Script: <" - specialeffect2 320; + specialeffect2 EF_HEAL3; sc_start4 SC_L_LIFEPOTION,600000,-7,4,0,0; "> }, @@ -87038,7 +87038,7 @@ item_db: ( noauction: true } Script: <" - specialeffect2 182; + specialeffect2 EF_MAGICALATTHIT; sc_start SC_CRITICALPERCENT,300000,30; "> }, @@ -87059,7 +87059,7 @@ item_db: ( noauction: true } Script: <" - specialeffect2 348; + specialeffect2 EF_LIGHTSPHERE; sc_start SC_HEALPLUS,1800000,20; "> }, @@ -87123,7 +87123,7 @@ item_db: ( noauction: true } Script: <" - specialeffect2 91; + specialeffect2 EF_BENEDICTIO; sc_start4 SC_ARMOR_PROPERTY,1800000,1,Ele_Holy,1,0; "> }, |