From 53a59a6135eb43e1db0cf82d0d367e4258ff6b86 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Wed, 18 Mar 2009 02:50:39 +0000 Subject: - 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 --- db/const.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'db/const.txt') 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 -- cgit v1.2.3-70-g09d2