BigWigsMods / Transcriptor

Logging utility for boss encounters.
9 stars 10 forks source link

Request: Add spawns in TIMERS #4

Open MysticalOS opened 7 years ago

MysticalOS commented 7 years ago

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 commented 7 years ago

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!