Skip to content
Buds edited this page Oct 31, 2024 · 5 revisions

Support for unfiltered COMBAT_LOG_EVENT_UNFILTERED is deprecated

image

This warning message is shown because an aura use a custom trigger with as event COMBAT_LOG_EVENT_UNFILTERED or CLEU without any filter(s) This event has the potential to be very spammy and be the reason for a noticeable loss of FPS.

We introduced a way to filter this event by subEvent since mid 2021, and will in a future release, disable custom triggers using this event without any filter.

This means your auras pointed by this warning are still working, but needs to be fixed as soon as possible.

How to fix

Find an updated aura

First check if an update for this aura exists on wago.io (check url field in Information tab) or wherever you found it (class discord? twitch? creator website?)

If you don't find an update and don't feel like fixing it yourself, feel free to ask help on WeakAuras Discord, and provide link or an export for the problematic aura.

Fix custom trigger event

CLEU event documentation: https://warcraft.wiki.gg/wiki/COMBAT_LOG_EVENT

For filtering by subEvents in WeakAuras you want to append them to the main event like this

CLEU:UNIT_DIED
CLEU:SPELL_AURA_APPLIED:SPELL_AURA_APPLIED_DOSE:SPELL_AURA_REMOVED
CLEU::SWING_DAMAGE:RANGE_DAMAGE:SPELL_DAMAGE