Thread Tools Display Modes
11-05-09, 01:49 PM   #1
Codex
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 19
Mod to make loud noises when GM tries to contact me

I'm looking for a mod or script that plays loud noises when a GM tries to contact me/responds to a ticket so that I can wake up if Im asleep on my desk
  Reply With Quote
11-05-09, 01:57 PM   #2
Ither
A Firelord
 
Ither's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 497
Originally Posted by Codex View Post
I'm looking for a mod or script that plays loud noises when a GM tries to contact me/responds to a ticket so that I can wake up if Im asleep on my desk
OH YES!

We can call it.... it.... it.... the SCREAMING MEANIE! If anyone remembers those alarm clocks!
__________________
  Reply With Quote
11-05-09, 05:10 PM   #3
Cralor
Mmm... cookies!!!
 
Cralor's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 772
You can create your own little mod using this:
Code:

function AddOn_OnEvent(self, event, ...)
     local arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 = ...;
     if ( event == "CHAT_MSG_WHISPER" and arg6 == "GM" ) then
              --play sound, etc.
     end
end
__________________
Never be satisfied with satisfactory.

Last edited by Cralor : 11-05-09 at 05:13 PM.
  Reply With Quote
11-08-09, 10:25 AM   #4
Codex
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 19
I cant get that to work, I stuck it into an addon with a functional .toc and I changedt he commented line with no luck
  Reply With Quote
11-08-09, 11:33 AM   #5
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 837
sounds like something someone using a bot would want so that they can get alerted.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
  Reply With Quote
11-08-09, 11:38 AM   #6
Akryn
A Firelord
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 479
Originally Posted by Codex View Post
I cant get that to work, I stuck it into an addon with a functional .toc and I changedt he commented line with no luck
His code is incomplete, you'd need to fill in some other stuff to make it function in addition to just the commented line. I'm not particularly willing to help though, since I agree with tinyu.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Mod to make loud noises when GM tries to contact me


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