Results: 2Comments by: eXochron
File: cUrsoc10-21-16
You might want to have a look into...
Posted By: eXochron
You might want to have a look into GetSpellInfo to load the localised spell names. ;) Anyway, we got yesterday on mythic some situations where both debuffs drop from both tanks (see log). Of course the addon suggests a taunt which is actually not necessary. So an additional check for a debuff on the cotank when my debuff drops wou...
File: cUrsoc10-20-16
You could use only the SspellIDs to...
Posted By: eXochron
You could use only the SspellIDs to bypass this whole language issue. (That's why Ids exist. ;)) I just scribbled a possible solution. It's untested and might not work. But to give you an idea what I mean. local playerHasOverwhelm, playerHasRendFlesh = false, false; function cUrsoc:COMBAT_LOG_EVENT_UNFILTERED(timestamp, even...