Traning is best done with triggers not alias.
Example, training a spell.
1, Use the mud proficency command to get your trigger line.
prof charactername create food
will return..
Your proficiency at create food is 75%!
2, copy the "Your proficiency at create food is" part into the trigger (not the 75%, as this value will hopefully change
)
3, set the trigger to perform two commands, the seperator in wintin is a ; i believe it is the same in zmud.
c 'create food';prof charactername create food
this will perform two commands visble to the mud, alternating them, thus avoiding spam lock.
4, With this set up you can start it by just typing prof charactername create food. You will show your prof, cast the spll, show prof, cat spell etc etc etc..... when you need to stop the trigger just type sleep...you will get two messags saying you cant do that while sleeping and its done. The best part of doing it with the prof command is that you can literally watch the progress bar advance, helps you feel like your getting somewhere!
Remember, never leave your session running unattended. Full on boting is illegal in FL and if caught you will get slain by an imm, or another player for that matter...if you dont starve to death...
Enjoy 