- Posts: 217
- Thank you received: 22
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Rumble wrote: Follow this thread from the old forums.
old.tbamud.com/forum/thread/1217
We could use an updated patch if anyone has done it lately. You'll need to take the posted code (same as the broken 363 link) and pull the races.c and races.h from the tbaraces-3.1.tar. If you have problems just ask.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Papaya Pete wrote: Great, thanks for pointing my compass! I took a look at that old link you provided and tried patching it in. It got to the interpreter.c file and had issues with this set of code:
write_to_output(d, "%s\r\nRace: ", race_menu);
STATE(d) = CON_QRACE;
break;
case CON_QRACE:
load_result = parse_race(*arg);
if (load_result == RACE_UNDEFINED) {
write_to_output(d, "\r\nThat's not a race.\r\nRace: ");
return;
} else
GET_RACE(d->character) = load_result;
This is the error it gives me when I attempt to make.
interpreter.c:1603:16: error: ‘CON_QRACE’ undeclared (first use in this function)
Any ideas on how to tackle this?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
tbaMUD © 2024