diff options
author | Haru <haru@dotalux.com> | 2014-09-20 15:16:56 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-09-20 15:22:14 +0200 |
commit | b0006317e5cc4a48cd5b8a501b94813cd3b93670 (patch) | |
tree | 82e5f26c5ea7139adc824ee9273cb547425512b6 /db/re | |
parent | 9d91a8ea819c24df708b89d6dc0b98c3fea36876 (diff) | |
download | hercules-b0006317e5cc4a48cd5b8a501b94813cd3b93670.tar.gz hercules-b0006317e5cc4a48cd5b8a501b94813cd3b93670.tar.bz2 hercules-b0006317e5cc4a48cd5b8a501b94813cd3b93670.tar.xz hercules-b0006317e5cc4a48cd5b8a501b94813cd3b93670.zip |
Replaced hardcoded values with constants for status_change_start's flag
- Please use the values from enum scstart_flag when calling
status_change_start or related functions.
- This also applies to the sc_start script commands.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 86c92652b..ff779399f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -449,7 +449,7 @@ item_db: ( BuyingStore: true Script: <" itemheal rand(105,145),0; - sc_start SC_FREEZE,10000,0,2500,0; + sc_start SC_FREEZE,10000,0,2500,SCFLAG_NONE; "> }, { @@ -588,7 +588,7 @@ item_db: ( BuyingStore: true Script: <" itemheal rand(50,100),0; - sc_start SC_STUN,3000,0,1500,0; + sc_start SC_STUN,3000,0,1500,SCFLAG_NONE; "> }, { @@ -645,7 +645,7 @@ item_db: ( Script: <" itemheal rand(105,145),0; sc_start SC_STUN,3000,0; - sc_start SC_BLIND,2000,0,1500,0; + sc_start SC_BLIND,2000,0,1500,SCFLAG_NONE; "> }, { @@ -2020,7 +2020,7 @@ item_db: ( Upper: 63 BuyingStore: true Script: <" - sc_start SC_DPOISON,10000,0,1000,0; + sc_start SC_DPOISON,10000,0,1000,SCFLAG_NONE; sc_start SC_POISON,50000,0; "> }, @@ -74670,7 +74670,7 @@ item_db: ( } Script: <" percentheal 9,0; - sc_start SC_CURSE,30000,0,3000,0; + sc_start SC_CURSE,30000,0,3000,SCFLAG_NONE; "> }, { @@ -74771,7 +74771,7 @@ item_db: ( } Script: <" percentheal 0,9; - sc_start SC_SILENCE,30000,0,3000,0; + sc_start SC_SILENCE,30000,0,3000,SCFLAG_NONE; "> }, { @@ -76085,7 +76085,7 @@ item_db: ( Upper: 63 Script: <" percentheal 50,50; - sc_start SC_CONFUSION,10000,0,1000,0; + sc_start SC_CONFUSION,10000,0,1000,SCFLAG_NONE; "> }, { @@ -77703,7 +77703,7 @@ item_db: ( Weight: 100 Upper: 63 Script: <" - sc_start SC_DPOISON,10000,0,1000,0; + sc_start SC_DPOISON,10000,0,1000,SCFLAG_NONE; sc_start SC_POISON,50000,0; "> }, @@ -77716,7 +77716,7 @@ item_db: ( Weight: 100 Upper: 63 Script: <" - sc_start SC_DPOISON,10000,0,1000,0; + sc_start SC_DPOISON,10000,0,1000,SCFLAG_NONE; sc_start SC_POISON,50000,0; "> }, @@ -83575,7 +83575,7 @@ item_db: ( Weight: 20 Upper: 63 BuyingStore: true - Script: <" sc_start SC_PARALYSE,300000,0,10,2; "> + Script: <" sc_start SC_PARALYSE,300000,0,10,SCFLAG_FIXEDTICK; "> }, { Id: 12718 @@ -83586,7 +83586,7 @@ item_db: ( Weight: 20 Upper: 63 BuyingStore: true - Script: <" sc_start SC_LEECHESEND,300000,0,10,2; "> + Script: <" sc_start SC_LEECHESEND,300000,0,10,SCFLAG_FIXEDTICK; "> }, { Id: 12719 @@ -83597,7 +83597,7 @@ item_db: ( Weight: 20 Upper: 63 BuyingStore: true - Script: <" sc_start SC_OBLIVIONCURSE,300000,0,10,2; "> + Script: <" sc_start SC_OBLIVIONCURSE,300000,0,10,SCFLAG_FIXEDTICK; "> }, { Id: 12720 @@ -83608,7 +83608,7 @@ item_db: ( Weight: 20 Upper: 63 BuyingStore: true - Script: <" sc_start SC_DEATHHURT,300000,0,10,2; "> + Script: <" sc_start SC_DEATHHURT,300000,0,10,SCFLAG_FIXEDTICK; "> }, { Id: 12721 @@ -83619,7 +83619,7 @@ item_db: ( Weight: 20 Upper: 63 BuyingStore: true - Script: <" sc_start SC_TOXIN,300000,0,10,2; "> + Script: <" sc_start SC_TOXIN,300000,0,10,SCFLAG_FIXEDTICK; "> }, { Id: 12722 @@ -83630,7 +83630,7 @@ item_db: ( Weight: 20 Upper: 63 BuyingStore: true - Script: <" sc_start SC_PYREXIA,300000,0,10,2; "> + Script: <" sc_start SC_PYREXIA,300000,0,10,SCFLAG_FIXEDTICK; "> }, { Id: 12723 @@ -83641,7 +83641,7 @@ item_db: ( Weight: 20 Upper: 63 BuyingStore: true - Script: <" sc_start SC_MAGICMUSHROOM,300000,0,10,2; "> + Script: <" sc_start SC_MAGICMUSHROOM,300000,0,10,SCFLAG_FIXEDTICK; "> }, { Id: 12724 @@ -83652,7 +83652,7 @@ item_db: ( Weight: 20 Upper: 63 BuyingStore: true - Script: <" sc_start SC_VENOMBLEED,15000,0,10,2; "> + Script: <" sc_start SC_VENOMBLEED,15000,0,10,SCFLAG_FIXEDTICK; "> }, // Rune Knight's Rune Stones { |