Method to play a sound when PM'd?

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
Alumni
Noob
Noob
Posts: 1
Joined: 06 Jun 2011, 03:00
Noob?: No

Method to play a sound when PM'd?

#1 Post by Alumni »

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

KoreGhost
Developers
Developers
Posts: 123
Joined: 28 Mar 2011, 12:48
Noob?: No
Location: Brazil
Contact:

Re: Method to play a sound when PM'd?

#2 Post by KoreGhost »

Alert Sound Plugin:
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
	}
}

Locked