All Projects → Ezandora → Guide

Ezandora / Guide

Licence: Unlicense license
Relay script for KoLmafia, for the web game Kingdom of Loathing. Gives advice on how to play.

Programming Languages

AGS Script
88 projects
javascript
184084 projects - #8 most used programming language

Guide

Quick note on updating

The "svn update" command formerly had a bug which will, on occasion, prevent Guide from updating correctly and not print a warning about it. As such, to update, you may need to run these commands:

svn delete Ezandora-Guide-branches-Release
svn checkout https://github.com/Ezandora/Guide/branches/Release/

How do I use it?

First, install it by running this command in KoLmafia's graphical CLI:

svn checkout https://github.com/Ezandora/Guide/branches/Release/

Once it's installed, look in the relay browser. In the upper-right, there will be a "-run script-" menu:

Instructions

Select Guide. Guide will install itself into the window, and will automatically update as you go along.

To update the script itself, run this command in the graphical CLI:

svn update

What does it do?

Guide.ash is a relay script which will give advice on playing the web game Kingdom of Loathing within KoLmafia, a third-party tool. It details how to complete quests you're on, and what resources you have available.

During an ascension, it will inform you what you need to know to complete your ascension as quickly as possible. Faxing, the daily dungeon, acquiring a wand, where to go next.

The script runs side-by-side with KOL. Leave the window open, and it'll update as you go along.

Quest advice:

Quest Example 1 Quest Example 2

Reminders:

Reminders ![Reminders 2](https://raw.github.com/Ezandora/Guide/master/Images/Reminders 2.png) ![Reminders 3](https://raw.github.com/Ezandora/Guide/master/Images/Reminders 3.png)

The script will inform you of many resources you have - free runaways, hipster fights, semi-rares, etc. - and ideas on what to use them on. There is preliminary support for the florist friar and what to pull. It also works in aftercore.

Screenshots:

Window picture Aftercore No IOTM character BIG Day 2 end

Quests supported: All council quests, azazel, pretentious artist, untinker, legendary beat, most of the sea, unlocking the manor, the nemesis quest, pirate quest, repairing the shield generator in outer space, white citadel, the old level 9 quest, jung man's psychoses jars, and the wizard of ego.

Development guidelines

The release above is a compiled version of the development version, which can be found by checking out https://github.com/Ezandora/Guide/trunk/Source/ instead. If you wish to edit the script easily, start there. The release is compiled via Compile ASH script.rb, which collects the seventy or so scripts into one for ease of release. Currently, the only guidelines are avoid visit_url(), as well as any connection to KOL's servers. This is meant to be a local application.

This script, as well as its support scripts, are in the public domain.

Contact me in-game: Ezandora (#1557284)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].