Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008532

  • 0 - None Assigned

  • Confirmed

Issue Confirmations

  • Yes (0)No (0)
Photo

Kagerou / Oboro Skill - Zenkai: Checking interval is less than 1 second and causing all ailments at the same time

Posted by Zia on 15 February 2015 - 06:46 AM

Zenkai checking interval is less than 1s and causing all ailments at same time. [2nd part needs checking against Aegis or more sources]

Source(s):
http://irowiki.org/w...ast_Ninja_Spell
http://forums.warppo...-success-rates/

Proof:


Current interval code in Herc github:
3020,0xf8, , 0, 3, 100,all, 0x018 //KO_ZENKAI //This is 0.1s check

Current interval code in rA github:

3020,0xf8, , 0, 2, 500,all, 0x018 //KO_ZENKAI //This is 0.5s check

interval Fix maybe:
3020,0xf8, , 0, 3, 1000,all, 0x018 //KO_ZENKAI // This is 1s check

changed status to: Confirmed

based on aegis it's hard coded as 500ms...

:meow:

Senpai noticed me again D:

Looking forward to the fix. (Or should I have a pull request made)

Hello. Any update on this? It was already confirmed anyway.

So....bump

Hello.

Please try it with the fix? Thank you.  -_-

Edited by Zia, 18 March 2015 - 01:10 PM.


I may have to repost this report on the new tracker. sigh.

By the way, water zenkai isn't supposed to inflict crystallization (SC_COLD), gotta remove that.