Issue information

Issue ID
#8609
Status
New
Severity
None
Started
Paoly28
Apr 5, 2015 5:18
Last Post
Anisotropic Defixation
May 8, 2015 19:24
Confirmation
N/A

Paoly28 - Apr 5, 2015 5:18

[s]Whilst casting exceed break lvl 1 up to lvl 5 all movement speed reductions are -50% ( overrides inc agi etc )[/s]

also if your cast is canceled while casting exceed break you will still receive movement penalty( cast cancel / getting hit / spell breaker ) and the only way to remove it is by casting the skill successfully or by relogging

tested it again this works correctly except for the canceled part.

This post has been edited by Paoly28 on Apr 5, 2015 5:19

Paoly28 - Apr 12, 2015 12:09

bump

Anisotropic Defixation - May 8, 2015 19:24

unit.c, find:[code=auto:0] if( sd && pc->checkskill(sd,SA_FREECAST) > 0 ) status_calc_bl(&sd->bl, SCB_SPEED|SCB_ASPD); [/code]change to:[code=auto:0] if( sd && (pc->checkskill(sd,SA_FREECAST) > 0 || skill_id == LG_EXEEDBREAK) ) status_calc_bl(&sd->bl, SCB_SPEED|SCB_ASPD); [/code]

This post has been edited by Anisotropic Defixation on May 8, 2015 19:25