Thread Tools Display Modes
Prev Previous Post   Next Post Next
04/21/24, 05:24 AM   #1
Shuba00
 
Shuba00's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2023
Posts: 20
How to see a kill partecipation

Is it possible to see a kill partecipation in pve?
I'm using this one:
Lua Code:
  1. EVENT_MANAGER:RegisterForEvent(BossNameEvent.name .."kill", EVENT_COMBAT_EVENT, BossNameEvent.OnUnitKilled)
  2.     EVENT_MANAGER:AddFilterForEvent(BossNameEvent.name .."kill", EVENT_COMBAT_EVENT, REGISTER_FILTER_COMBAT_RESULT, ACTION_RESULT_DIED_XP)
but if i don't do the last hit, the targetName parameter is empty, how can i solve this?
  Reply With Quote
 

ESOUI » Developer Discussions » Lua/XML Help » How to see a kill partecipation


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off