Issue information

Issue ID
#8584
Status
Confirmed
Severity
None
Started
idonteven
Mar 19, 2015 13:46
Last Post
idonteven
Mar 20, 2015 15:54
Confirmation
N/A

idonteven - Mar 19, 2015 13:46

[b]Storm Blast[/b][color=rgb(40,40,40)][font=helvetica, arial, sans-serif] after-cast delay should be 1s instead of 2s,[s] and should not have re-use delay[/s]. Could use Aegis verification though, since the kRO item description doesn't say anything about it.[/font][/color]

[color=rgb(40,40,40)][font=helvetica, arial, sans-serif]sources:[/font][/color]
[url="http://irowiki.org/wiki/Rune_Mastery)"]http://irowiki.org/wiki/Rune_Mastery[/url]
[url="http://www.divine-pride.net/database/item/12726(explicit"]http://www.divine-pr...base/item/12726[/url][color=rgb(40,40,40)][font=helvetica, arial, sans-serif](explicit statement of re-use delay)[/font][/color]
[url="http://www.divine-pride.net/database/item/12732/pertz-runestone"]http://www.divine-pr...pertz-runestone[/url][color=rgb(40,40,40)][font=helvetica, arial, sans-serif](another proof of stating re-use delay)[/font][/color]

[color=rgb(40,40,40)][font=helvetica, arial, sans-serif]If it's truly bugged,[/font][/color]
would the below be possible fix?

[b]After-Cast Delay Fix:[/b]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif]In db/re/skill_cast_db.txt[/font][/color]

[spoiler][code=auto:0] 1111 - 2017,2000,2000,0,0,0,0,-1 1111 + 2017,2000,1000,0,0,0,0,-1[/code]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][/spoiler][/font][/color]

This post has been edited by idonteven on Mar 20, 2015 18:38

malufett - Mar 19, 2015 14:20

[code=auto:0] SetSkill RK_STORMBLAST OnInit: SkillMaxLv 1 SkillType TOME SkillFlag SKFLAG_NODISPEL SkillPattern SKILLPATT_DIRECTATTACK SkillCastStatDelay 2000 SkillGlobalPostDelay 1000 SkillData1 7 // ³Ë¹é°Å¸® return [/code]
:meow:

idonteven - Mar 20, 2015 15:54

[url="https://github.com/HerculesWS/Hercules/pull/474"]https://github.com/HerculesWS/Hercules/pull/474[/url]
After-cast delay fix can be observed below (ignore the re-use delay).

Pre-fix video:

[url="https://www.youtube.com/watch?v=tr3wRGVey0Y"]https://www.youtube.com/watch?v=tr3wRGVey0Y[/url]


Post-fix video:

[url="https://www.youtube.com/watch?v=BDBIxfhJjhY"]https://www.youtube.com/watch?v=BDBIxfhJjhY[/url]

This post has been edited by idonteven on Mar 20, 2015 19:04