Lich:Software: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
(48 intermediate revisions by 12 users not shown)
Line 1: Line 1:
<div class="alert alert-info"><center>'''{{mono|;TUNE TOWNCRIER }}to join the TownCrier channel and get GS news and tips every five minutes. There is no chat on this channel.'''</center></div>
=About=

'''The Lich''' is third-party software that expands on both [[Wizard (front end)|The Wizard]] and [[StormFront]], allowing players to script using the Ruby Programming Language, a high-level programming language with almost limitless capability. The program comes bundled with several scripts, such as scripts that calculate a character's [[redux]], move from any location to another within a database, walk through an area until a creature is found, and spell up a character using all available spells. Also, there is a repository that allows for the quick, easy downloading of user-made scripts through The Lich, itself. Scripts can range from being very simple to quite advanced; for example, there is a script, titled xpSF, that modifies the experience window in StormFront to display additional information about the character's experience level that updates itself when experience is gained.
==About==
<section begin=About />
'''The Lich''' is third-party software that expands scripting capabilities on Simutronics front end clients ([[Wizard (front end)|The Wizard]] and [[StormFront]] for Windows users, and [[Avalon]] for Mac OS X users), allowing players to script using the Ruby Programming Language, a high-level programming language with almost limitless capability. The program comes bundled with several scripts, such as scripts that calculate a character's [[redux]], move from any location to another within a database, walk through an area until a creature is found, and spell up a character using all available spells. Also, there is a repository that allows for the quick, easy downloading of user-made scripts through The Lich, itself. Scripts can range from being very simple to quite advanced; for example, there is a script, titled xpSF, that modifies the experience window in StormFront to display additional information about the character's experience level that updates itself when experience is gained. <section end=About />

<div {{prettydiv}}>

<CENTER>{{boldmono|<tt>Quick Start Guides</tt>}}</CENTER>

