-
Notifications
You must be signed in to change notification settings - Fork 3
Lich support
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:
- Launch the Lich5 launcher in your normal manner.
- Choose the "Manual Entry" tab
- Fill out your username & password and click connect
- Select the character of your choosing.
- Leave client selection on "Stormfront|Wrayth"
- 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%
- Leave the working directory entry blank.
- 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
.