Did you ever run out of new zones? That is, you want to add another cool room, but yoru don't any spare rooms. So, you got to go to lib/world/wld, add a new .wld file, then add that file to index, then add a file to lib/world/zon, and then modify index again, etc. Oh, after that you need to reboot mud and load those new zones. To make this procedure less annoying, I wrote a simple bash script which will do it for you. Put the script in your lib/world directory and start it by ./makezones.sh for example, ./makezones.sh 250 260 You WILL need to provide template files (names below) in the associated directories. I call them n.wld/n.zon/n.mob I provided n.wld sample, but you'll have to make n.zon and n.mob yourself. The file format for those files is quite different for ROTS. This script is written for CircleMud 2.X Prami @ ROTS (Return of the Shadow) www.rots.org