From 86aafca6da0a843db09a33e74faf8d9bb77e2508 Mon Sep 17 00:00:00 2001 From: rud0lp20 Date: Fri, 29 Jun 2012 15:52:29 +0000 Subject: Implemented new item script bonuses: - bSkillCooldown,n,x; - bSkillFixedCast,n,x; - *bSkillVariableCast,n,x; - bFixedCastrate,x; - *bVariableCastrate,x; *Pending until RE Casting system is fully implemented. ATM bCastrate is used to manipulate variable cast time where it should not. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16355 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/const.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'db/const.txt') diff --git a/db/const.txt b/db/const.txt index a189e5bb5..e23b80229 100644 --- a/db/const.txt +++ b/db/const.txt @@ -581,6 +581,11 @@ bMatk 2047 bSPGainRaceAttack 2048 bHPGainRaceAttack 2049 bUseSPrateSkill 2050 +bSkillCooldown 2051 +bSkillFixedCast 2052 +bSkillVariableCast 2053 +bFixedCastrate 2054 +bVariableCastrate 2055 EQI_HEAD_TOP 1 EQI_ARMOR 2 -- cgit v1.2.3-70-g09d2