Here are a few MUD clients:
TinyFugue (UN*X
or OS/2 - my favorite)
MUD.el
(UN*X using emacs - Nuts' choice)
Pueblo (95 or win3.1 - best
client for worst OS ;-)
zMUD (95 or win3.1)
GMUD (Windoze)
MUDDweller (Mac)
MacMOOSE
(Mac)
WinWorld (Windoze)
SimpleMU (95 or
win3.1)
Autumn (win3.1)
You also might want to look at MUD Clients and Servers FAQ, MOO/MU** Clients, or MacOS MUD Clients.
[under construction. mail us if you use a cool one.]
If you support Java, you can save downloading time by using a nice Java client. If you dont download Netscape with Java.
ircII/ircDough:
| /ctcp <yourself> DCC CHAT CHAT 3351983365 2020 |
mIRC:
| //raw privmsg $me : $+ $chr(1) $+ DCC CHAT CHAT $longip(192.115.77.150) 2020 $+ $chr(1) |
Once you get your software set up telnet (or whatever) to moo.afterdark.co.il port 2020 and at the login screen type:
| connect guest |
Hopfully, you're in!
You should turn on the "Local Echo" in your client. Though some people prefer not seeing the things they type.
Try looking in your client's options to enable the BS. Try using DEL. Try using Ctrl-H. Try using a combination of Ctrl Alt or Shift with DEL or BS (Note: Ctrl-BS seems to work alot. Also on some computers Ctrl-Alt-DEL will not work well as a backspace). If nothing seems to work get a new client or learn to type.
If you cannot scroll back, get a new client, or type:
| @pagelength <NUM> |
Where NUM is the length of your screen (25 lines in text mode). This way, the MOO will limit the lines sent to your client, and to see the remaining lines use:
| @more |
To turn off page buffering use:
| @pagelength 0 |
(Note: It's better to get a new client).
If your client cannot support word wrap, get a new client, or type:
| @wrap on @linelength <NUM> |
Where NUM is the width of your screen (80 charcters in text mode). To turn off word wrap use:
| @wrap off |
(Note: @wrap sucks, get a new client)
Cut n' paste, editing, command history, macros, multitasking, scripts, and other goodies - all come with the client, and operating system you use.
Suspending Telnet:
Either by Ctrl-Z (suspends a task) or Ctrl-] to go to the telnet command
line:
| "BRB, getting a file. You say, "BRB, getting a file." ^] telnet>z [1]+ Stopped telnet moo.afterdark.co.il 2020 machshevool/~$ jobs [1]+ Stopped telnet moo.afterdark.co.il 2020 machshevool/~$ /*....do all your multitasking....*/ machshevool:~$ jobs |