Hi,
the event PARTY_KILL does not recognize the kills of a Hunter/DK pet.
Now, my question is: can PARTY_KILL trigger the kills of own pets?
I tried it this way:
When i exchange "pet" with "player" and i kill some enemie, the if-party gets executed.
local petID = UnitGUID("pet");
local toEnemy = CombatLog_Object_IsA(dstFlags, PS_COMBATLOG_FILTER_ENEMY_PLAYERS)
if (eventType == "PARTY_KILL" and srcGUID == pet and toEnemy ) then
.
.
.
bla
.
.
.
end
0
0
the event PARTY_KILL does not recognize the kills of a Hunter/DK pet.
Now, my question is: can PARTY_KILL trigger the kills of own pets?
I tried it this way:
When i exchange "pet" with "player" and i kill some enemie, the if-party gets executed.
local petID = UnitGUID("pet");
local toEnemy = CombatLog_Object_IsA(dstFlags, PS_COMBATLOG_FILTER_ENEMY_PLAYERS)
if (eventType == "PARTY_KILL" and srcGUID == pet and toEnemy ) then
.
.
.
bla
.
.
.
end