Update Scripts to 2021-11-24
This commit is contained in:
committed by
Max Weber
parent
0b4976b87b
commit
084edbffb6
@@ -40,12 +40,15 @@ public final class ScriptID
|
||||
/**
|
||||
* Sends a chat message
|
||||
* <ul>
|
||||
* <li> int (byte) Flags </li>
|
||||
* <li> String Message to send </li>
|
||||
* <li> int modes </li>
|
||||
* <li> int (clan type) </li>
|
||||
* <li> int (boolean) use target</li>
|
||||
* <li> int set target </li>
|
||||
* </ul>
|
||||
*/
|
||||
@ScriptArguments(integer = 1, string = 1)
|
||||
public static final int CHATBOX_INPUT = 96;
|
||||
@ScriptArguments(integer = 4, string = 1)
|
||||
public static final int CHAT_SEND = 5517;
|
||||
|
||||
/**
|
||||
* Rebuilds the chatbox and the pmbox
|
||||
|
||||
Reference in New Issue
Block a user