Lich:Script Repository: Difference between revisions
WHIGHTCNIGHT (talk | contribs) (Initial Creation) |
WHIGHTCNIGHT (talk | contribs) m (→Jinx Lich Repository Mirror: minor corrections to repo name) |
||
| (84 intermediate revisions by 9 users not shown) | |||
| Line 1: | Line 1: | ||
{{3rd-party}} |
|||
Lich can take away most of the tedium and memorization that comes along with playing an archaic, text based game, leaving you only as much work as you find enjoyable. Scripts are found in the REPOSITORY and you may DOWNLOAD them as per your needs. |
|||
The repository, owned by Tillmen, is the most common location for downloading scripts that are not pre-installed with Lich. |
|||
==How to Use the Repository== |
==How to Use the Repository== |
||
| Line 5: | Line 6: | ||
The repository has four basic commands: |
The repository has four basic commands: |
||
<syntaxhighlight lang="ruby"> |
|||
<PRE>;repository |
|||
;repository |
|||
;repository download <scriptname> |
;repository download <scriptname> |
||
| Line 11: | Line 13: | ||
;repository info <scriptname> |
;repository info <scriptname> |
||
;repository list |
;repository list |
||
</syntaxhighlight> |
|||
The first shows a Help screen and is the root command for all others. |
The first shows a Help screen and is the root command for all others. |
||
| Line 19: | Line 22: | ||
Third, INFO provides information about whatever script is specified. If the author has been kind and thorough, this will tell you how to use the script and if it has any interdependencies. |
Third, INFO provides information about whatever script is specified. If the author has been kind and thorough, this will tell you how to use the script and if it has any interdependencies. |
||
Fourth, LIST will list all scripts in the repository |
Fourth, LIST will list all scripts in the repository. |
||
== |
==Updating Scripts== |
||
The repository supports updates via prefedined scripts and the MapDatabase |
|||
To see a list of scripts you currently have set to updatable, <CODE>;repo show-updatable</CODE>. |
|||
For users on Lich 5+, you want <CODE>Lich: off</CODE> to be displayed. |
|||
To add a script to be updated, <CODE>;repo set-updatable <scriptname></CODE>. |
|||
The following are a list of scripts that enhance or extend basic functions of Gemstone IV and can improve or streamline your gaming experience to a point where you can't think of ever going back. |
|||
To view scripts you have set to be auto-updated, <CODE>;repo show-updatable</CODE>. |
|||
The Must Haves |
|||
It is only recommended to set scripts from authors you trust to auto-update. |
|||
* [[Script Narost|Narost]] - Narost is an active map library that can display your location and allows Point-And-Click travel. Simply right click and choose a map, pick a room on it and click on it. You will begin traveling there post-haste. |
|||
* [[Script Go2|Go2]] - Go2 is an intelligent travel script that is synchronized to many of the more complex scripts. Go2 uses a Room Number system and can intelligently plot routes between most any two rooms in all of Elanthia. Use can be as simple as ';go2 town' or ';go2 bank' to head to the nearest town square or bank. Use ';go2 targets' to see a list of pre-programmed locations broken down by towns. Or, use ;go2 save <new location name>=<new location room number> to create your own locations. |
|||
If you want to remove, <CODE>;repo unset-updatable <scriptname></CODE>. |
|||
* '''Wander''' - The last of the Trifector of Travel, ;wander will move from room to room until it runs into a Boundary - a specified room number - or finds a room with a monster AND empty of players. Wander can be used to create a walled in hunting ground, letting you automatically move from room to room without having to use keystrokes. Use the ';wander add' command to add the room you are currently standing in to the Wander List. Note: Wander will NOT enter your boundary rooms. For example, adding Town Square East to the list and then executing ;wander from within the confines of Moot Hall will send your character exploring every room in Moot, but unable to leave as TSE is a Boundary. |
|||
* [[Script UberPlugins|Uberbar]] - UberBar consolidates wound status, hitpoints, stamina, mana, spirit, exp, mind, stance and encumbrance into one window. It then adds in a handy room number tracker and Exp tracker. A must have. |
|||
==Popular Lich Scripts== |
|||
* [[Script UberPlugins|Uberspells]] - Like UberBar, UberSpells is an improvement on the basic StormFront windows. UberSpells itemizes your spells and provides a time remaining on your current Buffs, including some status effects such as Popped Muscles. |
|||
* '''Useherbs''' - Takes the mystery out of using your herbs. Usage syntax is ';useherbs <container>', where <container> can be any worn container or even the bench in Town Square Central. When it is finished, it will display the herbs needed to fix whatever wounds and scars were unable to be healed. Finally, as if it needed to be more useful, ';useherbs list' will provide a list of herbs itemized by condition. |
|||
<section begin=popularscripts />The following are a list of scripts that enhance or extend basic functions of Gemstone IV and can improve or streamline your gaming experience to a point where you can't think of ever going back. It's not all inclusive but contains a good starter set or some of the most popular scripts in use. |
|||
* '''Sorter''' - Sorter cleans up your bags and breaks down the the output of a LOOK command, sorting the results by type. Makes looking in your locker or backpack, and especially your gem pouch, infinitely easier. |
|||
=== Core components installed with Lich === |
|||
* '''Infomon''' - While Infomon does not directly improve on any particualr function, many other scripts are dependent upon it, and will not function without Infomon. |
|||
'''Generally speaking, the below scripts should not need to be updated manually by the user, especially if the user keeps up to date on the current lich version.''' |
|||
* [[Lich:Script Alias|alias]] - A default script used to create shortcuts in lich. See wiki page for details. |
|||
* [[Lich:Script Autostart|autostart]] - A default script to handle which scripts run on startup. See wiki page for details. |
|||
* [[Script Go2|go2]] - Go2 is an intelligent travel script that is synchronized to many of the more complex scripts. Go2 uses a Room Number system and can intelligently plot routes between most any two rooms in all of Elanthia. Use can be as simple as <code>;go2 town</code> or <code>;go2 bank</code> to head to the nearest town square or bank. Use <code>;go2 targets</code> to see a list of pre-programmed locations broken down by towns. Or, use <code>;go2 save <new location name>=<new location room number></code> to create your own locations. Go2 is distributed as part of a default Lich installation. |
|||
* [[Lich:Script Map|map]] - map (fork of Narost/XNarost) is an active map library that can display your location and allows Point-And-Click travel. Simply right click and choose a map, pick a room on it and click on it. map is distributed as part of a default Lich installation. |
|||
* [[Script Repository|repository]] - A default script to view and download other scripts. See wiki page for details. |
|||
* [[Lich:Script Vars|vars]] - A default script to create and view variables for both users and scripts. See wiki page for details. |
|||
* [[Lich:Script Version|version]] - A default script to output your current lich version and other information. See wiki page for details. |
|||
=== Scripts maintained by Elanthia-Online === |
|||
* [[Lich:Script Bigshot|bigshot]] - A script for attacking and hunting routines. See wiki page for details. |
|||
* '''blackarts''' - A script for doing various [[alchemy]] tasks. <CODE>;blackarts setup</CODE> for configuration details |
|||
* [[Lich:Script Ebounty|ebounty]] - A script to get and perform bounties. See wiki page for details. |
|||
* '''ecaster''' - Allows user to type just the spell number and have lich cast that spell. Usage syntax is <code>;ecaster setup</code> for configuration. Set to autostart. |
|||
* '''echild''' - A child bounty script that monitors for and returns a child during bounty sessions. Add to autostart or your hunting script when performing a bounty. |
|||
* [[Lich:Script Ecleanse|ecleanse]] - A script for dealing with status conditions. See wiki page for details. |
|||
* '''ecure''' - A script for healing for empaths. Usage syntax is <code>;ecure setup</code> for first usage. |
|||
* [[Lich:Script Eherbs|eherbs]] - A herb healing and stocking script. See wiki page for details. |
|||
* [[Lich:Script Eloot|eloot]] - A looting and loot management script. See wiki page for details. |
|||
* '''elogin''' - A script for command line login for your characters. . Usage syntax is <code>;elogin <charname></code> |
|||
* '''escortgo2''' - A script for bounty escorts. Usage syntax is <code>;escortgo2 help</code> for relevant commands (replaces ;ego2) |
|||
* [[Lich:Script Ewaggle|ewaggle]] - A script for spelling yourself and others up. See wiki page for details. |
|||
* '''ewander''' - The last of the Trifector of Travel, wander will move from room to room until it runs into a Boundary - a specified room number - or finds a room with a monster AND empty of players. Wander can be used to create a walled in hunting ground, letting you automatically move from room to room without having to use keystrokes. Use the <code>;ewander add</code> command to add the room you are currently standing in to the Wander List. Note: Wander will NOT enter your boundary rooms. For example, adding Town Square East to the list and then executing ;ewander from within the confines of Moot Hall will send your character exploring every room in Moot, but unable to leave as TSE is a Boundary. |
|||
* [[Lich:Script foreach|foreach]] - A script for sending a series of commands for each item that matches its criteria. See wiki page for details. |
|||
* '''jbackup ''' - A excellent backup and recovery tool that allows lich database and any additional file backup a user prefers. Set to autostart. |
|||
* '''ledger''' - A scripting for tracking your silver and bounty incoming across sessions and over time per character and account with a nice ascii display. Requires ascii_charts gem (installed by default with Lich 5.7.0+ full installer) |
|||
* '''signore ''' - A script for using society powers <CODE>;signore setup</CODE> for configuration |
|||
* '''resource''' - A script for determining your current player service bonus. <CODE> ;resource bonus </CODE> Can also be used to determine the cost of enchanting with the syntax ;resource calc <starting enchant> <ending enchant> <cost per essence> as in <CODE>;resource calc 35 45 50</CODE> |
|||
* '''uberbar_eo ''' - The most current Uberbar variant. This will provide a paperdoll with room number, resource information, etc. inside Wrayth. Set to autostart. Note- there is a small performance impact when using Uberbars. |
|||
=== Other scripts that are popular === |
|||
* '''character-planner ''' - A script for planning out your character skills and training. <CODE>;character-planner</CODE> for configuration |
|||
* '''colmaster ''' - A script for getting and performing COL tasks in Solhaven |
|||
* '''dirty-deeds ''' - A script for getting deeds in IMT and WL. <CODE>;dirty-deeds setup</CODE> for configuration |
|||
* [[Script invdb|invdb]] - An inventory management database. See wiki page for details |
|||
* '''linktothefast''' - A complex script that provides highlighting for Wrayth links when links are disabled. This script can cause issues with [[STOW]] settings, so disable prior to adjusting those settings. |
|||
* [[Script LNet|lnet]] - An out of game, third party, not Simutronics controlled chat server. <CODE>;repo download lnet --author=elanthia-online</CODE>. See wiki page for details '''LNet should be installed at your own risk'''. Simutronics has no control over LNet or policy enforcement there. The in-game [[ESP]] is now available and replaces many of the functions that LNet provided. |
|||
* '''multi''' - A script to perform repetitive set of commands. Usage syntax is <code>;multi; <number> <action></code> such as <code>;multi 10, get my diamond, drop my diamond</code> |
|||
* '''rogues''' - A script for rogue guild tasks <CODE>;rogues setup</CODE> for configuration |
|||
* '''sorter ''' Sorter cleans up your bags and breaks down the the output of a LOOK command, sorting the results by type. Makes looking in your locker or backpack, and especially your gem pouch, infinitely easier. *Note* Sorter can mess up some other scripts that deal with inventory, so be cautious in usage. Elanthia-Online scripts like eloot disable sorter when performing relevant functions |
|||
* '''stat-maximizer''' - A script for configuring character stats. <CODE>;stat-maximizer</CODE> for configuration |
|||
* '''tpick''' - A script for lockpicking <CODE>;tpick setup</CODE> for configuration |
|||
* '''volnstep ''' - A script for performing voln tasks in Wehnimer's Landing |
|||
* '''warrior''' - A script for warrior guild tasks <CODE>;warrior setup</CODE> for configuration |
|||
<section end=popularscripts /><!--- Add any additional popular scripts to the list ABOVE this line. ---> |
|||
==In-game Help Output== |
|||
<PRE>Usage: |
|||
;repository list [alpha] lists all scripts available for download (optionally in alphabetial order) |
|||
;repository sync [alpha] lists only new and/or updated scripts |
|||
;repository info <script name> shows the comments at the top of the script |
|||
;repository download <script name> downloads the script |
|||
;repository upload <script name> uploads the script |
|||
;repository delete <script name> deletes the script from the server |
|||
Scripts should include comments at the top describing the purpose of the script. Scripts without comments at the top will not show up on the server. |
|||
After uploading a script, a key that allows you to delete/update the script will be saved to C:/Games/lich/keys</PRE> |
|||
==Sortable list== |
|||
The repository script has an in game GUI available that allows sorting by date, tags, etc. |
|||
<CODE>;repo gui</CODE> |
|||
==Jinx (Repository alternative)== |
|||
Jinx is a project that is an alternative form of script installation from the default ;repository. It can serve up scripts for download similar to the ;repo however it is not dependent on a single server that may be prone to outages. Any one can set up their own script library, and then users can add it as a source for the ;jinx script to search and download from. |
|||
Jinx is installed in the default Lich5 package. Jinx can be downloaded and installed into your scripts folder from the Elanthia Online github |
|||
https://raw.githubusercontent.com/elanthia-online/scripts/master/scripts/jinx.lic |
|||
Right-click the above link and save it into the scripts folder in your lich directory. |
|||
Alternatively, the following command can be issued in game via lich to attempt to download the script to the proper directory for you (this command is for when the repository is down and the script cannot be downloaded naturally): |
|||
<syntaxhighlight lang="ruby"> |
|||
;e require 'open-uri';begin;jinx_remote = open("https://raw.githubusercontent.com/elanthia-online/scripts/master/scripts/jinx.lic"); jinx_local = File.open(File.join(SCRIPT_DIR, 'jinx.lic'), "wb"); jinx_local.write(jinx_remote.read);ensure; jinx_remote.close(); jinx_local.close();end</syntaxhighlight> |
|||
once installed you can issue: <CODE>;jinx help</CODE> for basic usage information. |
|||
===Jinx Lich Repository Mirror=== |
|||
In the event the main <code>;repository</code> is unavailable, there is currently an actively maintained <code>;jinx</code> repository that is a direct mirror. |
|||
https://github.com/FarFigNewGut/lich_repo_mirror |
|||
Scripts can be manually retrieved from this Github repository (they are all located in the lib folder). The repository is also packaged and published for use directly with Jinx: |
|||
<syntaxhighlight lang="ruby"> |
|||
;jinx repo add mirror https://ffnglichrepoarchive.netlify.app |
|||
</syntaxhighlight> |
|||
Once it is setup as a source for <code>;jinx</code> you can install any scripts from the repo with: |
|||
<syntaxhighlight lang="ruby"> |
|||
# install script for the first time |
|||
;jinx script install <script name> --repo=mirror |
|||
# update previously installed script |
|||
;jinx script update <script name> --repo=mirror |
|||
</syntaxhighlight> |
|||
For example if you wanted to download or update invdb.lic: |
|||
<syntaxhighlight lang="ruby"> |
|||
# first install |
|||
;jinx script install invdb --repo=mirror |
|||
# update if you had previously downloaded invdb.lic |
|||
;jinx script update invdb --repo=mirror |
|||
</syntaxhighlight> |
|||
Do note, if a script is not available on the archive, it's likely because it belongs to Elanthia-Online and those scripts are not found within the archive, but under a default repo that is configured with jinx. To use it, you would do the following, using bigshot.lic as an example |
|||
<syntaxhighlight lang="ruby"> |
|||
# first install |
|||
;jinx script install bigshot --repo=elanthia-online |
|||
# update if you had previously downloaded bigshot.lic |
|||
;jinx script update bigshot --repo=elanthia-online |
|||
</syntaxhighlight> |
|||
You can also leave the <code>--repo=<REPO_NAME></code> off to see all available options for a script that is found. |
|||
===Jinx Lich Repository Offline Update Info=== |
|||
At times the default Lich repository (accessed via <code>;repo</code>) can go offline, below are some helpful commands to update core Lich related functionality using Jinx. |
|||
<syntaxhighlight lang="ruby"> |
|||
# ensure running latest jinx.lic for newest compatibility |
|||
;jinx script update jinx.lic --repo=elanthia-online |
|||
# update spell-list.xml for new spells, cmans, cooldowns, etc |
|||
;jinx data update effect-list.xml --repo=elanthia-online |
|||
# update gameobj-data.xml for proper classification of NPCs and items |
|||
;jinx data update gameobj-data.xml --repo=mirror |
|||
# update mapdb and associated missing map files for graphical use |
|||
;jinx data update mapdb.json --repo=elanthia-online |
|||
</syntaxhighlight> |
|||
==In-game Screenshot== |
|||
<gallery perrow="4"> |
|||
File:Repo-1.png|Repo |
|||
</gallery> |
|||
{{Third-Party Software}} |
|||
Latest revision as of 08:39, 27 May 2025
Lich:Script Repository is a third party script and is not maintained by Simutronics. Simutronics is not responsible for the accuracy of the information presented on this page, nor is it liable for issues stemming from the use of the application on players' personal devices.
The repository, owned by Tillmen, is the most common location for downloading scripts that are not pre-installed with Lich.
How to Use the Repository
The repository has four basic commands:
;repository
;repository download <scriptname>
;repository info <scriptname>
;repository list
The first shows a Help screen and is the root command for all others.
The second, often shortened to ';repo down', lets you download a specified script.
Third, INFO provides information about whatever script is specified. If the author has been kind and thorough, this will tell you how to use the script and if it has any interdependencies.
Fourth, LIST will list all scripts in the repository.
Updating Scripts
The repository supports updates via prefedined scripts and the MapDatabase
To see a list of scripts you currently have set to updatable, ;repo show-updatable.
For users on Lich 5+, you want Lich: off to be displayed.
To add a script to be updated, ;repo set-updatable <scriptname>.
To view scripts you have set to be auto-updated, ;repo show-updatable.
It is only recommended to set scripts from authors you trust to auto-update.
If you want to remove, ;repo unset-updatable <scriptname>.
Popular Lich Scripts
The following are a list of scripts that enhance or extend basic functions of Gemstone IV and can improve or streamline your gaming experience to a point where you can't think of ever going back. It's not all inclusive but contains a good starter set or some of the most popular scripts in use.
Core components installed with Lich
Generally speaking, the below scripts should not need to be updated manually by the user, especially if the user keeps up to date on the current lich version.
- alias - A default script used to create shortcuts in lich. See wiki page for details.
- autostart - A default script to handle which scripts run on startup. See wiki page for details.
- go2 - Go2 is an intelligent travel script that is synchronized to many of the more complex scripts. Go2 uses a Room Number system and can intelligently plot routes between most any two rooms in all of Elanthia. Use can be as simple as
;go2 townor;go2 bankto head to the nearest town square or bank. Use;go2 targetsto see a list of pre-programmed locations broken down by towns. Or, use;go2 save <new location name>=<new location room number>to create your own locations. Go2 is distributed as part of a default Lich installation. - map - map (fork of Narost/XNarost) is an active map library that can display your location and allows Point-And-Click travel. Simply right click and choose a map, pick a room on it and click on it. map is distributed as part of a default Lich installation.
- repository - A default script to view and download other scripts. See wiki page for details.
- vars - A default script to create and view variables for both users and scripts. See wiki page for details.
- version - A default script to output your current lich version and other information. See wiki page for details.
Scripts maintained by Elanthia-Online
- bigshot - A script for attacking and hunting routines. See wiki page for details.
- blackarts - A script for doing various alchemy tasks.
;blackarts setupfor configuration details - ebounty - A script to get and perform bounties. See wiki page for details.
- ecaster - Allows user to type just the spell number and have lich cast that spell. Usage syntax is
;ecaster setupfor configuration. Set to autostart. - echild - A child bounty script that monitors for and returns a child during bounty sessions. Add to autostart or your hunting script when performing a bounty.
- ecleanse - A script for dealing with status conditions. See wiki page for details.
- ecure - A script for healing for empaths. Usage syntax is
;ecure setupfor first usage. - eherbs - A herb healing and stocking script. See wiki page for details.
- eloot - A looting and loot management script. See wiki page for details.
- elogin - A script for command line login for your characters. . Usage syntax is
;elogin <charname> - escortgo2 - A script for bounty escorts. Usage syntax is
;escortgo2 helpfor relevant commands (replaces ;ego2) - ewaggle - A script for spelling yourself and others up. See wiki page for details.
- ewander - The last of the Trifector of Travel, wander will move from room to room until it runs into a Boundary - a specified room number - or finds a room with a monster AND empty of players. Wander can be used to create a walled in hunting ground, letting you automatically move from room to room without having to use keystrokes. Use the
;ewander addcommand to add the room you are currently standing in to the Wander List. Note: Wander will NOT enter your boundary rooms. For example, adding Town Square East to the list and then executing ;ewander from within the confines of Moot Hall will send your character exploring every room in Moot, but unable to leave as TSE is a Boundary. - foreach - A script for sending a series of commands for each item that matches its criteria. See wiki page for details.
- jbackup - A excellent backup and recovery tool that allows lich database and any additional file backup a user prefers. Set to autostart.
- ledger - A scripting for tracking your silver and bounty incoming across sessions and over time per character and account with a nice ascii display. Requires ascii_charts gem (installed by default with Lich 5.7.0+ full installer)
- signore - A script for using society powers
;signore setupfor configuration - resource - A script for determining your current player service bonus.
;resource bonusCan also be used to determine the cost of enchanting with the syntax ;resource calc <starting enchant> <ending enchant> <cost per essence> as in;resource calc 35 45 50 - uberbar_eo - The most current Uberbar variant. This will provide a paperdoll with room number, resource information, etc. inside Wrayth. Set to autostart. Note- there is a small performance impact when using Uberbars.
Other scripts that are popular
- character-planner - A script for planning out your character skills and training.
;character-plannerfor configuration - colmaster - A script for getting and performing COL tasks in Solhaven
- dirty-deeds - A script for getting deeds in IMT and WL.
;dirty-deeds setupfor configuration - invdb - An inventory management database. See wiki page for details
- linktothefast - A complex script that provides highlighting for Wrayth links when links are disabled. This script can cause issues with STOW settings, so disable prior to adjusting those settings.
- lnet - An out of game, third party, not Simutronics controlled chat server.
;repo download lnet --author=elanthia-online. See wiki page for details LNet should be installed at your own risk. Simutronics has no control over LNet or policy enforcement there. The in-game ESP is now available and replaces many of the functions that LNet provided. - multi - A script to perform repetitive set of commands. Usage syntax is
;multi; <number> <action>such as;multi 10, get my diamond, drop my diamond - rogues - A script for rogue guild tasks
;rogues setupfor configuration - sorter Sorter cleans up your bags and breaks down the the output of a LOOK command, sorting the results by type. Makes looking in your locker or backpack, and especially your gem pouch, infinitely easier. *Note* Sorter can mess up some other scripts that deal with inventory, so be cautious in usage. Elanthia-Online scripts like eloot disable sorter when performing relevant functions
- stat-maximizer - A script for configuring character stats.
;stat-maximizerfor configuration - tpick - A script for lockpicking
;tpick setupfor configuration - volnstep - A script for performing voln tasks in Wehnimer's Landing
- warrior - A script for warrior guild tasks
;warrior setupfor configuration
In-game Help Output
Usage: ;repository list [alpha] lists all scripts available for download (optionally in alphabetial order) ;repository sync [alpha] lists only new and/or updated scripts ;repository info <script name> shows the comments at the top of the script ;repository download <script name> downloads the script ;repository upload <script name> uploads the script ;repository delete <script name> deletes the script from the server Scripts should include comments at the top describing the purpose of the script. Scripts without comments at the top will not show up on the server. After uploading a script, a key that allows you to delete/update the script will be saved to C:/Games/lich/keys
Sortable list
The repository script has an in game GUI available that allows sorting by date, tags, etc.
;repo gui
Jinx (Repository alternative)
Jinx is a project that is an alternative form of script installation from the default ;repository. It can serve up scripts for download similar to the ;repo however it is not dependent on a single server that may be prone to outages. Any one can set up their own script library, and then users can add it as a source for the ;jinx script to search and download from.
Jinx is installed in the default Lich5 package. Jinx can be downloaded and installed into your scripts folder from the Elanthia Online github
https://raw.githubusercontent.com/elanthia-online/scripts/master/scripts/jinx.lic
Right-click the above link and save it into the scripts folder in your lich directory.
Alternatively, the following command can be issued in game via lich to attempt to download the script to the proper directory for you (this command is for when the repository is down and the script cannot be downloaded naturally):
;e require 'open-uri';begin;jinx_remote = open("https://raw.githubusercontent.com/elanthia-online/scripts/master/scripts/jinx.lic"); jinx_local = File.open(File.join(SCRIPT_DIR, 'jinx.lic'), "wb"); jinx_local.write(jinx_remote.read);ensure; jinx_remote.close(); jinx_local.close();end
once installed you can issue: ;jinx help for basic usage information.
Jinx Lich Repository Mirror
In the event the main ;repository is unavailable, there is currently an actively maintained ;jinx repository that is a direct mirror.
https://github.com/FarFigNewGut/lich_repo_mirror
Scripts can be manually retrieved from this Github repository (they are all located in the lib folder). The repository is also packaged and published for use directly with Jinx:
;jinx repo add mirror https://ffnglichrepoarchive.netlify.app
Once it is setup as a source for ;jinx you can install any scripts from the repo with:
# install script for the first time
;jinx script install <script name> --repo=mirror
# update previously installed script
;jinx script update <script name> --repo=mirror
For example if you wanted to download or update invdb.lic:
# first install
;jinx script install invdb --repo=mirror
# update if you had previously downloaded invdb.lic
;jinx script update invdb --repo=mirror
Do note, if a script is not available on the archive, it's likely because it belongs to Elanthia-Online and those scripts are not found within the archive, but under a default repo that is configured with jinx. To use it, you would do the following, using bigshot.lic as an example
# first install
;jinx script install bigshot --repo=elanthia-online
# update if you had previously downloaded bigshot.lic
;jinx script update bigshot --repo=elanthia-online
You can also leave the --repo=<REPO_NAME> off to see all available options for a script that is found.
Jinx Lich Repository Offline Update Info
At times the default Lich repository (accessed via ;repo) can go offline, below are some helpful commands to update core Lich related functionality using Jinx.
# ensure running latest jinx.lic for newest compatibility
;jinx script update jinx.lic --repo=elanthia-online
# update spell-list.xml for new spells, cmans, cooldowns, etc
;jinx data update effect-list.xml --repo=elanthia-online
# update gameobj-data.xml for proper classification of NPCs and items
;jinx data update gameobj-data.xml --repo=mirror
# update mapdb and associated missing map files for graphical use
;jinx data update mapdb.json --repo=elanthia-online
In-game Screenshot
| Third-Party Software - edit |
|---|
| Lich Installation: Lich |
| Downloadable Lich Scripts: Go2 | Map | Repository | Popular Scripts |