a few problems

Posted by Darkflame on Sun 27 Jan 2002 10:04 PM — 3 posts, 14,147 views.

#0
first is with my mud when i go into cygnus to get it to run
it shows the command and does nothing here is what it looks like

/cygdrive/c/mysticalrealms/tmud/area
$ ../src/myst.exe

second problem is for whenever i fix it i want to know how to change my port right now its 4000 but i want to change it.
#1
Also id like to know how to take the colors out of your equipment show list like when the word on your eq list says [wielding] all in these colors i want to take them out.
Australia Forum Administrator #2
Have you changed the makefile to rename the server? If not, I would be running:


$ ../src/rom.exe


To change the port you add it to the command line, eg.


$ ../src/rom.exe 4567


As for colours, you would need to change the source to do that.