As expected with the direct interface to sndPlaySound.Runifl wrote:No mp3
[alertsound] plugin - plays sounds on certain events
Moderator: Moderators
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: Sound alerts plugin [win32] - v1.3 [1.9] by Joseph
Re: Sound alerts plugin [win32] - v1.3 [1.9] by Joseph
hi,
Thanks for your valuable information .
Newton
Thanks for your valuable information .
Newton
Re: Sound alerts plugin [win32] - v1.3 [1.9] by Joseph
wow thx for sharing, anyway i search for the command about utils Win32 on perl(because openkore use perl i guess), i found utils::win32::sound. it's different, can u tell me where to find the right utils list that working on openkore. sorry for my english
Sorry, my english is very bad !
Re: Sound alerts plugin [win32] - v1.3 [1.9] by Joseph
Well didn't know that, though it just takes simple convert work and here it goes.EternalHarvest wrote:As expected with the direct interface to sndPlaySound.Runifl wrote:No mp3
Is there any command to stop the sound?
I want to play a sound and e.g. want to pause it 10 seconds afterwards:
something like: do eval Utils::Win32::stopSound ?
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: Sound alerts plugin [win32] - v1.3 [1.9] by Joseph
Kore's playSound would stop the previous sound before playing new one, so try to play empty file or maybe just playSound(undef).stop the sound
Re: Sound alerts plugin [win32] - v1.3 [1.9] by Joseph
Is this still up to date/working with version 2.1?
-
- Noob
- Posts: 11
- Joined: 20 Jul 2008, 09:48
- Noob?: Yes
Re: Sound alerts plugin [win32] - v1.3 [1.9] by Joseph
Hi guys, thanks for sharing this plugin. I would like to ask if this still works currently.
Cheers..
Cheers..
Problem with AlertSound plugin
I read this
http://forums.openkore.com/viewtopic.php?f=34&t=1490
Now the Plugin doesnt play a sound
I made a folder with the name plugins.
Then I have the code saved in alertsound.pl .
In my config.txt i write the code
alertSound 1
alertSound {
eventList public gm chat, public chat
notInTown 1
inLockOnly 1
play D:\Platte\Kram\test.wav
}
alertSound {
eventList emoticon, death, monster Phreeoni, monster Baphomet
notInTown 1
inLockOnly 0
play D:\Platte\Kram\test.wav
}
After I've tested it.
Openkore said : Sound alert: Private Chat
But I do not hear anything
I must have done something wrong
Can any help me please ?
http://forums.openkore.com/viewtopic.php?f=34&t=1490
Now the Plugin doesnt play a sound
I made a folder with the name plugins.
Then I have the code saved in alertsound.pl .
In my config.txt i write the code
alertSound 1
alertSound {
eventList public gm chat, public chat
notInTown 1
inLockOnly 1
play D:\Platte\Kram\test.wav
}
alertSound {
eventList emoticon, death, monster Phreeoni, monster Baphomet
notInTown 1
inLockOnly 0
play D:\Platte\Kram\test.wav
}
After I've tested it.
Openkore said : Sound alert: Private Chat
But I do not hear anything
I must have done something wrong
Can any help me please ?
Re: Problem with AlertSound plugin
Ey, you have set beepDomains 1 in config.txt and installed the macro plugin?
Re: Problem with AlertSound plugin
I forot.
Now i have a error.
Openkore cant load the macro.txt
what do I have to write in?
Now i have a error.
Openkore cant load the macro.txt
what do I have to write in?