Class ScriptId


  • public class ScriptId
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScriptId()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • 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
      • 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
      • 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
    • Constructor Detail

      • ScriptId

        public ScriptId()