Lich:Script Vars

The official GemStone IV encyclopedia.
Revision as of 15:48, 3 June 2023 by RINUALDO (talk | contribs)
Jump to navigation Jump to search

Lich:Script Vars 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.

Vars is a default/core Lich script for creating and viewing variables used by other scripts.

What does it do?

Eloot will gather loot from a killed monster or room, place that loot into the defined containers including overflow containers. It will not gather specific loot types you define,skin creatures, will drop boxes off at the locksmith pool or town locksmith if you desire, and will sell loot that meets the criteria and deposit coins. Eloot settings are saved per character per instance, in your lich5 data folder. Ex lich-5\data\eloot\GSIV\Rinualdo.yaml. If you wish to keep eloot settings across more than one char, you can copy and paste this file and rename the .yaml to each character you have.

How do I get it?

;vars is installed by default for Lich and no user installation should be necessary

How does it work?

Scripts can create variables that they then use to reference. Variables are set by the user, usually through ;vars set <variable name><variable> For example, the script Eherbs utilizes a HERBSACK variable, so it knows where to put and get herbs from. This is user defined, through ;vars set herbsack=<yourcontainername>

You can view your in game variables in a GUI with ;vars setup

In game help output

;vars help

   ;vars setup              open a window to edit variables
   ;vars set NAME=VALUE     add or change a variable
   ;vars delete NAME        delete a variable
   ;vars list               show current variables
Third-Party Software - edit
Lich Installation: Lich
Downloadable Lich Scripts: Go2 | Map | Repository | Popular Scripts