Jump to content
View in the app

A better way to browse. Learn more.

RuneSuite RSPS Development

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted
comment_7393
Purpose: To show you how to write to interfaces.
Classes Modified: I used Command.java to use a command to show me.
Step 1: Open Command.java
Add a new command:

 else if(cmd[0].equals("ti") && p.rights >= 2) {
String string = "line";
int inter = Integer.parseInt(cmd[1]);
int child = Integer.parseInt(cmd[2]);
p.frames.showInterface(p, inter);
for(int i = 0; i < child; i++) {
p.frames.setString(p, string+i, inter, i);
}
}
This is the hidden content, please

^^ That will show you the interface with the text "line" for each childId.
NOW: If you client crashes... Look on it:
You should see something like this:

Error: Class68_Sub20_Sub15:64 PacketParser:1051 Class14:33 Class90:143 client:78
4 Applet_Sub1:485 Applet_Sub1:156 java.lang.Thread.run | java.lang.ArrayIndexOut
OfBoundsException: 107 | T2 - 179,179,179 - 12,3163,3484 - 108,105,110,101,49,48
,55,0,0,107,0,-100,
This is the hidden content, please

Where it says java.lang.ArrayIndexOutOfBoundsException: 107 thats where you gotta look for the total lines to write to.
The number 107 is the number of lines writable.
Try it:

::ti 156 107
This is the hidden content, please
Credits: 60
 
  • 1 month later...
  • 5 years later...

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.