In reading through the gamepedia documentation (on gamepedia) for the COMBAT_LOG_EVENT_UNFILTERED (CELU), I’ve become confused. For example, the documentation for the _MISSED suffix specifies that when an attack (spell, swing, etc.,) is blocked, dodged, parried, or otherwise missed, the amount of damage missed is obtained from the value of the 17th parameter. Similarly, the documentation specifies the type of miss as the value of the 15th parameter. Neither of these seem to be correct. The miss type, for example, is not found in the 15th parameter, but in the 13th. The amount missed/blocked/dodged, etc., does not seem to be determined by the value of the 17th parameter. In fact, the 17th is almost always nil. I say “almost always” because I have not tested all cases - just the “BLOCK”, “DODGE”, “MISS”, and “PARRY” types.
As usual I may be missing something obvious and would appreciate any guidance.
Thank you, so much. So, if my understanding is correct (now), if a spell misses, the missType is in [15]. If a swing misses, the type is in [12]. I’ll give it a shot.