Skip to content
Ryan P. McKinnon edited this page Dec 18, 2024 · 22 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. (GS4 not supported currently)
  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 - Use Linux but confirm location of warlock3 path.
  1. Leave the working directory entry blank.
  2. Hit Play

Warlock should launch and connect to the game.

Clone this wiki locally