In Mud.h i have changed
MAX_ABILITY to 11 to accommodate the new class.
and
#define MEDICAL_ABILITY 10
I have opened Const.c and added :
const char *const ability_name[MAX_ABILITY] = {
"Combat", "Piloting", "Engineering", "Bounty Hunting", "Smuggling", "Politician", "Force", "Slicer", "Assassin",
"Technician", "Medical"
};
I Make Clean(ed) on the server, I then Make
I startup the server.. go in and i see in score, all the classes that were there before but also a:
(null) level: 1 of 200 exp: 0
Am i missing something?