Skip to content

Conversation

@55Honey
Copy link

@55Honey 55Honey commented Mar 16, 2022

No description provided.

@55Honey
Copy link
Author

55Honey commented Mar 16, 2022

Tested with

local function function_CREATURE_EVENT_ON_HIT_BY_SPELL(event, creature, caster, spellid)
    print('CREATURE_EVENT_ON_HIT_BY_SPELL fired (14)')
    print('event: '..event..'  creature: '..creature:GetName())
    creature:ModifyThreatPct(caster,-99)
end

local CREATURE_EVENT_ON_HIT_BY_SPELL = 14
RegisterCreatureEvent(5425, CREATURE_EVENT_ON_HIT_BY_SPELL, function_CREATURE_EVENT_ON_HIT_BY_SPELL)

Cast any dot for aggro pingpong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants