I believe that what Zeno's trying to get you to do to determine if it's a problem in your mud would be best explained by typing
color
all by itself and hitting enter on your mud, it should output a set of syntax messages and a bunch of pretty colored labels, what you're really looking for though is the line that reads:
Syntax: color _reset_ (Resets all colors to default set)
This means that you should type
color _reset_
and then hit enter and see if it fixes the problem and then let us know the results.
-=Conner=-
--
Come test your mettle in the Land of Legends at telnet://tcdbbs.zapto.org:4000
or, for a little family oriented medieval fun, come join us at The Castle's Dungeon BBS at telnet://tcdbbs.zapto.org
or, if you just want information about either, check our web page at http://tcdbbs.zapto.org
Is the foreground color set to white in the MUD client? If you have background as black and foreground as black, then it's no surprise that the text is all black. :-)
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
ANSI works by sending escape sequences to the client. It's kind of like HTML except that it doesn't work with tags, it works with modes. E.g., you send "turn on red mode" and things stay red until you change the mode.
I have never used the MUDMagic client but I would be surprised if it couldn't handle colors unless you have your local color settings set up oddly, so that foreground is black or something. I would try using another client, like, oh, MUSHclient. :-) Then see if it works. If it does, you know that the problem is your client. If it doesn't, the problem is on the server.
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.