Hello
For example, situation: Archimonde starts Rain of Chaos, DD use Legendary ring and start dps on all of infernals. Need to see how many damage does all DD on infernals while legendary ring is active(no need explode damage).
I use the next expression but it is doesn’t worked well:
type = "damage" and source.type = "player" and target.name = "Infernal Doombringer" and in range from type = "applybuff" and (ability.name = "Nithramus" or ability.name = "Maalus" or ability.name = "Thorasus") to type = "removebuff" and (ability.name = "Nithramus" or ability.name = "Maalus" or ability.name = "Thorasus") group by source.owner.name end
Where I did mistake/mistakes? Or it is even not really possible