Request: Add spawns in TIMERS
MysticalOS opened this issue ยท 1 comments
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.