Method to play a sound when PM'd?
Moderators: Moderators, Documentation Writers
-
- Noob
- Posts: 1
- Joined: 06 Jun 2011, 03:00
- Noob?: No
Method to play a sound when PM'd?
been looking through the forums and config files, and havent been able to find a way to have a noise played when someone PMs my bot. any help would be appreciated, thanks again
-
- Developers
- Posts: 124
- Joined: 28 Mar 2011, 12:48
- Noob?: No
- Location: Brazil
Re: Method to play a sound when PM'd?
Alert Sound Plugin:
http://forums.openkore.com/viewtopic.php?f=34&t=1490
Or macros:
http://forums.openkore.com/viewtopic.php?f=34&t=1490
Or macros:
Code: Select all
automacro PM {
pm /.*/i
call {
do eval Utils::Win32::playSound('C:\Sons\private.wav')
do conf logConsole 0
}
}