diff options
author | zackdreaver <zackdreaver@gmail.com> | 2015-03-31 13:40:03 +0700 |
---|---|---|
committer | zackdreaver <zackdreaver@gmail.com> | 2015-03-31 13:40:03 +0700 |
commit | 6eeea0c2f71d44235943ad7fbdf6452ce2a84d0c (patch) | |
tree | 3ef6874d7852428ce1d2cf21fce509601c432371 /db | |
parent | 5085a4838f7af8e4a502655be80d81e78594a4b7 (diff) | |
download | hercules-6eeea0c2f71d44235943ad7fbdf6452ce2a84d0c.tar.gz hercules-6eeea0c2f71d44235943ad7fbdf6452ce2a84d0c.tar.bz2 hercules-6eeea0c2f71d44235943ad7fbdf6452ce2a84d0c.tar.xz hercules-6eeea0c2f71d44235943ad7fbdf6452ce2a84d0c.zip |
Fix wrong combo script
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_combo_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_combo_db.txt b/db/re/item_combo_db.txt index a092a81da..525a6e3db 100644 --- a/db/re/item_combo_db.txt +++ b/db/re/item_combo_db.txt @@ -204,7 +204,7 @@ 18823:2153:1433,{ bonus2 bSkillAtk,LG_CANNONSPEAR,20; bonus2 bSkillAtk,LG_BANISHINGPOINT,20; bonus2 bSkillAtk,LG_SHIELDPRESS,20; } 15090:18820:20721:22033,{ bonus2 bSubEle,Ele_Neutral,15; bonus3 bAutoSpellWhenHit,"WL_DRAINLIFE",3,100; } 15091:18820:20721:22033,{ bonus2 bSubEle,Ele_Neutral,15; bonus bMaxHPrate,25; bonus bMaxSPrate,25; bonus bMatkRate,10; } -15117:20744:22047,{ bonus bMaxHP,25; bonus bMaxSP,25; bonus bSpeedRate,25; if (getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_ARMOR) >= 30) { bonus bMaxSP,5; bonus bSpeedRate,5; } } +15117:20744:22047,{ bonus bMaxHP,25; bonus bMaxSP,25; bonus bSpeedRate,25; if (getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_ARMOR) >= 30) { bonus bMaxHP,5; bonus bMaxSP,5; } } // Shadow Equipment 24012:24013:24014:24015:24016:24017,{ bonus bAllStats,3; } |