'''Windows 7 / 8''' - Video guide from Ordim at [https://www.youtube.com/watch?v=jfbtfYM11II YouTube].

'''Windows 10''' - Download the [http://bit.ly/Win10-Lich-Installer Installer].

'''Linux''' - [[Lich_(software)#Chromebook_&_Debian_variants|Installation - Lich (software)]]

'''Mac''' - [[Mac Installation - Lich (software)|Installation - Lich (software)]]
</div>


===What is "The Lich"?===
===What is "The Lich"?===
Line 12: Line 28:
The Lich program, absent of any scripts, doesn't appear to do much of anything (besides allow you to alias commands in the game). What Lich is doing behind the scenes allows you to use pretty powerful scripts, such as:
The Lich program, absent of any scripts, doesn't appear to do much of anything (besides allow you to alias commands in the game). What Lich is doing behind the scenes allows you to use pretty powerful scripts, such as:


* '''[[Script Go2 | go2]]''': This script makes long and short journeys easy. It is powered by a database of 18,677 rooms with 42,695 known movements connecting those rooms (as of 10-2-2010, for Gemstone IV). Some of those movements include tasks such as navigating a mazes, dealing with slippery ice, or waiting in line to use a rope bridge. It includes a large list of common locations in each town, and takes you to the closest one. For example typing ";go2 bank" will take you to whatever bank is closest to you.
* '''[[Script Go2 | go2]]''': This script makes long and short journeys easy. It is powered by a database of 18,677 rooms with 42,695 known movements connecting those rooms (as of 10-2-2010, for Gemstone IV). Some of those movements include tasks such as navigating mazes, dealing with slippery ice, or waiting in line to use a rope bridge. It includes a large list of common locations in each town, and takes you to the closest one. For example typing ";go2 bank" will take you to whatever bank is closest to you.
* '''[[Script Narost | narost]]''': This script pops up a window to show you which room you a in on a map. The script originally used only Tsoran's maps, but since those are becoming increasingly outdated, new maps are being created and added to narost. The script continues to show you what room you are in as you move around, changing maps as needed. It allows you to click on a room to make the go2 script take you there, and some other things.
* '''[[Script Narost | narost]]''': This script pops up a window to show you which room you are in on a map. The script originally used only Tsoran's maps, but since those are becoming increasingly outdated, new maps are being created and added to narost. The script continues to show you what room you are in as you move around, changing maps as needed. It allows you to click on a room to make the go2 script take you there, and some other things.
* '''infomon''': This script is responsible for tracking any useful information that the main Lich program doesn't. The most useful thing it tracks is the spells that are on you, and their remaining time. It also keeps track of other peoples spell ranks that use Lich, to give more accurate spell tracking.
* '''[[Script Infomon | infomon]]''': This script is responsible for tracking any useful information that the main Lich program doesn't. The most useful thing it tracks is the spells that are on you, and their remaining time. It also keeps track of other peoples spell ranks that use Lich, to give more accurate spell tracking.
* '''[[Script LNet | lnet]]''': This script is a simple chat script that allows you to chat with other people using Lich. It is a great source of help for those new to Lich. It also allows scripts to transfer information to other characters (disabled by default) to allow, for example, a spellup script (waggle) to know exactly how many casts of what spells another character needs.
* '''[[Script LNet | lnet]]''': This script is a simple chat script that allows you to chat with other people using Lich. It is a great source of help for those new to Lich. It also allows scripts to transfer information to other characters (disabled by default) to allow, for example, a spellup script (waggle) to know exactly how many casts of what spells another character needs.
repository: This script allows you to upload and download scripts from the Lich server. There are many, many more scripts available for tasks big and small.
* '''[[Script Repository | repository]]''': This script allows you to upload and download scripts from the Lich server. There are many, many more scripts available for tasks big and small.


In addition to the powerful Ruby scripts, Lich can run most WizardFE/Stormfront scripts unaltered. This allows you to use the scripts you already have, but since Lich is running them, you can have any number of them going at once. However, learning a little Ruby goes a long way. Scripts that take a hundred lines in WizardFE/Stormfront can usually be rewritten as a dozen or so lines in Ruby, and work much better.
In addition to the powerful Ruby scripts, Lich can run most WizardFE/Stormfront scripts unaltered. This allows you to use the scripts you already have, but since Lich is running them, you can have any number of them going at once. However, learning a little Ruby goes a long way. Scripts that take a hundred lines in WizardFE/Stormfront can usually be rewritten as a dozen or so lines in Ruby, and work much better.


===What operating systems does it work with?===
===What operating systems does it work with?===
Starting in version 3.58, Lich is written completely in Ruby. This means it should it should run on any platform that can run the Ruby interpreter. Lich is developed on Linux, but the majority of the user base uses Windows (XP, Vista, Win7).
Starting in version 3.58, Lich is written completely in Ruby. This means it should it should run on any platform that can run the Ruby interpreter. Lich is developed on Linux, but the majority of the user base uses Windows (XP, Vista, Win7, Win8).


=Installation=
==Installation==
Although Lich is most commonly used on Windows, it can indeed be installed and is used on Linux and Mac machines alike. The beauty of Lich is that once installed, the interface and all the scripts run similar to all platforms. For instructions on installing Lich in its current state, please see the following information based on the operating system you are using.
All the following instructions are pulled from [http://lichproject.org/ Tillmen's Lich] update website. Please visit his site for the latest downloads and instructions on how to install Lich.


==Windows==
===Windows===
'''For Windows 7 / 8''': Go to Tillmen's website and head to the [http://lichproject.org/download.html Downloads] page. There is a step-by-step video guide from Ordim to go along with Tillmen's page at [https://www.youtube.com/watch?v=jfbtfYM11II YouTube].
===Windows + Stormfront/WizardFE + Lich===


'''For Windows 10''' users: you can download the [http://bit.ly/Win10-Lich-Installer Installer] and install everything you need automatically. Always remember to back up existing Lich / Simutronics files. '''''This installer may also work for some Windows 7 / 8 users, but caution is advised'''''.
# Download and install the [http://www.play.net/software/lnchInst.exe Simutronics Launcher] if it is not already installed.
# Download and install [http://lichproject.org/download.html Ruby 1.8.6].
# Download and '''extract''' [http://lichproject.org/download.html lich-4.2.7.zip].
# Double-click on lich.rbw
# Log in using Lich's game entry.


===Mac OS X===
'''Optional''':
For instructions on installing on a Mac, see [[Mac Installation - Lich (software)]].
# Download and install the [http://www.play.net/software/sg32inst.exe Simutronics Game Entry] if it is not already installed.
# Double-click on lich.rbw
# Click on the install tab.
# Click the install button.
# Log in use the Simutronics Game Entry.


===Chromebook & Debian variants===
===Windows + Stormfront + Lich + PsiNet===
The following steps should install Lich and Profanity for users of Debian/Chromebooks. Profanity a the terminal-based Front-End that will let you play the game (in lieu of The Wizard or Stormfront).
# Uninstall PsiNet if it is installed.
# Download and install the [http://www.play.net/software/lnchInst.exe Simutronics Launcher] '''even if it's already installed'''. This will help clean up the typical case of PsiNet not uninstalling completely.
# Download and install the [http://www.play.net/software/sg32inst.exe Simutronics Game Entry] if it is not already installed.
# Download and install [http://lichproject.org/download.html Ruby 1.8.6].
# Download and '''extract''' [http://lichproject.org/download.html lich-4.2.7.zip].
# Double-click on lich.rbw
# Click on the install tab.
# Make sure the "Use PsiNet compatible install method" is checked.
# Click the install button.
# Install PsiNet.
# Log in using the Simutronics Game Entry.


Update the list of available software and make sure some requirements are installed:
===Windows + WizardFE + Lich + PsiNet===
<!-- don't think I'm gonna include this stuff but might as well not delete it.
# Uninstall PsiNet if it is installed.
:<small>sudo: as a super-user</small>
# Download and install the [http://www.play.net/software/lnchInst.exe Simutronics Launcher] '''even if it's already installed'''. This will help clean up the typical case of PsiNet not uninstalling completely.
:<small>apt-get: Debian's software repository</small>
# Download and install the [http://www.play.net/software/sg32inst.exe Simutronics Game Entry] if it is not already installed.
::<small>-y: answer all questions yes</small>
# Download and install [http://lichproject.org/download.html Ruby 1.8.6].
-->
# Download and '''extract''' [http://lichproject.org/download.html lich-4.2.7.zip].
<pre>
# Double-click on lich.rbw
sudo apt-get -y update
# Click on the install tab.
sudo apt-get -y install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3 libgdbm-dev libsqlite3-dev unzip
# Make sure the "Use PsiNet compatible install method" is checked.
</pre>
# Click the install button.
# Put a file named fakestormfront.txt in your Lich directory. (The directory containing lich.rbw)
# Install PsiNet.
# Log in using the Simutronics Game Entry and '''select Stormfront as your frontend'''. (Yes, select Stromfront even though you want to use the WizardFE. We have to trick PsiNet into connecting to the right server.)


Install '''<tt>[https://github.com/rbenv/rbenv rbenv]</tt>''', a Ruby version manager. Add it to the <tt>PATH</tt> so that it will work outside of its own directory, and set it up to work when you launch the shell (terminal):
==Linux==
<pre>
===Ubuntu + Stormfront/WizardFE + Lich===
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
Download and install the [http://www.play.net/software/lnchInst.exe Simutronics Launcher] using WINE if it is not already installed.
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
</pre>


Run the shell's launch script now to enable those two changes and get rbenv working:
The ruby-gtk bindings in the Ubuntu repository don't work with Lich for some reason, so you'll have to compile them yourself. It's pretty simple, just open a terminal and enter the commands below. Some of the commands will prompt you for something or other.
<pre>
source ~/.bashrc
</pre>


Download the tools to let rbenv install Ruby on its own, then install Ruby 2.5.1 and set it to be our default version of Ruby system-wide:
(update: Compiling the ruby-gtk bindings yourself may not be needed anymore. If you try the ruby-gtk bindings from the Ubuntu repositoy, let me know if it works or not. Also, check to see if your processor is stuck at 100% while using them.)
<pre>
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
rbenv install 2.5.1 -v
rbenv global 2.5.1
</pre>


Tell Ruby not to create documentation for its gems (plugins/packages) unless asked, because it takes a long time and they are available online. Then install the dependencies for Lich and Profanity:
* sudo apt-get install ruby libopenssl-ruby build-essential checkinstall ruby-dev libgtk2.0-dev
<pre>
* wget http://sourceforge.net/projects/ruby-gnome2/files/ruby-gnome2/ruby-gnome2-0.19.3/ruby-gtk2-0.19.3.tar.gz/download
echo "gem: --no-document" > ~/.gemrc
* tar -xf ruby-gtk2-0.19.3.tar.gz
gem install sqlite3 gtk2 curses
* cd ruby-gtk2-0.19.3
</pre>
* ruby extconf.rb
* make
* sudo checkinstall
* cd ..
* wget http://lichproject.org/download/lich-4.2.7.zip
* sudo apt-get install p7zip-full
* 7z x lich-4.2.7.zip
* cd lich
* mv lich.rb{w,}
* chmod u+x lich.rb
* ./lich.rb


Install Lich and Profanity:
==Mac==
<pre>
===Mac + Avalon + Lich===
curl --remote-name https://lichproject.org/download/lich-4.6.49.zip
# You may need to install Xcode in order to use MacPorts. You can find the Xcode install package in the "Optional Installs" folder on your OS X Install DVD.
unzip lich-*.zip
# Follow part 1 and Part 2 of [http://davidbaumgold.com/tutorials/wine-mac/ this guide to install MacPorts].
git clone https://github.com/matt-lowe/ProfanityFE.git
# Open a terminal and type the following to install Ruby with GTK bindings:
</pre>
sudo port install rb-gnome
# Download and extract [http://lichproject.org/download.html lich-4.2.7.zip].
# Run Lich using one of these commands:
## sudo ruby lich.rbw --gemstone --avalon
## sudo ruby lich.rbw --gemstone --platinum --avalon
## sudo ruby lich.rbw --shattered --avalon
# Log in using Avalon. (After starting Lich, you have two minutes to log in before it times out.)
Note: Avalon needs an update to connect to Shattered. If Simu hasn't done it by the time you read this, here's how to do it yourself (as posted by Naos):


==F.A.Q.==
# Quit any instances of Avalon you have launched. You will need to update all copies that you may have downloaded or created.
# Locate your Avalon.app application bundle using Finder -- I expect it lives in most people's Applications folder.
# Select the application bundle in Finder, Control-Click (or Right-Click) on the icon, and select Show Package Contents from the context menu. (If you don't see this option in the context menu, you can try clicking on the toolbar button with a gear icon, which should give you a similar menu with the option.)
# Open the Contents folder. Open the Resources folder. You should see a list of file including "Custom Games.plist" -- this is the file of interest.
# Open the Text Edit application. It should be located in your Applications folder.
# Drag the "Custom Games.plist" file onto the dock icon for Text Edit -- this will open the file using Text Edit.
# The file is a plain text file that stores a list of games to display in an XML format. You will be adding two lines to this file.
# Find the following two lines:
: <string>GS3</string>
: <string>GS4D</string>
# You want to insert a line between these two so that your file looks like this:
: <string>GS3</string>
: <string>GSF</string>
: <string>GS4D</string>
# Find the following two lines:
: <string>GemStone IV</string>
: <string>GemStone IV Development</string>
# You want to insert a line between these two so that your file looks like this:
: <string>GemStone IV</string>
: <string>GemStone IV Shattered</string>
: <string>GemStone IV Development</string>
# Save the file. You're done!
# If you have multiple copies of Avalon that you are updating, you can copy the file you just modified and replace the unmodified version in your other copies of Avalon. Just follow steps 2-4 to find the files.

=F.A.Q.=
'''Q: Where did my inventory windows go?'''
'''Q: Where did my inventory windows go?'''
: A: If you use inventory windows in Stormfront, you’ll find they have disappeared the first time you run Lich on each character. Lich hijacks the setting to provide container contents to scripts. In doing so, it’s unable to tell what the setting was to start with, so it turns it off (from Stormfront’s point of view). Just type “set inv on” to turn it back on.
: A: If you use inventory windows in Stormfront, you’ll find they have disappeared the first time you run Lich on each character. Lich hijacks the setting to provide container contents to scripts. In doing so, it’s unable to tell what the setting was to start with, so it turns it off (from Stormfront’s point of view). Just type “set inv on” to turn it back on.
Line 141: Line 106:
: A: This is due to not setting permissions correctly with LNet once logged in. In general, most people should be fine with typing: ;LNET ALLOW ALL ALL. This should allow anyone with Lich installed to detect your spell durations. It also allows other things, to see exactly what you can do type ;LNET HELP ingame and read over the output it provides.
: A: This is due to not setting permissions correctly with LNet once logged in. In general, most people should be fine with typing: ;LNET ALLOW ALL ALL. This should allow anyone with Lich installed to detect your spell durations. It also allows other things, to see exactly what you can do type ;LNET HELP ingame and read over the output it provides.


==Resources==
=Reference=
* [[Lich scripting reference]]
* Original Lich (v3.57): http://lichproject.sourceforge.net/
* [[Mac Installation - Lich (software)]]
* Tillmen's Lich Update (v4.2.7): http://lichproject.org/
* Tillmen's Lich Update (v4.6.37): https://lichproject.org/
* Playershops by Lich: https://ps.lichproject.org/
* Unofficial Support for Lich: http://forum.gsplayers.com/forumdisplay.php?f=104
* Unofficial Support for Lich: http://forum.gsplayers.com/forumdisplay.php?f=104
* Popular Lich script thread: http://forum.gsplayers.com/showthread.php?81229-What-Lich-Scripts-Do-You-Regularly-Use
* Fix [[F2P]] login: http://forum.gsplayers.com/showthread.php?94776-Getting-Lich-to-work-with-F2P-accounts
* Original Lich (v3.57): http://lichproject.sourceforge.net/


{{Third-Party Software}}
{{Third-Party Software}}
[[Category:Third-Party Software]]
[[Category:Third-Party Software]]
[[Category:New Player]]

Revision as of 07:39, 28 May 2019

;TUNE TOWNCRIER to join the TownCrier channel and get GS news and tips every five minutes. There is no chat on this channel.

About

The Lich is third-party software that expands scripting capabilities on Simutronics front end clients (The Wizard and StormFront for Windows users, and Avalon for Mac OS X users), allowing players to script using the Ruby Programming Language, a high-level programming language with almost limitless capability. The program comes bundled with several scripts, such as scripts that calculate a character's redux, move from any location to another within a database, walk through an area until a creature is found, and spell up a character using all available spells. Also, there is a repository that allows for the quick, easy downloading of user-made scripts through The Lich, itself. Scripts can range from being very simple to quite advanced; for example, there is a script, titled xpSF, that modifies the experience window in StormFront to display additional information about the character's experience level that updates itself when experience is gained.

Quick Start Guides

Windows 7 / 8 - Video guide from Ordim at YouTube.

Windows 10 - Download the Installer.

Linux - Installation - Lich (software)

Mac - Installation - Lich (software)

What is "The Lich"?

Lich is an open source scripting engine for text-based MUDs. It is not a complete front-end in and of itself: it operates much like a proxy server and communicates with the user through their chosen front-end (effectively giving the appearance of expanding the front-end's features with its own). It allows you to write and run scripts for a text-based MUD in the Ruby language.

Lich was originally created by Shaelun, who brought it up from an idea to version 3.57. Starting with version 3.58, Lich is maintained by Tillmen. Tillmen's versions focus more heavily on Simutronics games, specifically Gemstone IV. If you are interested in non-Simutronics games, you might be better served with Shaelun's version.

The Lich is written to be compatible with other third-party software, such as PsiNet and Black Lightning.

What can Lich do for me?

The Lich program, absent of any scripts, doesn't appear to do much of anything (besides allow you to alias commands in the game). What Lich is doing behind the scenes allows you to use pretty powerful scripts, such as:

  • go2: This script makes long and short journeys easy. It is powered by a database of 18,677 rooms with 42,695 known movements connecting those rooms (as of 10-2-2010, for Gemstone IV). Some of those movements include tasks such as navigating mazes, dealing with slippery ice, or waiting in line to use a rope bridge. It includes a large list of common locations in each town, and takes you to the closest one. For example typing ";go2 bank" will take you to whatever bank is closest to you.
  • narost: This script pops up a window to show you which room you are in on a map. The script originally used only Tsoran's maps, but since those are becoming increasingly outdated, new maps are being created and added to narost. The script continues to show you what room you are in as you move around, changing maps as needed. It allows you to click on a room to make the go2 script take you there, and some other things.
  • infomon: This script is responsible for tracking any useful information that the main Lich program doesn't. The most useful thing it tracks is the spells that are on you, and their remaining time. It also keeps track of other peoples spell ranks that use Lich, to give more accurate spell tracking.
  • lnet: This script is a simple chat script that allows you to chat with other people using Lich. It is a great source of help for those new to Lich. It also allows scripts to transfer information to other characters (disabled by default) to allow, for example, a spellup script (waggle) to know exactly how many casts of what spells another character needs.
  • repository: This script allows you to upload and download scripts from the Lich server. There are many, many more scripts available for tasks big and small.

In addition to the powerful Ruby scripts, Lich can run most WizardFE/Stormfront scripts unaltered. This allows you to use the scripts you already have, but since Lich is running them, you can have any number of them going at once. However, learning a little Ruby goes a long way. Scripts that take a hundred lines in WizardFE/Stormfront can usually be rewritten as a dozen or so lines in Ruby, and work much better.

What operating systems does it work with?

Starting in version 3.58, Lich is written completely in Ruby. This means it should it should run on any platform that can run the Ruby interpreter. Lich is developed on Linux, but the majority of the user base uses Windows (XP, Vista, Win7, Win8).

Installation

Although Lich is most commonly used on Windows, it can indeed be installed and is used on Linux and Mac machines alike. The beauty of Lich is that once installed, the interface and all the scripts run similar to all platforms. For instructions on installing Lich in its current state, please see the following information based on the operating system you are using.

Windows

For Windows 7 / 8: Go to Tillmen's website and head to the Downloads page. There is a step-by-step video guide from Ordim to go along with Tillmen's page at YouTube.

For Windows 10 users: you can download the Installer and install everything you need automatically. Always remember to back up existing Lich / Simutronics files. This installer may also work for some Windows 7 / 8 users, but caution is advised.

Mac OS X

For instructions on installing on a Mac, see Mac Installation - Lich (software).

Chromebook & Debian variants

The following steps should install Lich and Profanity for users of Debian/Chromebooks. Profanity a the terminal-based Front-End that will let you play the game (in lieu of The Wizard or Stormfront).

Update the list of available software and make sure some requirements are installed:

sudo apt-get -y update
sudo apt-get -y install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3 libgdbm-dev libsqlite3-dev unzip

Install rbenv, a Ruby version manager. Add it to the PATH so that it will work outside of its own directory, and set it up to work when you launch the shell (terminal):

git clone https://github.com/rbenv/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc

Run the shell's launch script now to enable those two changes and get rbenv working:

source ~/.bashrc

Download the tools to let rbenv install Ruby on its own, then install Ruby 2.5.1 and set it to be our default version of Ruby system-wide:

git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
rbenv install 2.5.1 -v
rbenv global 2.5.1

Tell Ruby not to create documentation for its gems (plugins/packages) unless asked, because it takes a long time and they are available online. Then install the dependencies for Lich and Profanity:

echo "gem: --no-document" > ~/.gemrc
gem install sqlite3 gtk2 curses

Install Lich and Profanity:

curl --remote-name https://lichproject.org/download/lich-4.6.49.zip
unzip lich-*.zip
git clone https://github.com/matt-lowe/ProfanityFE.git

F.A.Q.

Q: Where did my inventory windows go?

A: If you use inventory windows in Stormfront, you’ll find they have disappeared the first time you run Lich on each character. Lich hijacks the setting to provide container contents to scripts. In doing so, it’s unable to tell what the setting was to start with, so it turns it off (from Stormfront’s point of view). Just type “set inv on” to turn it back on.

Q: Why do I keep disconnecting immediately after login?

A: This generally happens on only one character, and affects only Stormfront. It seems to be caused by Stormfront downloading a characters settings from the Simu server. To fix it, change Stormfront to store scripts/highlights/macros/etc locally, or log in once on Stormfront without Lich to allow it to do whatever it’s trying to do.

Q: How come when I cast spells on people it doesn't tell the correct duration for the spell?

A: This is due to not setting permissions correctly with LNet once logged in. In general, most people should be fine with typing: ;LNET ALLOW ALL ALL. This should allow anyone with Lich installed to detect your spell durations. It also allows other things, to see exactly what you can do type ;LNET HELP ingame and read over the output it provides.

Resources

Third-Party Software - edit
Lich Installation: Lich
Downloadable Lich Scripts: Go2 | Map | Repository | Popular Scripts