Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add ModifyThreatPct(creature,target) #25

Merged
merged 1 commit into from
Mar 19, 2022
Merged

Conversation

55Honey
Copy link
Member

@55Honey 55Honey commented Mar 16, 2022

No description provided.

@55Honey
Copy link
Member 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.

None yet

3 participants