My Training Script for Rekmud
Hi everyone. As some as you may know, I like to play MUDs and I have been for about 16 years on and off. In my later years one of my favorite types of MUDs to play are Godwars. I enjoy the playing style and the PK *player killing* and I think they’re the most fun and rewarding, entertainment wise. One of the best Godwars muds there is *regardless of other problems it has had or has* is REKMud. The reason being is it’s pretty to look at. The code isn’t too jacked up. However, the most important thing is that there’s a PLAYERBASE. Yes this is the most important thing in any successful mud. Having players to play it!
Here is a training script I made for zmud that works pretty damn well in REKMud. It has aliases and triggers and also all the messages you need to start off your character and do your mastery pretty damn fast. Most people can do them within 1 or 2 hours with this easy and with minimal effort or attention. There are some instances where an improve message will not show, and put a kink in the script. That’s why you got to pay at least some attention to it and check on the progress every now and then. You also have different triggers to enable/disable depending on where you are in your training. I’ll list this as well.
Here is the current version of the script. REKMud Training Script Just click on the link and copy paste the code into a newly created class folder title Training in your Zmud or Zmud compatible client.
Below is notes pertaining to parts of the code with the specific instructions needed for smoother implementation.
#TRIGGER {You go BERSERK and DESTROY EVERYTHING!!} {berserk}
#TRIGGER {Your gesture causes flashing RED lights!} {c peek;c pass;c fly;c iden soul;c magic dummy}
The above lines are for when you’re at the training dummies. The dummies are located east of recall. The berserking trigger is so you keep in combat with the dummies and max your weapons faster. The other trigger is to increase speed of maxing your spells.
#TRIGGER {You are now a grand master with %1 Soul Stabber} {rem stabber;rem stabber;wield pounder;wield pounder}
You’ve got to start off with a soul stabber in order for the script to work. Make sure that before you start weapon training you use the createall alias once for two armed people. Twice for four armed people. If you have four arms make sure to manually go and edit the weapon triggers if you want. I don’t even bother because it finishes fast enough anyways. Also make sure you have two erasers and two spider fangs.
#CLASS {Training|Stance Training}
#TRIGGER {You are now wicked trained in the viper stance} {stance;stance crane}
#TRIGGER {You are now wicked trained in the crane stance} {stance;stance crab}
For stance training you need to start in viper. Set your autostance to viper when you start attacking the dummies. Start with either berserk or the alias kspell. Check on progress periodically to make sure there are no errors. Remember that you need to have 2 billion xp for when you purchase your superstances. So keep that full from the beginning.
#CLASS {Training|Stat Training}
#ALIAS SuperTrain {train slash;train stab;train smash;train beast;train grab;train charm;train heat;train cold;train lightning;train acid;train drain;train voodoo;train hurl;train backstab;train kick;train disarm;train steal;train forge}
#ALIAS kspell {c peek;c fly;c pass;c magic dummy;c iden soul}
#TRIGGER {You examine %1 Soul} {kspell} “” {disable}
#TRIGGER {It costs %1 primal to raise your constitution by one.} {train primal %1;train con;train con}
#TRIGGER {It costs %1 primal to raise your strength by one} {train primal %1;train str;train str}
#TRIGGER {It costs %1 primal to raise your dexterity by one.} {train primal %1;train dex;train dex}
#TRIGGER {It costs %1 primal to raise your wisdom by one.} {train primal %1;train wis;train wis}
#TRIGGER {It costs %1 primal to raise your intelligence by one.} {train primal %1;train int;train int}
#CLASS 0
I quoted this entire one because it’s short. Start off with 2 billion xp. You don’t really need the whole thing but start anyways. Then use the Supertrain alias to finish off all your regular training stuff. After that train up your base stats by typing them. For example train str. Then wait until they’re finished. Then train the next one. It will go very fast and cost the least amount as you’re only training the primal as you need them. The alias kspell is disabled by default. Enable it when you’re training at the dummies. If you have any questions about the script or anything else on the site, please register and leave me your comment/question and subscribe to my feed.

Hey everyone. I’ve UPDATED THE SCRIPT AGAIN!! Last time I dumped the code onto the website it got messed up. Somehow all the weapon and stance trigs were doubled! So if you’ve been using it and been confused by why it didn’t work, or screwed you up, I offer my apologies. It should be fine now. I just have no idea what happened. Enjoy!
blue spell not working….
the blue spell is fly.. if you’re already flying you won’t get a message.. but as long as the blue lights flash you’re good to go.. just like casting peek.. it’s not even a spell but it is in the purple group.. hope this resolves everything
Just another note for everyone. Every once in a while for some classes the message when you max Viper doesn’t show up. So again, a reminder to keep checking your levels, especially right in the beginning.