simple question

Posted by Gorock on Sun 30 Oct 2005 04:31 PM — 3 posts, 17,141 views.

#0
when i make a new race or class in mud.h am i suppose to add RACE_SHADOW after all the other racesunder the category /* the races*/ and if i make a new class am i suppose to put it in mud.h as well
#1
and also (forgot to ask) how to i add to the mac classes and races because i want more then what it shows i can have
USA #2
Just grep your src folder for one of the classes you already have and add your new class in all the same places similiar to the ones that are already there, and then in mud.h look for MAX_CLASS and add one to max classes and max npc classes and you should be ok.. of course, you still also need the class itself in the classes folder and it's file name has to be added to the class.lst file in that folder too. Now, if you have't already exceeded the max classes, you should be able to just create your new class online truthfully.