public class Flax22k extends Script
| Modifier and Type | Field and Description |
|---|---|
boolean |
DownX |
int |
EXP |
int |
FlaxCount |
int |
LVL |
boolean |
Sleep |
int |
SleepCount |
int |
SpinCount |
long |
StartS |
int |
Trips |
boolean |
UpX |
| Constructor and Description |
|---|
Flax22k() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getCommands()
Not used, but remains for compatability.
|
void |
KeyPressed(int id)
NOT IMPLEMENTED YET
|
void |
NPCMessage(java.lang.String message)
Interrupt which is called when a quest message is sent to the cilent.
|
void |
ServerMessage(java.lang.String message)
Interrupt which is called when a server message is sent to the client.
|
void |
start(java.lang.String command,
java.lang.String[] parameter)
The start function for the script.
|
Accepted, AcceptTrade, AcceptTrade2, Answer, AtObject, AtObject, AtObject2, AtObject2, AttackNPC, AttackPlayer, AutoLogin, Bank, BankCount, Beep, Buy, CanReach, ChatMessage, CheckFighters, CloseBank, CloseDoor, CloseShop, CoordsAt, CoordsAt, DeclineTrade, Deposit, DisableAutoLogin, DisplayMessage, Distance, DoorAt, Drop, DuelPlayer, EmptyTile, EnableAutoLogin, EndScript, Fatigue, FindInv, FollowPlayer, ForceWalk, ForceWalkNoWait, GetAnswer, GetAnswerCount, GetCurrentStat, GetDistance, GetExperience, GetFightMode, GetHP, GetHPPercent, GetItemCommand, GetItemCount, GetItemDesc, GetItemName, GetMaxHP, GetNearestItem, GetNearestItem, GetNearestNPC, GetNearestNPC, GetNearestNPC, GetNearestNPC, GetNearestObject, GetNearestObject, GetNearestObject, GetNearestObject, GetNPCCommand, GetNPCCount, GetNPCDesc, GetNPCLevel, GetNPCMaxHP, GetNPCName, GetNPCType, GetObjectCommand1, GetObjectCommand2, GetObjectCount, GetObjectDesc, GetObjectName, GetPlayerCount, GetPrayerDrain, GetPrayerLevel, GetRandomNPC, GetRandomNPC, GetStat, GetX, GetY, InArea, InCombat, init, InLastServerMessage, InStr, IntToStr, Inv, InvByName, InvCount, InvCount, InvCountByName, IsAccepted, IsBatching, IsNPCAttackable, IsStackable, IsWalking, IsWorn, ItemAt, KeyReleased, LastChatMessage, LastChatter, LastChatterName, LastNPCMessage, LastPlayerAttacked, LastServerMessage, Loading, LoggedIn, Login, Logout, Magic, MagicDoor, MagicInventory, MagicItem, MagicNPC, MagicObject, MagicPlayer, NPCExists, NPCInCombat, NPCX, NPCY, ObjectAt, Obstructed, OpenBank, OpenDoor, OpenUnbusyBank, PID, PlayerAt, PlayerByName, PlayerDestX, PlayerDestY, PlayerHP, PlayerInCombat, PlayerX, PlayerY, Prayer, PrayerOff, PrayerOn, Print, Println, QuestMenu, Quit, Rand, Remove, ResetLastChatMessage, ResetLastNPCMessage, ResetLastPlayerAttacked, ResetLastServerMessage, ResetTrade, Running, Say, Sell, setController, SetFightMode, SetWorld, SexyPrint, Shop, ShopCount, Sleeping, SleepWord, StrToInt, TakeItem, TalkToNPC, ThieveNPC, TickCount, TradeArray, TradeArray, TradeOver, TradePlayer, TradeRequest, TradeStatus, Use, UseOnDoor, UseOnItem, UseOnNPC, UseOnObject, UseOnPlayer, Username, UseWithInventory, Version, Wait, WaitForBatchFinish, WaitForLoad, WaitForServerMessage, Walk, Walk, WalkEmpty, WalkEmptyNoWait, WalkNoWait, WalkPath, WalkPath, WalkPathReverse, WalkPathReverse, Wearable, Wield, Withdrawpublic final long StartS
public int Trips
public int EXP
public int LVL
public int FlaxCount
public int SpinCount
public int SleepCount
public boolean Sleep
public boolean UpX
public boolean DownX
public java.lang.String[] getCommands()
ScriptgetCommands in class Scriptpublic void NPCMessage(java.lang.String message)
ScriptNPCMessage in class Scriptpublic void ServerMessage(java.lang.String message)
ScriptServerMessage in class Scriptpublic void KeyPressed(int id)
ScriptKeyPressed in class Script