Macro to alert when someone sends me a message [Request F...

Macro requests from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

Bones
orc pawn
orc pawn
Posts: 27
Joined: Sat Sep 07, 2002 5:37 pm

Macro to alert when someone sends me a message [Request F...

Post by Bones » Sat Sep 07, 2002 5:41 pm

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

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Sat Sep 07, 2002 6:21 pm

Salutations,
yes... there probably is one... but here you go anyway! This will beep when you get a tell... if you want other channels un comment/comment the #chat lines.

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

Meh
a lesser mummy
a lesser mummy
Posts: 32
Joined: Wed Sep 04, 2002 8:55 pm

Post by Meh » Mon Sep 09, 2002 4:29 pm

thanks l124rd! 8) i kinda wanted one myself