public class LocationWalker extends SeattaScript
SeattaScript.QuitReason| Modifier and Type | Field and Description |
|---|---|
static ScriptInfo |
info |
bgColor, bgTransparency, borderColor, c, colorDarkerGray, colorDarkGray, colorGreen, colorPurple, colorRed, colorWhite, colorYellow, paintStatus, paintW, paintX, paintY, TICKpaintBuilder, rowBuilder| Constructor and Description |
|---|
LocationWalker() |
| Modifier and Type | Method and Description |
|---|---|
void |
paintInterrupt()
This will be called by
DrawCallback every game frame. |
static void |
showUI() |
int |
start(java.lang.String[] parameters)
This function is the entry point for the program.
|
checkForEmptyInventorySpacesOrQuit, checkForEquippedItemOrQuit, checkForInventoryAmountOrQuit, checkForNotedInventoryAmountOrQuit, checkForQuestCompletionOrQuit, checkForSkillLevelOrQuit, checkForUnnotedInventoryAmountOrQuit, handleSleepAndIdleMovement, hasCompletedQuest, hasCompletedQuest, hasEmptyInventorySpaces, hasEquippedItem, hasEquippedItem, hasInventoryAmount, hasInventoryAmount, hasItem, hasItem, hasNotedInventoryAmount, hasNotedInventoryAmount, hasNotedItem, hasNotedItem, hasSkillLevel, hasSkillLevel, hasUnnotedInventoryAmount, hasUnnotedInventoryAmount, hasUnnotedItem, hasUnnotedItem, isAtCoords, isAtLocation, isHCIM, isRunningAndLoggedIn, isScriptRunning, isUIM, quit, quit, quit, quit, sleepTicks, sleepWhileBatching, walkTowards, walkTowards, walkTowardsNearestBankchatCommandInterrupt, chatMessageInterrupt, keyPressInterrupt, npcDamagedInterrupt, playerDamagedInterrupt, privateMessageReceivedInterrupt, questMessageInterrupt, serverMessageInterrupt, setController, tradeMessageInterruptpublic static ScriptInfo info
public int start(java.lang.String[] parameters)
IdleScriptstart in class IdleScriptparameters - an array of String values representing the parameters passed to the functionpublic static void showUI()
public void paintInterrupt()
IdleScriptDrawCallback every game frame. Override this in
your script to paint on the screen.paintInterrupt in class IdleScript