public class FarmMassAcceptShantay extends IdleScript
| Modifier and Type | Field and Description |
|---|---|
static ScriptInfo |
info |
paintBuilder, rowBuilder| Constructor and Description |
|---|
FarmMassAcceptShantay() |
| Modifier and Type | Method and Description |
|---|---|
int |
start(java.lang.String[] parameters)
This function is the entry point for the program.
|
void |
tradeMessageInterrupt(java.lang.String player)
Called by
MessageCallback every time a new trade message is drawn on the
screen. |
chatCommandInterrupt, chatMessageInterrupt, keyPressInterrupt, npcDamagedInterrupt, paintInterrupt, playerDamagedInterrupt, privateMessageReceivedInterrupt, questMessageInterrupt, serverMessageInterrupt, setControllerpublic static final ScriptInfo info
public void tradeMessageInterrupt(java.lang.String player)
IdleScriptMessageCallback every time a new trade message is drawn on the
screen. Override this in your script to process these messages.tradeMessageInterrupt in class IdleScriptplayer - -- variable containing the message.public int start(java.lang.String[] parameters)
start in class IdleScriptparameters - an array of String values representing the parameters passed to the function