diff options
author | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-29 16:03:55 +0000 |
---|---|---|
committer | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-29 16:03:55 +0000 |
commit | 9b02e0156ddee963d690b21fb98549cea0a0ccda (patch) | |
tree | f04c584a31c88cbbebbb065ede74d0d615da2e0c /db/const.txt | |
parent | 696d2aea3b88758811b275f28a9ea555747e3d6b (diff) | |
download | hercules-9b02e0156ddee963d690b21fb98549cea0a0ccda.tar.gz hercules-9b02e0156ddee963d690b21fb98549cea0a0ccda.tar.bz2 hercules-9b02e0156ddee963d690b21fb98549cea0a0ccda.tar.xz hercules-9b02e0156ddee963d690b21fb98549cea0a0ccda.zip |
Fixed bugreport:5689 recoded/reimplement RE Matk formula(including RE Heal)
Fixed bugreport:5745 WL_RECOGNIZED us now functional.
Fixed bugreport:5663 where HW_MAGICPOWER shows glitch in status window.
Fixed bugreport:6759 where items granting matk bonus didn't work.
Follow up r16980 small performance enhancement...:)
Done some TODO in skill_cast_db.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16981 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/db/const.txt b/db/const.txt index a38db33e8..e271bf68e 100644 --- a/db/const.txt +++ b/db/const.txt @@ -576,17 +576,17 @@ bSPVanishRate 2042 bMagicSPGainValue 2043 bMagicHPGainValue 2044 bAddClassDropItem 2045 -bEquipmentMatk 2046 -bIntMatk 2047 -bSPGainRaceAttack 2048 -bHPGainRaceAttack 2049 -bSkillUseSPrate 2050 -bSkillCooldown 2051 -bSkillFixedCast 2052 -bSkillVariableCast 2053 -bFixedCastrate 2054 -bVariableCastrate 2055 -bSkillUseSP 2056 +bMatk 2046 +bSPGainRaceAttack 2047 +bHPGainRaceAttack 2048 +bSkillUseSPrate 2049 +bSkillCooldown 2050 + +bSkillFixedCast 2051 +bSkillVariableCast 2052 +bFixedCastrate 2053 +bVariableCastrate 2054 +bSkillUseSP 2055 EQI_HEAD_TOP 1 EQI_ARMOR 2 |