diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-18 02:50:39 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-18 02:50:39 +0000 |
commit | 53a59a6135eb43e1db0cf82d0d367e4258ff6b86 (patch) | |
tree | 387a862d12692ce458b79f3db8c91321452f9615 /db/const.txt | |
parent | 14593221de9da87afddc5b6fb9e261160f673a7e (diff) | |
download | hercules-53a59a6135eb43e1db0cf82d0d367e4258ff6b86.tar.gz hercules-53a59a6135eb43e1db0cf82d0d367e4258ff6b86.tar.bz2 hercules-53a59a6135eb43e1db0cf82d0d367e4258ff6b86.tar.xz hercules-53a59a6135eb43e1db0cf82d0d367e4258ff6b86.zip |
- Implemented new item and bonuses for Kreiger Von Midgard rewards.
* Execute script on skill (bonusautoscript3)
* Add effect on skill (bAddEffOnSkill)
* Execute skill on skill (bAutoSpellOnSkill)
- Fixed some boxes Rental time according to item descriptions.
- Implemented SC_ITEMSCRIPT, a status that gives you temporally the effect of an item. Check items 14597 to 14605 if you want to get the idea.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13596 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index d96f3b2b6..cccd33ce5 100644 --- a/db/const.txt +++ b/db/const.txt @@ -382,6 +382,7 @@ bSPDrainRateRace 1085 bIgnoreMdefRate 1086 bIgnoreDefRate 1087 bSkillHeal2 1088 +bAddEffOnSkill 1089 bRestartFullRecover 2000 bNoCastCancel 2001 @@ -403,6 +404,7 @@ bAddEffWhenHit 2016 bAutoSpellWhenHit 2017 bSkillAtk 2018 bUnstripable 2019 +bAutoSpellOnSkill 2020 bSPGainValue 2021 bHPRegenRate 2022 @@ -808,6 +810,7 @@ SC_SKILLCASTRATE 285 SC_DEFRATIOATK 286 SC_HPDRAIN 287 SC_SKILLATKBONUS 288 +SC_ITEMSCRIPT 289 e_gasp 0 e_what 1 |