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

Request: Add spawns in TIMERS #4

Open
MysticalOS opened this issue Oct 22, 2016 · 1 comment
Open

Request: Add spawns in TIMERS #4

MysticalOS opened this issue Oct 22, 2016 · 1 comment

Comments

@MysticalOS
Copy link
Contributor

MysticalOS commented Oct 22, 2016

Currently, if you want to sort out when adds join fight, you have to read all the IEEU events for them which is one of the most time consuming things in reading trancriptor logs still since you have to dig out the IEEU events and then manually look for changes between it and previous IEEU event.

What would be nice if transcriptor did this for you. any time a new add appears in IEEU that wasn't in previous one, give it an "Add spawned" event. Then, aggregate it under "TIMERS".

I considered doing this and commiting myself but I figured you'd either revert it, or refactor it anyways so I'll stick to requests.

@funkydude
Copy link
Member

I considered doing this and commiting myself but I figured you'd either revert it, or refactor it anyways so I'll stick to requests.

That's what pull requests are for!

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

2 participants