I'm working with ROM 2.4, trying to add a 6th attribute(stat) for the player characters. In this case I am looking to add the stat "CHA" or Charisma.
Was wondering if anyone knew where I need to make changes outside of the stat definitions in merc.h and the race tables in const.c. I added a new stat define, increased MAX_STAT by 1, then added a new value to the race tables and the MUD was giving me a bad format error in the logs.
Not really sure what to do, have been looking for some reference material online and in the ROM docs and am not finding the answer.
Thanks in advance!
Was wondering if anyone knew where I need to make changes outside of the stat definitions in merc.h and the race tables in const.c. I added a new stat define, increased MAX_STAT by 1, then added a new value to the race tables and the MUD was giving me a bad format error in the logs.
Not really sure what to do, have been looking for some reference material online and in the ROM docs and am not finding the answer.
Thanks in advance!