forgive me please if this has been asked before (which is probably has), but is there any existing macros that alert when someone sends the user a message? An altert such as a sound would be awesome.
Thanks for any help!
Bones
Moderator: MacroQuest Developers
Code: Select all
|#chat say
|#chat ooc
|#chat shout
#chat tell
|#chat guild
|#chat group
|#chat auc
|#chat chat
sub main
:loop
/doevents
/goto :loop
/return
sub event_chat
/beep
/return