clue plugin: add stash unit built status to emote clue overlay

This commit is contained in:
Hexagon
2019-05-23 23:06:58 -03:00
committed by Adam
parent 5d4f93ae7d
commit a459656906
3 changed files with 175 additions and 118 deletions

View File

@@ -95,6 +95,19 @@ public final class ScriptID
*/
public static final int CHAT_PROMPT_INIT = 223;
/**
* Checks the state of the given stash unit.
* <ul>
* <li>int (loc) The stash unit object id</li>
* <li>int Bitpacked stash unit states</li>
* <li>int Bitpacked stash unit states 2</li>
* <li>int Bitpacked stash unit states 3</li>
* </ul>
*
* Returns a pair of booleans indicating if the stash unit is built and if it is filled
*/
public static final int WATSON_STASH_UNIT_CHECK = 1479;
/**
* Queries the completion state of a quest by its struct id
* <ul>