Difference between revisions of "Msp"
From Alter Aeon Wiki
m (category) |
|||
(One intermediate revision by the same user not shown) | |||
Line 17: | Line 17: | ||
!!SOUND(spell/sanctuary.wav R=26) | !!SOUND(spell/sanctuary.wav R=26) | ||
==See Also== | ==See Also== | ||
Line 22: | Line 23: | ||
* [http://alteraeon.com/articles/alter_aeon_msp_protocol.html alter aeon msp article] | * [http://alteraeon.com/articles/alter_aeon_msp_protocol.html alter aeon msp article] | ||
* [http://alteraeon.com:8080/help?helpfile=msp alter aeon msp helpfile] | * [http://alteraeon.com:8080/help?helpfile=msp alter aeon msp helpfile] | ||
* [http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=783 article which gives a basic starting point on how to implement msp using mushclient] | |||
[[Category: | [[Category:Sound]] | ||
[[Category:Client]] |
Latest revision as of 17:58, 11 April 2016
msp stands for mud sound protocol and is used to provide a method for clients to play sounds from a mud. Alter aeon supports a limited version of msp.
Commands
set msp on
!!SOUND(Off U=http://www.alteraeon.com/soundpack/wav_v1/)
MSP mode is now enabled.
set msp off
MSP mode disabled.
Example
!!SOUND(spell/sanctuary.wav R=26)