Totally agree with that, it's the first thing to change in that file, this is what's there:
/* Names first */
const char *class_abbrevs[] = {
"Ch",
"Hu",
"Ro",
"Wa",
"\n"
};
const char *pc_class_types[] = {
"Channeler",
"Hunter",
"Rogue",
"Warrior",
"\n"
};
/* The menu for choosing a class in interpreter.c: */
const char *class_menu =
"\r\n"
"Select a class:\r\n"
" [\t(H\t)]unter\r\n"
" [\t(R\t)]ogue\r\n"
" [\t(W\t)]arrior\r\n"
" [\t(C\t)]hanneler\r\n";
However, the class when you stat or whois is coming up as "Channeller" (the bad old mis-spelling, should be Channeler) and "the female channeller" (where it was changed to remove male or female, and changed to just 'channeler').
I've gone through every file listed in my first post and every one of the old mis-spellings was changed, and the titles were changed. However, even at character creation those old mis-spellings and old titles are automatically filling in.
I feel like I'm missing something fundamental. Any more ideas? (other than banging my head against the wall, which is oddly soothing...)
Will you stand against the coming Storm? After the Breaking: STORMRIDERS MUD - atbmud.dune.net port 4000