Difference between revisions of "Connecting to TFC"

From The Final Challenge Wiki
Jump to navigation Jump to search
(Adding headers, organizing a bit... saving progress)
(Adding atlantis tips)
Line 18: Line 18:
== Mac Clients ==
== Mac Clients ==
===Atlantis Tips===
===Atlantis Tips===
==== Spawns ====
Atlantis allows you to filter the incoming lines and redirect it to a separate window or a "Spawn". 
* Ftell Channel: In the address book create a spawn called 'ftell' and add the following patterns.  This will route all the ftells to a separate window. Set the maximum lines to 100:<br>
** Contains : ftells <br>
** Begins with: You ftell <br>
* Who output: In the address box create a spawn call 'who' and add the following patterns.  This will route the output of the 'who' command to a separate window.  Set the maximum lines to 100:<br>
** Matches regexp: ^(...) \[ (.+) \](.+)
** Matches regexp: ^(.+) players.
** Matches regexp: ^(.+) player.

Revision as of 17:10, 21 January 2011

There are multiple ways to connect to The Final Challenge. Regardless of the connection method, you can reach TFC at:

telnet finalchallenge.net 4000

Java / Web App

The home page at finalchallenge.net has a Java applet that will allow you to connect.

PC Clients

ZMUD and MUSH Client are two command MUD Clients players typically use, you may point your clients to finalchallenge.net port 4000 to connect.

ZMUD Tips

MUSH Tips

Command Prompt / Telnet

You may also use your built in telnet functionality with PCs/Linux and MACs by entering the following syntax into either DOS, or BASH prompt.

Mac Clients

Atlantis Tips

Spawns

Atlantis allows you to filter the incoming lines and redirect it to a separate window or a "Spawn".

  • Ftell Channel: In the address book create a spawn called 'ftell' and add the following patterns. This will route all the ftells to a separate window. Set the maximum lines to 100:
    • Contains : ftells
    • Begins with: You ftell
  • Who output: In the address box create a spawn call 'who' and add the following patterns. This will route the output of the 'who' command to a separate window. Set the maximum lines to 100:
    • Matches regexp: ^(...) \[ (.+) \](.+)
    • Matches regexp: ^(.+) players.
    • Matches regexp: ^(.+) player.