Welcome to the Builder Academy

Question Small fix for history when adding new channels.

More
04 Aug 2014 11:29 #4971 by Liko
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:
Code:
"gemote",

6. open act.comm.c
7. Search hist_grats and under it add:
Code:
HIST_GEMOTE

8. close and compile.

This should let you easily add new channels and the history without it crashing.

Sincerely,

Liko

Randian(0.0.0)
Owner/Developer

Please Log in or Create an account to join the conversation.

Time to create page: 0.185 seconds