Issue Information
-
#008532
-
0 - None Assigned
-
Confirmed
Issue Confirmations
-
Yes (0)No (0)
0
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
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...
Senpai noticed me again D:
Looking forward to the fix. (Or should I have a pull request made)
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
So....bump
Hello.
Please try it with the fix? Thank you.
Please try it with the fix? Thank you.
Edited by Zia, 18 March 2015 - 01:10 PM.
status update?
Status update? D:
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.