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

raidboss: timeline netregex for addedCombatantOneOff #6038

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

quisquous
Copy link
Owner

/sync\s*\/ 03:(?:\.{8}|\[\^:\]\*):(?<name>[^:]*):(?<job>[^:]*):(?<level>[^:]*):(?<ownerId>[^:]*):(?<worldId>[^:]*)::(?<npcNameId>[^:]*):\//

There is probably a more compact way to write this by dropping parameters, but it seemed safer to convert directly.

Done by running #5977.

`/sync\s*\/ 03:(?:\.{8}|\[\^:\]\*):(?<name>[^:]*):(?<job>[^:]*):(?<level>[^:]*):(?<ownerId>[^:]*):(?<worldId>[^:]*)::(?<npcNameId>[^:]*):\//`

There is probably a more compact way to write this by
dropping parameters, but it seemed safer to convert directly.

Done by running #5977.
@quisquous quisquous merged commit d82b13a into main Dec 15, 2023
5 checks passed
@quisquous quisquous deleted the nettimeline_addedcombatantoneoff branch December 15, 2023 20:46
github-actions bot pushed a commit that referenced this pull request Dec 15, 2023
…6038)

`/sync\s*\/
03:(?:\.{8}|\[\^:\]\*):(?<name>[^:]*):(?<job>[^:]*):(?<level>[^:]*):(?<ownerId>[^:]*):(?<worldId>[^:]*)::(?<npcNameId>[^:]*):\//`

There is probably a more compact way to write this by dropping
parameters, but it seemed safer to convert directly.

Done by running #5977. d82b13a
github-actions bot pushed a commit that referenced this pull request Dec 15, 2023
…6038)

`/sync\s*\/
03:(?:\.{8}|\[\^:\]\*):(?<name>[^:]*):(?<job>[^:]*):(?<level>[^:]*):(?<ownerId>[^:]*):(?<worldId>[^:]*)::(?<npcNameId>[^:]*):\//`

There is probably a more compact way to write this by dropping
parameters, but it seemed safer to convert directly.

Done by running #5977. d82b13a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant