Does anyone know how to get the owner’s UUID when looking at a combat log event (COMBAT_LOG_EVENT_UNFILTERED) done by a Death Knight’s Bloodworm?
Unlike other guardian creatures, parsing the creature tooltip doesn’t seem to work for Bloodworms, since the tooltip doesn’t seem to contain any reference to the owner.
Any tips are appreciated.
Edit:
I’ve found a solution in case anyone stumbles upon this problem:
Whenever the bloodworms are summoned, a SPELL_SUMMON
event is emitted. You can use the source ID/Name/Flags from this event to determine the owner of the bloodworms, and associate subsequent combat events originating from them to their owner.