Lich script development: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
== common ==
== common ==
{{Lich script
{{Lich script
|description=A large set of helper functions for common actions shared by many scripts.
|description=
|usage=
|usage=
|args=
|args=
Line 13: Line 13:
== common-crafting ==
== common-crafting ==
{{Lich script
{{Lich script
|description=A large set of helper functions for common actions related to crafting.
|description=
|usage=
|usage=
|args=
|args=
Line 23: Line 23:
== common-money ==
== common-money ==
{{Lich script
{{Lich script
|description=A large set of helper functions for common actions related to money and coins.
|description=
|usage=
|usage=
|args=
|args=
Line 33: Line 33:
== common-summoning ==
== common-summoning ==
{{Lich script
{{Lich script
|description=A large set of helper functions for common actions related to summoning weapons.
|description=
|usage=
|usage=
|args=
|args=
Line 43: Line 43:
== common-travel ==
== common-travel ==
{{Lich script
{{Lich script
|description=A large set of helper functions for common actions related to travel.
|description=
|usage=
|usage=
|args=
|args=

Revision as of 15:34, 16 June 2016


common

A large set of helper functions for common actions shared by many scripts.

Script usage:

Script arguments:

Settings used in this script:

UserVars used in this script:

Other scripts used by this script:


common-crafting

A large set of helper functions for common actions related to crafting.

Script usage:

Script arguments:

Settings used in this script:

UserVars used in this script:

Other scripts used by this script:


common-money

A large set of helper functions for common actions related to money and coins.

Script usage:

Script arguments:

Settings used in this script:

UserVars used in this script:

Other scripts used by this script:


common-summoning

A large set of helper functions for common actions related to summoning weapons.

Script usage:

Script arguments:

Settings used in this script:

UserVars used in this script:

Other scripts used by this script:


common-travel

A large set of helper functions for common actions related to travel.

Script usage:

Script arguments:

Settings used in this script:

UserVars used in this script:

Other scripts used by this script:


create_symlinks.bat

Useful if you are doing development on Windows. Set the LICH_SCRIPTS environment variable to the path to your lich/scripts/ directory.

create_symlinks.sh

Useful if you are doing development on OSX or Linux. Pass it an argument of the path to your lich/scripts/ directory.