Don't forget, you can log in with your Play.net account
Lich script development: Difference between revisions
(→common) |
(→Lich script libraries: common-items) |
||
Line 43: | Line 43: | ||
{{Lich script |
{{Lich script |
||
|description=A large set of helper functions for common actions related to crafting. |
|description=A large set of helper functions for common actions related to crafting. |
||
|usage= |
|||
|args= |
|||
|settings= |
|||
|uservars= |
|||
|children= |
|||
}} |
|||
=== common-items === |
|||
{{Lich script |
|||
|description=A large set of helper functions for common actions related to manipulating items. |
|||
|usage= |
|usage= |
||
|args= |
|args= |
Revision as of 19:50, 15 July 2016
Lich script libraries
These are lich scripts, but do not accomplish a task. Rather, they provide functionality that other scripts can take advantage of.
bootstrap
common
A large set of helper functions for common actions shared by many scripts.
common-crafting
A large set of helper functions for common actions related to crafting.
common-items
A large set of helper functions for common actions related to manipulating items.
common-money
A large set of helper functions for common actions related to money and coins.
common-summoning
A large set of helper functions for common actions related to summoning weapons.
common-travel
A large set of helper functions for common actions related to travel.
dependency
drinfomon
Updated info tracking for use in other scripts in DragonRealms
events
Flags are simple true/false string detectors.
spellmonitor
Development tools
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.
util/calculate_new_loot.rb
Compares profiles/*-setup.yaml
files against profiles/base.yaml
to determine proper loot_additions and loot_subtractions settings.