Simple but effective AFK tell beeper

A forum for you to dump all the macros you create, allowing users to use, modify, and comment on your work.

Moderator: MacroQuest Developers

rizzah
decaying skeleton
decaying skeleton
Posts: 4
Joined: Sat Dec 13, 2003 2:18 am

Simple but effective AFK tell beeper

Post by rizzah » Sun Feb 01, 2004 2:46 am

Okay, I'm a nerd and goto watch television across my room, so in order to know when I'm getting tells I use this handy little macro, simple but effective.

Code: Select all

#chat tell

Sub Main
/mqlog clear
/echo [..Clearing previous log..]
/echo [..Starting Tell Beeper...]

:continue
/doevents
/delay 1s
/goto :continue
/return

Sub Event_Chat(ChatType,Sender,ChatText)
/mqlog Tell @Sender says @ChatText
/delay 2s
/exec c:\mq2\notify.wav bg
/return
edit: added log clearing so your log file doesnt get enormous