Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4294967295 unknown action id #35

Open
Emptiest opened this issue Feb 22, 2024 · 13 comments
Open

4294967295 unknown action id #35

Emptiest opened this issue Feb 22, 2024 · 13 comments

Comments

@Emptiest
Copy link
Contributor

This action id seems to be related to overkill damage, but not sure exactly what. I have seen it on multiple characters. Needs some testing to confirm.

@brunolm
Copy link

brunolm commented Feb 22, 2024

Eugen with 3 Grenades + Detonator fully charged on dummy triggers it.

4294967295 is max unsigned int32 number. and -1 in signed int32 -- if that helps

@Emptiest
Copy link
Contributor Author

I see. I have seen it so far on Zeta, Io, and Ferry. In each case they were the last hitter of the boss. However, it does not reliably appear on every fight. Overkill damage is just a guess, it might be related to something else.

@nyaoouo
Copy link
Owner

nyaoouo commented Feb 22, 2024

as a note, i know it is signed int but i use negative number for custom action type so i'll keep those action id as "big number"

@Emptiest
Copy link
Contributor Author

Adding an example image as reference. Still no progress on figuring out what this is.

image

@Emptiest
Copy link
Contributor Author

It seems this id for Zeta is a Infinite Wonders with Dodge Cancel. I'll make the addition and a PR for Zeta.

Still unknown for Io and Ferry.

@Emptiest Emptiest changed the title 4294967295 common action id 4294967295 unknown action id Feb 23, 2024
@nyaoouo
Copy link
Owner

nyaoouo commented Feb 24, 2024

i currently think this value maybe a common id which is "action damage after offset/cancel", anyone can give a hend on verifying this?

@Emptiest
Copy link
Contributor Author

I'll add that Cagliostro also gives this action id when using dodge to cancel her Pain Train move.

@Harkains
Copy link

I can also add into this occuring on Narmaya as well, gave the parser to a friend to try and they sent me an image with that exact same ID
narm ID
It seemed to be occurring from her Butterfly Projectile that comes from switching (Dawnfly/Pink) to (Freeflutter/Blue) on Stance Finisher. The condition much like the ones you stated is when you input a dodge just as it goes off.

@nghialun1234
Copy link

found it on cag too but this was on cag ai so no idea what this from
msedge_0zoVe58NmD

@Harkains
Copy link

found it on cag too but this was on cag ai so no idea what this from msedge_0zoVe58NmD

This is because of Ouroboro that appears from Pain Train and Alexandria. If you input a dodge while its attacking, you overwrite the action and causes one of the hits to use the dodge's ID instead of the skill.

This is the same for Katalina's Summoning of Ares. Ares doesnt have a link attack ID but inputting a guard before the action takes the ID of 700. Narmaya has it too and noticed some characters with these ID are capable of having damage overwritten from that moment.

@Emptiest
Copy link
Contributor Author

Emptiest commented Mar 7, 2024

Just noting here - Djeeta/Gran also have this action id for their "Roter Bug" which is caused by dodge cancelling while a skill continues to deal damage. A skilled player will use this to their advantage this as it adjusts the damage cap of their skills.

I've addressed it as such in #84.

@nyaoouo
Copy link
Owner

nyaoouo commented Mar 7, 2024

Just noting here - Djeeta/Gran also have this action id for their "Roter Bug" which is caused by dodge cancelling while a skill continues to deal damage. A skilled player will use this to their advantage this as it adjusts the damage cap of their skills.

I've addressed it as such in #84.

so i think maybe 4294967295 should be a common id which means "action cancel"?

@Emptiest
Copy link
Contributor Author

Emptiest commented Mar 7, 2024

Specifically, it seems to be triggered by dodge cancel on most characters. So far of what's mentioned in this thread I think only Eugen has an exception to the dodge cancel rule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants