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.

GodJesseJames

Members
  • Joined

  • Last visited

Everything posted by GodJesseJames

  1. GodJesseJames replied to GodJesseJames's topic in 317
    Bobthedragon was my name lmao each member of exilius had a name. Seeing inam no longer with exilius I removed it Seeing it wasn't needed anymore.
  2. GodJesseJames replied to GodJesseJames's topic in 317
    it was removed because it wasn't needed anymore. seeing i left the exilius team.
  3. GodJesseJames replied to GodJesseJames's topic in 317
    Your welcome
  4. GodJesseJames posted a topic in 317
    Grim is the realist
  5. added this weeks data to the list ENJOY!
  6. Lol go to grim for the data
  7. GodJesseJames replied to GodJesseJames's topic in 317
    because no keyframe system.
  8. GodJesseJames replied to GodJesseJames's topic in 317
    its most up to data its legit live osrs rn
  9. GodJesseJames posted a topic in 317
    Grim is the realist
  10. Hello i will be sharing how to update the client to load 211+ maps everything your going to be editing is in ObjectManager. underlays and underlays got changed from a byte to a short. you will see something like this aByteArrayArrayArray142[l][k9][i8] & 0xf for this underlays[l][x][z] & 0xff same thing for overlays the & 0xff needs to be & 0x3FFF Make sure you do both overlays and underlays you will see something like this private void method181(int i, int j, Buffer stream, int k, int l, int i1, int k1) { try { if (k >= 0 && k < 104 && i >= 0 && i < 104) { int absX = (k1 + k); int absY = (j + i); int absZ = (i1 + l); tileFlags[l][k][i] = 0; do { int l1 = stream.readUnsignedByte(); if (l1 == 0) if (l == 0) { tileHeights[0][k][i] = -calculateVertexHeight(0xe3b7b + k + k1, 0x87cce + i + j) * 8; return; } else { tileHeights[l][k][i] = tileHeights[l - 1][k][i] - 240; return; } if (l1 == 1) { int j2 = stream.readUnsignedByte(); if (j2 == 1) j2 = 0; if (l == 0) { tileHeights[0][k][i] = -j2 * 8; return; } else { tileHeights[l][k][i] = tileHeights[l - 1][k][i] - j2 * 8; return; } } if (l1 <= 49) { overlays[l][k][i] = stream.readSignedByte(); overlayTypes[l][k][i] = (byte) ((l1 - 2) / 4); overlayOrientations[l][k][i] = (byte) ((l1 - 2) + i1 & 3); } else if (l1 <= 81) tileFlags[l][k][i] = (byte) (l1 - 49); else underlays[l][k][i] = (byte) (l1 - 81); } while (true); } do { int i2 = stream.readUnsignedByte(); if (i2 == 0) break; if (i2 == 1) { stream.readUnsignedByte(); return; } if (i2 <= 49) stream.readUnsignedByte(); } while (true); } catch (Exception e) { } } make sure it looks like this private void method181(int i, int j, Buffer stream, int k, int l, int i1, int k1) { try { if (k >= 0 && k < 104 && i >= 0 && i < 104) { int absX = (k1 + k); int absY = (j + i); int absZ = (i1 + l); tileFlags[l][k][i] = 0; do { int l1 = stream.readUShort(); if (l1 == 0) if (l == 0) { tileHeights[0][k][i] = -calculateVertexHeight(0xe3b7b + k + k1, 0x87cce + i + j) * 8; return; } else { tileHeights[l][k][i] = tileHeights[l - 1][k][i] - 240; return; } if (l1 == 1) { int j2 = stream.readUnsignedByte(); if (j2 == 1) j2 = 0; if (l == 0) { tileHeights[0][k][i] = -j2 * 8; return; } else { tileHeights[l][k][i] = tileHeights[l - 1][k][i] - j2 * 8; return; } } if (l1 <= 49) { overlays[l][k][i] = (short) stream.readSignedWord(); overlayTypes[l][k][i] = (byte) ((l1 - 2) / 4); overlayOrientations[l][k][i] = (byte) ((l1 - 2) + i1 & 3); } else if (l1 <= 81) tileFlags[l][k][i] = (byte) (l1 - 49); else underlays[l][k][i] = (short) (l1 - 81); } while (true); } do { int i2 = stream.readUShort(); if (i2 == 0) break; if (i2 == 1) { stream.readUnsignedByte(); return; } if (i2 <= 49) stream.readSignedWord(); } while (true); } catch (Exception e) { } }that should do it
  11. GodJesseJames replied to Juice's topic in 317
    oo
  12. its broken to hell good sir. it wasnt't his to give. he forced epic the guy who started exilius out and it fell because he left me to code. and i had to fix his fuck ups. all the client work is mine sorry buddy didnt know the truth but now that i know im so sorry. this man is not the one that started all the shit.
  13. sorry buddy didnt know the truth but now that i know im so sorry. this man is not the one that started all the shit.
  14. GodJesseJames replied to Mrcastiel's topic in RS3
    awesome
  15. awesome

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.