#untrigger on casting of a spell
12 messages · Page 1 of 1 (latest)
Wowpedia
Fires for Combat Log events such as a player casting a spell or an NPC taking damage.
COMBAT_LOG_EVENT only reflects the filtered events in the combat log window
COMBAT_LOG_EVENT_UNFILTERED (CLEU) is unfiltered, making it preferred for use by addons.
Both events have identical parameters. The event payload is returned from CombatLogGetCurrentEv...
take the CLEU:SPELL_CAST_SUCCESS event and untrigger when the sourceGUID is == UnitGUID("player") and spellId is == the spell that you want to untrigger on
thanks a ton, love you
There is a built in trigger for casting you don't need a custom trigger for that
He wants to untrigger on cast not trigger i don't know what he is triggering though