Hey,
im looking for the events that are fired when the player joins and leaves a party. Either the event that fires if the player actually does that or the chat msg event that outputs those messages.
"You leave the group"
|
if VHM.Close == 0 and not UnitInRaid("player") and GetNumPartyMembers() > 0 then
VHM.Raidframe:Show()
elseif not UnitInRaid("player") and GetNumPartyMembers() == 0 then
VHM.Raidframe:Hide()
end
|
|