|
Okay, I run a Rom. The who listing for a char looks like this:
+[90 Demon Fig] Name, title.
+ being pkset, 90 level, demon race, fighter class, so on and so forth.
Now, Demon is just colored dark Cyan. I wanted to make it so the different races had different colors, like Demon would be darkred, and brightred on the o, then darkred on the n. I tried putting this in const.c, and then when I compile and reboot and type who, all I get is 'Demo' then I tried switching the bright to the m, then I just get 'Dem' I figured maybe I was going over the amount of characters I was allowed to have, so I went into merc.h and upped 'who_name[7]' to 'who_name[8]' and it worked for one letter, so I was like hey, It should work if I up it to 9, so I did, and then when I tried to log in, the mud crashes.
So...anyone know how to get this working? This is a pain in the butt, I dont get why who_name[8] will work and who_name[9] wont. Its a char type of variable, and not an int.
|