I believe that it is not really possible to add extra classes to a race beyond what they would normally have because all of the character creation is done client side and then submitted to the server. The server then runs a verification of the submitted character. You can take classes off the list by denying them during the verification step but they will show as legal to the user until they finish the character and get an error message.
So there really is no way to do it server side however if you can find a config file or something in the EQ directory that controls this you can distribute a changed version to your players, like some servers do for custom spells. Even if there is no config file for it it is theoretically possible to use a hex editor to turn them on in the exe file since they are simply true or false values. But you would have to be experienced at this to be able to do it.
|