Results: 2Comments by: [Star]
File: Accuracy fix & Threat to gain/drop aggro12-09-13
To fix for MoP just replace both Ge...
Posted By: [Star]
To fix for MoP just replace both GetNumRaidMembers and GetNumPartyMembers with GetNumGroupMembers specifically, this section local threatTable = self.threatTable; threatTable.n = 0; if ( GetNumGroupMembers() > 0 ) then for i=1, MAX_RAID_MEMBERS do ThreatMeter_InsertTarget(threatTable, "raid"..i, unit); ThreatMet...
File: Accuracy fix & Threat to gain/drop aggro02-11-11
Thanks so much for this :D I've bee...
Posted By: [Star]
Thanks so much for this :D I've been using this threatmeter since WotLK beta. I wonder why blizzard scrapped it and didn't at least make it an interface option. (like Simple or Advanced threat display)