Hello,
While I was trying to add a new channel. I noticed it was always crashing when trying to add to the history. Well it seems tbaMUD missed a channel. You need to add gemote. Here is how to do it:
1. open structs.h
2. search hist_auction and under it add:
Code:
#define HIST_GEMOTE 9
3. change NUM_HIST to 10.
4. open constants.c
5. search auction and under it add:
6. open act.comm.c
7. Search hist_grats and under it add:
8. close and compile.
This should let you easily add new channels and the history without it crashing.
Sincerely,
Liko