Thread Tools Display Modes
Prev Previous Post   Next Post Next
08-01-15, 01:35 PM   #1
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
Who used the Legendary Ring?

I'm looking for a simple AddOn (NO Weak Aura) to post in chat who used the Legendary Ring. It shoud be possible to post in raid chat and alternative post only to myself so noone else sees it.

I found this weakaura script, if it helps:
Code:
function(event, timestamp, message, hideCaster, sourceGUID, sourceName, sourceFlags, sourceRaidFlags, destGUID, destName, destFlags, destRaidFlags, ...)  
    if message == "SPELL_CAST_SUCCESS" then
        local spellId, spellName, spellSchool = ...
        if spellId == 187615 or spellId == 187611 or spellId == 187614  then  
            name = sourceName
            return true
        end
    end
end
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Who used the Legendary Ring?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off