18 Jun, 2012, Paath wrote in the 1st comment:
Votes: 0
Here is the deal. I downloaded QuickMUD as a good place to start coding. and the startup script was working. i made some changes in the code and used the "reboot" imm command. Now the startup script wont work, well i get the refuse connection when i try to connect to localhost on the assignet port. Anyone who can help me with this? I tried to delete it all and start over but it doesnt work.
19 Jun, 2012, Oliver wrote in the 2nd comment:
Votes: 0
Try running the actual game file and see what happens?

The command for that should be "./rom" when you're in the "rom/area/" directory.
19 Jun, 2012, plamzi wrote in the 3rd comment:
Votes: 0
Most likely, you made a change after which the game could not boot up normally. If you intend to make changes to the code, it's time to learn how to run it under gdb and debug.
0.0/3