Package org.dreambot.api.methods.cs2
Class ScriptId
- java.lang.Object
-
- org.dreambot.api.methods.cs2.ScriptId
-
public class ScriptId extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BANKMAIN_SEARCHING
static int
BUILD_CHATBOX
static int
CAMERA_PITCH_YAW
Sets the camera pitch and yaw event.createEvent(CAMERA_PITCH_YAW, pitch, yaw);static int
CAMERA_ZOOM
Sets the camera zoom event.createEvent(CAMERA_ZOOM, zoom, zoom);static int
CHAT_PROMPT_INIT
static int
CHAT_SEND
Sends a chat message.static int
CHAT_TEXT_INPUT_REBUILD
Rebuilds the text input widget inside the chat interface.static int
CHATBOX_INIT
static int
GE_ITEM_SEARCH
Builds the grand exchange item search widget.static int
MESSAGE_LAYER_CLOSE
Closes the chatbox input.static int
MESSAGE_LAYER_OPEN
Readies the chatbox panel for things like the chatbox input Inverse of MESSAGE_LAYER_CLOSE Takes 1 int as parameters to the script.static int
QUEST_STATUS_GET
Queries the completion state of a quest by its struct id.
-
Constructor Summary
Constructors Constructor Description ScriptId()
-
-
-
Field Detail
-
CHAT_SEND
public static final int CHAT_SEND
Sends a chat message. Requires 1 String and 4 ints for script arguments. String message to send int modes int clan type int use target (1/0) int set target- See Also:
- Constant Field Values
-
BUILD_CHATBOX
public static final int BUILD_CHATBOX
- See Also:
- Constant Field Values
-
CHAT_TEXT_INPUT_REBUILD
public static final int CHAT_TEXT_INPUT_REBUILD
Rebuilds the text input widget inside the chat interface. Takes 1 String argument in the script. String message prefix. Only used in the GE search interfaces.- See Also:
- Constant Field Values
-
MESSAGE_LAYER_CLOSE
public static final int MESSAGE_LAYER_CLOSE
Closes the chatbox input. Takes 3 ints as parameters to the script. int clear current text int restore to chat view int submit close to server- See Also:
- Constant Field Values
-
MESSAGE_LAYER_OPEN
public static final int MESSAGE_LAYER_OPEN
Readies the chatbox panel for things like the chatbox input Inverse of MESSAGE_LAYER_CLOSE Takes 1 int as parameters to the script. int input type - message layer type to change to.- See Also:
- Constant Field Values
-
CHAT_PROMPT_INIT
public static final int CHAT_PROMPT_INIT
- See Also:
- Constant Field Values
-
QUEST_STATUS_GET
public static final int QUEST_STATUS_GET
Queries the completion state of a quest by its struct id. Takes 1 int as an argument int ID of the quest- See Also:
- Constant Field Values
-
GE_ITEM_SEARCH
public static final int GE_ITEM_SEARCH
Builds the grand exchange item search widget. Takes 3 ints as parameters- See Also:
- Constant Field Values
-
BANKMAIN_SEARCHING
public static final int BANKMAIN_SEARCHING
- See Also:
- Constant Field Values
-
CHATBOX_INIT
public static final int CHATBOX_INIT
- See Also:
- Constant Field Values
-
CAMERA_ZOOM
public static final int CAMERA_ZOOM
Sets the camera zoom event.createEvent(CAMERA_ZOOM, zoom, zoom);- See Also:
- Constant Field Values
-
CAMERA_PITCH_YAW
public static final int CAMERA_PITCH_YAW
Sets the camera pitch and yaw event.createEvent(CAMERA_PITCH_YAW, pitch, yaw);- See Also:
- Constant Field Values
-
-