Fixed PF_DOUBLECASTING casting % bugreport:140
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12765 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
189a9ec34e
commit
f292935743
@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
|
|||||||
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
2008/06/07
|
2008/06/07
|
||||||
|
* Fixed PF_DOUBLECASTING casting % bugreport:140
|
||||||
* Fixed a few properties of NPC_CHANGEUNDEAD bugreport:79 [Brainstorm]
|
* Fixed a few properties of NPC_CHANGEUNDEAD bugreport:79 [Brainstorm]
|
||||||
|
|
||||||
2008/06/01
|
2008/06/01
|
||||||
|
@ -5922,7 +5922,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val
|
|||||||
val2 = 5+val1; //Factor by which displayed damage is increased by
|
val2 = 5+val1; //Factor by which displayed damage is increased by
|
||||||
break;
|
break;
|
||||||
case SC_DOUBLECAST:
|
case SC_DOUBLECAST:
|
||||||
val2 = 40+10*val1; //Trigger rate
|
val2 = 30+10*val1; //Trigger rate
|
||||||
break;
|
break;
|
||||||
case SC_KAIZEL:
|
case SC_KAIZEL:
|
||||||
val2 = 10*val1; //% of life to be revived with
|
val2 = 10*val1; //% of life to be revived with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user