Hi, I'm familiar with C and C++ but I'm totally new to trying to run a ROM 2.4 MUD. I have the code compiled and I have a .exe file that works. The problem comes in when I run the .exe. It gives me the messages:
[*****] BUG: fix_exits: 3458:2 -> 3472:0 -> 10401
for a few exits. I can open the .are files to edit the exits, but I'm unsure what the syntax is for doing this.
The exit from the above bug reads:
#3458
The Catacombs~
Stone walls, musty air ... the earth seems to moan softly.
~
0 ADN 0
D0
~
~
0 0 3457
D2
You see unfathomable blackness to the south ...
~
~
0 -1 3472
D3
Too dark to tell.
~
~
0 -1 3459
S
I realize the part that says "0 -1 3472" is probably wrong but I'm not sure what to change it to in order to fix the bug. Sorry for the length of the post. If anyone could post feedback I'd greatly appreciate it.
[*****] BUG: fix_exits: 3458:2 -> 3472:0 -> 10401
for a few exits. I can open the .are files to edit the exits, but I'm unsure what the syntax is for doing this.
The exit from the above bug reads:
#3458
The Catacombs~
Stone walls, musty air ... the earth seems to moan softly.
~
0 ADN 0
D0
~
~
0 0 3457
D2
You see unfathomable blackness to the south ...
~
~
0 -1 3472
D3
Too dark to tell.
~
~
0 -1 3459
S
I realize the part that says "0 -1 3472" is probably wrong but I'm not sure what to change it to in order to fix the bug. Sorry for the length of the post. If anyone could post feedback I'd greatly appreciate it.