public class S_CurseGrapesZ extends IdleScript
| Modifier and Type | Field and Description |
|---|---|
static ScriptInfo |
info |
paintBuilder, rowBuilder| Constructor and Description |
|---|
S_CurseGrapesZ() |
| Modifier and Type | Method and Description |
|---|---|
void |
bank() |
int |
countLoot() |
void |
curseGrapes() |
void |
scriptStart() |
int |
start(java.lang.String[] parameters)
This function is the entry point for the program.
|
void |
startSequence() |
void |
teleToBank() |
void |
walkToGrave() |
chatCommandInterrupt, chatMessageInterrupt, keyPressInterrupt, npcDamagedInterrupt, paintInterrupt, playerDamagedInterrupt, privateMessageReceivedInterrupt, questMessageInterrupt, serverMessageInterrupt, setController, tradeMessageInterruptpublic static final 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 void startSequence()
public void scriptStart()
public void teleToBank()
public void walkToGrave()
public int countLoot()
public void bank()
public void curseGrapes()