diff options
author | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-18 07:52:11 +0000 |
---|---|---|
committer | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-18 07:52:11 +0000 |
commit | 611350370ef3ecf8fc939005df37a14b55a8f69c (patch) | |
tree | 1da4119c85685bed98adb79cad4cbcd144ca0ba8 /src/config/renewal.h | |
parent | 15e7b5f4c91f2bd50fdaee6edcaa19ef849d3875 (diff) | |
download | hercules-611350370ef3ecf8fc939005df37a14b55a8f69c.tar.gz hercules-611350370ef3ecf8fc939005df37a14b55a8f69c.tar.bz2 hercules-611350370ef3ecf8fc939005df37a14b55a8f69c.tar.xz hercules-611350370ef3ecf8fc939005df37a14b55a8f69c.zip |
Implemented Renewal Casting System.
Fixed bugreport:2018 where CH_PALMSTRIKE deals damage to hidden targets.
Fixed bugreport:6473, bugreport:6325 SC_DEADLYINFECT should now spread status ailments properly.
Fixed bugreport:5541, bugreport:6179, bugreport:6281 where self buff skill is transfer to targets when doing a combo.
Updated AC_VULTURE where in renewal it doesn't show the hit bonus anymore in the status window.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16661 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/config/renewal.h')
-rw-r--r-- | src/config/renewal.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/config/renewal.h b/src/config/renewal.h index 33e9a995b..4713cc185 100644 --- a/src/config/renewal.h +++ b/src/config/renewal.h @@ -49,13 +49,6 @@ // leave this line to enable renewal base level modifier on skill damage (selected skills only) #define RENEWAL_LVDMG -/// renewal cast time variable cast requirement -/// -/// this is the value required for no variable cast-time with stats. -/// formula: (DEX * 2) + INT -/// default: 530 -#define RENEWAL_CAST_VMIN 530 - /// renewal enchant deadly poison algorithm /// /// leave this line to enable the renewed EDP algorithm |