Fixed Sonic Blow's and Arrow Vulcan's aftercast delay being reducable by Bragi
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13626 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
24b34cb9f9
commit
dfd9412afd
@ -40,6 +40,8 @@
|
|||||||
2385 Recuvative_Armor Should trigger HP/SP return with magical kills as well.
|
2385 Recuvative_Armor Should trigger HP/SP return with magical kills as well.
|
||||||
|
|
||||||
=======================
|
=======================
|
||||||
|
2009/03/25
|
||||||
|
* Fixed Sonic Blow's and Arrow Vulcan's aftercast delay being reducable by Bragi [Playtester]
|
||||||
2009/03/24
|
2009/03/24
|
||||||
* Fixed Incarnations of Morroc losing their boss mode [Playtester]
|
* Fixed Incarnations of Morroc losing their boss mode [Playtester]
|
||||||
2009/03/23
|
2009/03/23
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
// Note: Delay setting '1' only makes sense when delay_dependon_dex is enabled.
|
// Note: Delay setting '1' only makes sense when delay_dependon_dex is enabled.
|
||||||
// Example: 46,1,1 = Double Strafe's cast time and delay is not affected by dex.
|
// Example: 46,1,1 = Double Strafe's cast time and delay is not affected by dex.
|
||||||
|
|
||||||
|
136,0,2 //AS_SONICBLOW
|
||||||
263,0,2 //MO_TRIPLEATTACK
|
263,0,2 //MO_TRIPLEATTACK
|
||||||
272,0,2 //MO_CHAINCOMBO
|
272,0,2 //MO_CHAINCOMBO
|
||||||
273,0,2 //MO_COMBOFINISH
|
273,0,2 //MO_COMBOFINISH
|
||||||
@ -22,6 +23,7 @@
|
|||||||
370,1 //CH_PALMSTRIKE
|
370,1 //CH_PALMSTRIKE
|
||||||
371,0,2 //CH_TIGERFIST
|
371,0,2 //CH_TIGERFIST
|
||||||
372,0,2 //CH_CHAINCRUSH
|
372,0,2 //CH_CHAINCRUSH
|
||||||
|
394,0,2 //CG_ARROWVULCAN
|
||||||
403,3 //PF_MEMORIZE
|
403,3 //PF_MEMORIZE
|
||||||
408,1 //WE_BABY
|
408,1 //WE_BABY
|
||||||
409,1 //WE_CALLPARENT
|
409,1 //WE_CALLPARENT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user