Skip to content
Sean Proctor edited this page Jan 16, 2025 · 14 revisions

Lich acts as a mediator between a frontend and the server. It just requires a client to be able to specify a host, port, and key on the command line (which Warlock can do), or to be able to connect to a custom server (which Warlock can't do).

To use Warlock with Lich, follow these steps:

  1. Launch the Lich5 launcher in your normal manner.
  2. Choose the "Manual Entry" tab
  3. Fill out your username & password and click connect
  4. Select the character of your choosing.
  5. Leave client selection on "Stormfront|Wrayth"
  6. Check "Custom launch command" checkbox and then enter in the command entry appropriate for your OS below:
  • Linux - /opt/warlock3/bin/warlock3 --host localhost --port %port% --key %key%
  • Windows - warlock3 --host localhost --port %port% --key %key%
  • MacOS - /Applications/Warlock3.app/Contents/MacOS/Warlock3 --host localhost --port %port% --key %key%
  1. Leave the working directory entry blank.
  2. Hit Play

Warlock should launch and connect to the game.

Lich commands don't play nicely with our type ahead limiter. You will either need to set the type ahead to 0 (in Settings > General, select the specific character to modify), or an an alias of ;.* to /send $0.

Clone this wiki locally