MQ2SpawnMaster sound or beep

Fabolous1

New member
Joined
Mar 6, 2010
Messages
10
Reaction score
0
Points
0
Is there a way to make MQ2SpawnMaster give an audible notification on spawn? Like a /beep command or anything?

Thanks.
 
Is there a way to make MQ2SpawnMaster give an audible notification on spawn? Like a /beep command or anything?

Thanks.
No, it does not. You could do it a couple other ways, e.g. MQ2Targets for one. MQ2Events could also do it for you.

If it were me, and I wanted to stick with MQ2SpawnMaster, I'd use MQ2CustomSound. Set up the INI to watch for the spawn string (I think it's something like: MQ2SpawnMaster::SPAWN[time] ... )

So for MQ2CustomSound.ini, could watch for that, or even just part of it, and play whatever sound you want.

http://www.mmobugs.com/wiki/index.php/MQ2CustomSound

htw