-
Notifications
You must be signed in to change notification settings - Fork 177
First Time Setup
Briarleigh edited this page Jun 20, 2022
·
91 revisions
- Steps for new installs using Wrayth (formerly known as Stormfront)
- download Ruby4Lich5.exe from github
- Run the installer you just downloaded (new lich5 folder should be placed on your desktop)
- Copy your lich5 folder from your desktop.
- Navigate to c:\ruby4lich5\ and paste your lich5 folder.
- Log into DR using the lich launcher (double click the lich.rbw in the lich5 folder, can make a shortcut to your desktop if you want)
- Wait until it's all done. It will say "All Done!".
- Log out and then Log back into game - Done.
- When the above is all done... consider the following
-
;jinx install script lnet --repo=elanthia-online
Will install the lnet script, which allows you to use;chat
in game-
;autostart add lnet
Will add lnet to that character's autostart list -
;autostart add --global lnet
Will add lnet to all character's autostart lists
-
-
;setupaliases
this will set up common commands that you can use, such as typingmap
to bring up narost, andcc
to check your circle requirements - If you are just coming back from a long time away, make sure monsterbold is set. run
SET MONSTERBOLD
- We have some sample config files in Samples. They're named by class, and some folks have kindly shared the yamls they use. Use named yamls with care. The Samples are very good...
- You might want to add some scripts you download to run automatically when you log in:
-
;e autostart('script-name')
will start it for all of your characters -
;e autostart('script-name', false)
will start it for only this character -
;e echo(list_autostarts)
will show you the files being autostarted on a given character -
;e stop_autostart('script-name')
will remove an autostarted file from the list -
;e autostart(['textsubs', 'roomnumbers'])
to add many scripts at once. This one is highly recommended for every person to run. - Detailed autostart documentation
-
- Type
;links
to see links to other helpful resources, including this guide.