runelite-client: remove removed scripts
This commit is contained in:
@@ -109,17 +109,6 @@ public final class ScriptID
|
||||
@ScriptArguments()
|
||||
public static final int CHAT_PROMPT_INIT = 223;
|
||||
|
||||
/**
|
||||
* Displays the game messages when clicking on an item inside the Items Kept on Death interface
|
||||
* <ul>
|
||||
* <li> int (boolean) Item kept on death </li>
|
||||
* <li> int Item Quantity </li>
|
||||
* <li> String Item Name </li>
|
||||
* </ul>
|
||||
*/
|
||||
@ScriptArguments(integer = 2, string = 1)
|
||||
public static final int DEATH_KEEP_ITEM_EXAMINE = 1603;
|
||||
|
||||
/**
|
||||
* Checks the state of the given stash unit.
|
||||
* <ul>
|
||||
@@ -204,12 +193,6 @@ public final class ScriptID
|
||||
@ScriptArguments(string = 1)
|
||||
public static final int FRIENDS_CHAT_SEND_KICK = 215;
|
||||
|
||||
/**
|
||||
* Builds the items kept on death widget
|
||||
*/
|
||||
@ScriptArguments(integer = 4, string = 2)
|
||||
public static final int DEATH_KEEP_BUILD = 1601;
|
||||
|
||||
/**
|
||||
* Builds the widget that holds all of the players inside a friends chat
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user