1. Ok this my first attempt at an addon and im having a problem i cant seem to figer out how to fix. What is happening the addon is reading other Warriors skills when they use them and when battle or commanding shout fades on other people its announcing it. The addon is suposed to read only my abilitys and my fades.

    below is the link to the code any help would be great as i'm at a los of what to do

    http://www.pastey.net/126847

    Edit:

    I think i fixed it

    local playerName = UnitName("player")

    then added to the if event line in both buffs :)

    playerName == sourceName

    still needs more testing but hopefully thats fixed the problems i was haveing

  2. That's certainly one way to test it out =). You might want to cache the result of UnitGUID("player"), since it will never change.. but it looks good to me!