public class TaverlyBuyer extends IdleScript
This bot supports the autostart Parameter autostart collects Newts then Vials
Modifier and Type | Field and Description |
---|---|
static ScriptInfo |
info |
paintBuilder, rowBuilder
Constructor and Description |
---|
TaverlyBuyer() |
Modifier and Type | Method and Description |
---|---|
void |
bank() |
void |
paintInterrupt()
This will be called by
DrawCallback every game frame. |
void |
scriptStart() |
void |
setupGUI() |
int |
start(java.lang.String[] parameters)
This function is the entry point for the program.
|
void |
walkToBank() |
void |
walkToTaverly() |
chatCommandInterrupt, chatMessageInterrupt, keyPressInterrupt, npcDamagedInterrupt, playerDamagedInterrupt, privateMessageReceivedInterrupt, questMessageInterrupt, serverMessageInterrupt, setController, tradeMessageInterrupt
public static final ScriptInfo info
public int start(java.lang.String[] parameters)
start
in class IdleScript
parameters
- an array of String values representing the parameters passed to the functionpublic void scriptStart()
public void bank()
public void walkToBank()
public void walkToTaverly()
public void setupGUI()
public void paintInterrupt()
IdleScript
DrawCallback
every game frame. Override this in
your script to paint on the screen.paintInterrupt
in class IdleScript