clue plugin: add stash unit built status to emote clue overlay
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user