Download
(853 b)
Download
Updated: 03-08-13 11:28 AM
Compatibility:
Thunder Isle (5.2)
Updated:03-08-13 11:28 AM
Created:03-07-13 09:22 PM
Downloads:279
Favorites:3
MD5:
5.2
Interrupt Announcer
Version: 1.2 ALPHA
by: v1nk [More]
Simple add on that announces successful interrupts to the /raid /party or /instance (depending where you are) and to /say
1.2a

- code cleanup

1.1 ALPHA

- changed IsInParty to UnitInGroup (thanks to jasje)
- changed UnitInInstance to LE_PARTY_CATEGORY_INSTANCE (thanks to jasje)

1.0

- initial release
Optional Files (0)


Archived Files (2)
File Name
Version
Size
Author
Date
1.1 ALPHA
865B
v1nk
03-08-13 06:28 AM
1.0
857B
v1nk
03-07-13 09:22 PM


Post A Reply Comment Options
Old 03-08-13, 03:24 PM  
jasje
A Chromatic Dragonspawn
 
jasje's Avatar
AddOn Author - Click to view AddOns

Forum posts: 150
File comments: 285
Uploads: 8
O and add destName here
Code:
intmsg = (intmsg.." "..destName..": "..GetSpellLink(extraskillID))
__________________

Tukui | Github
Last edited by jasje : 03-09-13 at 12:15 AM.
jasje is offline Report comment to moderator  
Reply With Quote
Old 03-08-13, 12:58 PM  
jasje
A Chromatic Dragonspawn
 
jasje's Avatar
AddOn Author - Click to view AddOns

Forum posts: 150
File comments: 285
Uploads: 8
You're missing some stuff man
SuccessfulInterruptAnnouncer:SetScript("OnEvent", OnEvent your missing a " ) "
and
Code:
local InterruptAnnouncer = CreateFrame("Frame")
SuccessfulInterruptAnnouncer:RegisterEvent("PLAYER_LOGIN")
SuccessfulInterruptAnnouncer:SetScript("OnEvent", OnEvent
you dont have the full local name you see?
__________________

Tukui | Github
jasje is offline Report comment to moderator  
Reply With Quote
Old 03-08-13, 06:17 AM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 51
Uploads: 3
Thank you so much!

Originally Posted by jasje
I think UnitInParty is old and new one is IsInGroup, and for instance you can set it too LE_PARTY_CATEGORY_INSTANCE. hope that helps you test it
v1nk is offline Report comment to moderator  
Reply With Quote
Old 03-08-13, 05:55 AM  
jasje
A Chromatic Dragonspawn
 
jasje's Avatar
AddOn Author - Click to view AddOns

Forum posts: 150
File comments: 285
Uploads: 8
I think UnitInParty is old and new one is IsInGroup, and for instance you can set it too LE_PARTY_CATEGORY_INSTANCE. hope that helps you test it
__________________

Tukui | Github
jasje is offline Report comment to moderator  
Reply With Quote
Old 03-07-13, 09:26 PM  
v1nk
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 51
Uploads: 3
5.2 update

Untested for 5.2 - was originally inside an addon without a .toc file
v1nk is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: