Macros
- Ctrl+B = Go2 Bank
- Ctrl+D = Put in Disc
- Ctrl+E = Run Start Script
- Ctrl+F = Go2 Pawnshop
- Ctrl+G = Put in Backpack
- Ctrl+H = Run sit script
- Ctrl+I = Go2 Table
- Ctrl+K = Go2 4592
- Ctrl+L = Go2 Locker
- Ctrl+M = Map
- Ctrl+P = Panic Script
- Ctrl+S = Loot Be Gone
- Ctrl+T = Go2 Town
- Ctrl+Tab = Inventory
- F1 = Stance Off
- F2 = Attack
- F3 = Col Skills
- F4 = Def Stance
- F5 = Get Weapon
- F6 = Stow Weapon
- F7 = Light Col Skills
- F8 = Rebuff
- F9 = Sign of Staunching
- F10 = Rub Statue
Repo Scripts
- alias.lic - Adds aliases to Lich
- autoreact.lic - Auto Reacts to Overpower and Reverse
- autostart.lic - Autostarts Scripts
- bigshot.lic - Automatic Hunting
- deed.lic - Automatic Deed Retreival
- deeds_landing.lic - Aquire Deed at Weinhemer’s Landing
- foreach.lic - Grab multiples of the same item
- GameObjAdd.lic - Adds objects for Lich to perform properly
- go2.lic - Go2 Locations
- gswiki.lic - Search and pull up articles on GSWiki
- herbheal.lic - Heals with Herbs
- herbmaster.lic - Used by herbheal
- infomon.lic - Player info
- jinx.lic - Package Manager for Lich
- keepalive.lic - Keeps you from AFK logging out
- killcounter.lic - Counts kills
- lnet.lic - Chat client
- log.lic - Logs the game
- loot.lic - Auto loots and skins
- loot-be-gone.lic - Auto sells anything valuable and deposits silver in bank
- mapmap.lic - Makes map good
- narost.lic - Tracks current room
- narost2.lic - Tracks current room
- prettiernum.lic - Prettier Room Nums
- repository.lic - Lich Repo
- rnum.lic - Shows room numbers
- roomcreature.lic - Announces when new creature enters room
- sorter.lic - Sorts items in containers in categories
- spellactive.lic - Keeps spells active
- targetwin.lic - Displays window with room’s targets
- townsmith.lic - Opens lockboxes and sells contents
- uberbar.lic - Creates an uber bar with all your info
- useherbs.lic - Used by herbheal
- vars.lic - Edit variables shared by all scripts
- version.lic - Reports versions of Lich, Ruby, StormFront
- whatis.lic - Show what something is
- xnarost.lic - Experimental narost
Personal Scripts
- endhunt.lic - Process to do at end of hunt
- localsit.lic - Sit down locally
- panic.lic - Cancel BigShot and Run
- sit.lic - Return to premium island and sit
- start.lic - Start bigshot
endhunt.lic
put "put my claid in my case"
pause 1
put "close my case"
pause 1
start_script "townsmith"
wait_while{running?("townsmith")}
start_script "loot-be-gone"
wait_while{running?("loot-be-gone")}
start_script "sit"
wait_while{running?("sit")}
localsit.lic
start_script "go2", [ "table" ]
wait_while{running?("go2")}
put "go table"
pause 1
put "sit"
panic.lic
kill_script "bigshot"
pause checkrt
put "stance def"
pause 1
put "Sign of Staunching"
pause 1
start_script "go2", [ "town" ]
sit
put "turn pin"
pause 1
start_script "go2", [ "table" ]
wait_while{running?("go2")}
put "go table"
pause 1
put "put my claid in my case"
pause 1
put "close my case"
pause 1
put "sit"
pause 1
kill_script "bigshot"
start.lic
put "stand"
pause checkrt
put "out"
pause 1
put "turn pin"
pause 1
put "open my case"
pause 1
put "take my claid from my case"
pause 2
start_script "bigshot"