Reply
 
Thread Tools Display Modes
Old 11-05-2009, 02:49 PM   #1
Codex
A Murloc Raider
Interface Author - Click to view interfaces
Join Date: Dec 2005
Posts: 9
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
Codex is offline   Reply With Quote
Old 11-05-2009, 02:57 PM   #2
Galtar
A Theradrim Guardian
 
Galtar's Avatar
Interface Author - Click to view interfaces
Join Date: Apr 2009
Posts: 69
Quote:
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!
__________________
Galtar is offline   Reply With Quote
Old 11-05-2009, 06:10 PM   #3
Cralor
Mmm... cookies!!!
 
Cralor's Avatar
Premium Member
Interface Author - Click to view interfaces
Join Date: Jun 2007
Posts: 559
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
__________________

Last edited by Cralor : 11-05-2009 at 06:13 PM.
Cralor is offline   Reply With Quote
Old 11-08-2009, 11:25 AM   #4
Codex
A Murloc Raider
Interface Author - Click to view interfaces
Join Date: Dec 2005
Posts: 9
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
Codex is offline   Reply With Quote
Old 11-08-2009, 12:33 PM   #5
tinyu
wowui.incgamers staff
Interface Author - Click to view interfaces
Join Date: Nov 2006
Posts: 344
sounds like something someone using a bot would want so that they can get alerted.
__________________

Lothaer
Admin @ wowui.incgamers.com
Titan Dev Team Member.
tinyu is offline   Reply With Quote
Old 11-08-2009, 12:38 PM   #6
Akryn
An Onyxian Warder
Interface Author - Click to view interfaces
Join Date: Mar 2008
Posts: 362
Quote:
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.
Akryn is offline   Reply With Quote
Reply

Go BackWoWInterface » General Discussion » Interface Requests » Mod to make loud noises when GM tries to contact me

Thread Tools
Display Modes

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




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.