I have been using mushclient for years. Was glad when you made it freeware. Many people have suggested that i move to their clients. But when I find something I like, I stick with it.
Now I am curious about learning lua.
I can use trigger and Aliases.
basically
alias k *
send
kill %1
and trigger
*You are thirsty.*
send drink barrel but I want to do more.
Though these have work for me since 2000.
I am anxious to learn Lua.
On my mud, people have written scripts for users of their individual clients.
But I see nothing for mush. So I have come straight to the horse, to get a better understanding of coding plus some coding conversions and explanations.
Here is my first question.
Some one made this script to play all of the bard songs possible, just by entering this code somewhere.
simple lil alias for all non avatar bard songs... if you need one
#CLASS {BardSongs}
#ALIAS ssoul {sing 'sanctuary for the soul'}
#ALIAS gwar {sing 'gods of war'}
#ALIAS flames {sing 'flames at midnight'}
#ALIAS cav {sing 'cry of the avatars'}
#ALIAS oghams {sing 'oghams psalm of discipline'}
#ALIAS rina {sing 'rina cruinne'}
#ALIAS bro {sing 'brothers in arms'}
#ALIAS lion {sing 'lion chorus}
#ALIAS bshad {sing 'beyond the shadows'}
#ALIAS hero {sing 'march of the heroes'}
#ALIAS fare {sing 'fare thee well'}
#ALIAS regen {sing 'dreams of the castle'}
#ALIAS dotm {sing 'dance of the many'}
#ALIAS mstar {sing 'hymn of the morning star'}
#ALIAS sacrep {sing 'sacred reprieve'}
#ALIAS hdir {sing 'haunted dirge'}
#ALIAS roc {sing 'reign of confusion'}
#ALIAS wos {sing 'wall of sleep'}
#ALIAS aye {sing 'eye of the beholder'}
#ALIAS sidhe {sing 'call of the sidhe'}
#ALIAS art {sing 'hymn of an artisan'}
#ALIAS luck {sing 'dance of the seven luck gods'}
#CLASS 0
Where would i enter this code on a mushclient 4.19
What changes would I have to made to made it work in Lua.
Now I am curious about learning lua.
I can use trigger and Aliases.
basically
alias k *
send
kill %1
and trigger
*You are thirsty.*
send drink barrel but I want to do more.
Though these have work for me since 2000.
I am anxious to learn Lua.
On my mud, people have written scripts for users of their individual clients.
But I see nothing for mush. So I have come straight to the horse, to get a better understanding of coding plus some coding conversions and explanations.
Here is my first question.
Some one made this script to play all of the bard songs possible, just by entering this code somewhere.
simple lil alias for all non avatar bard songs... if you need one
#CLASS {BardSongs}
#ALIAS ssoul {sing 'sanctuary for the soul'}
#ALIAS gwar {sing 'gods of war'}
#ALIAS flames {sing 'flames at midnight'}
#ALIAS cav {sing 'cry of the avatars'}
#ALIAS oghams {sing 'oghams psalm of discipline'}
#ALIAS rina {sing 'rina cruinne'}
#ALIAS bro {sing 'brothers in arms'}
#ALIAS lion {sing 'lion chorus}
#ALIAS bshad {sing 'beyond the shadows'}
#ALIAS hero {sing 'march of the heroes'}
#ALIAS fare {sing 'fare thee well'}
#ALIAS regen {sing 'dreams of the castle'}
#ALIAS dotm {sing 'dance of the many'}
#ALIAS mstar {sing 'hymn of the morning star'}
#ALIAS sacrep {sing 'sacred reprieve'}
#ALIAS hdir {sing 'haunted dirge'}
#ALIAS roc {sing 'reign of confusion'}
#ALIAS wos {sing 'wall of sleep'}
#ALIAS aye {sing 'eye of the beholder'}
#ALIAS sidhe {sing 'call of the sidhe'}
#ALIAS art {sing 'hymn of an artisan'}
#ALIAS luck {sing 'dance of the seven luck gods'}
#CLASS 0
Where would i enter this code on a mushclient 4.19
What changes would I have to made to made it work in Lua.