diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-05 22:11:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-05 22:11:34 +0300 |
commit | f07e7ae1f2cec35dc0aa6adc47b42bccf0c29472 (patch) | |
tree | 0602dd19c1b82e272f43383fbd3c422d8e51c629 /db/re | |
parent | ba7c51d3cd02722a57db60089a21f846d3020830 (diff) | |
download | serverdata-f07e7ae1f2cec35dc0aa6adc47b42bccf0c29472.tar.gz serverdata-f07e7ae1f2cec35dc0aa6adc47b42bccf0c29472.tar.bz2 serverdata-f07e7ae1f2cec35dc0aa6adc47b42bccf0c29472.tar.xz serverdata-f07e7ae1f2cec35dc0aa6adc47b42bccf0c29472.zip |
Fix barrel uquip script.
Also fix formatting in item_db.conf.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 62e2c0b8..59c6c992 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -205,7 +205,7 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - sc_end SC_POISON; + sc_end SC_POISON; heal rand(25, 35), 0; "> }, @@ -973,7 +973,7 @@ item_db: ( UseEffect: "EFFECT_HEAL" Script: <" sc_start SC_ATTHASTE_POTION1, 30000, 5; - sc_end SC_POISON; + sc_end SC_POISON; heal rand(40, 50), 0; "> }, @@ -2190,13 +2190,11 @@ item_db: ( BuyingStore: true Delay: 0 Sprite: 0 - OnEquipScript: - <" - bonus bAddSpeed, -30; - bonus bCriticalDef, 15; - bonus bAtkRange, -5; - "> - + OnEquipScript: <" + bonus bAspd, -30; + bonus bCriticalDef, 15; + bonus bAtkRange, -5; + "> }, { Id: 2701 @@ -2216,11 +2214,9 @@ item_db: ( View: 2701 BindOnEquip: false BuyingStore: true - OnEquipScript: - <" - bonus bAtkRange, -1; - "> - + OnEquipScript: <" + bonus bAtkRange, -1; + "> }, { Id: 2900 |