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.

mr2adv

Members
  • Joined

  • Last visited

Everything posted by mr2adv

  1. Hello all, This tutorial is for: Object translations are read incorrectly from the object definitions. They are currently read as a readUShort when they should be read as a readShort. To fix, go to your ObjectDefinition.java and change the following: } else if (opcode == 70) { translateX = buffer.readUShort(); } else if (opcode == 71) { translateY = buffer.readUShort(); } else if (opcode == 72) { translateZ = buffer.readUShort(); To } else if (opcode == 70) { translateX = buffer.readShort(); } else if (opcode == 71) { translateY = buffer.readShort(); } else if (opcode == 72) { translateZ = buffer.readShort();
  2. mr2adv replied to GodJesseJames's topic in 317
    Thanks for this
  3. mr2adv replied to GodJesseJames's topic in 317
    Cool stuff. Ill download for the collection
  4. I may need to do this
  5. I wonder if I can use any of these.
  6. I wonder if these are still active.
  7. I wonder if these are still active.
  8. Crazy stuff
  9. nice
  10. mr2adv replied to GodJesseJames's topic in 317
    Cool
  11. Thank you very much for this!
  12. interesting
  13. mr2adv replied to Lagoon's topic in OSRS
    Do you still have the copy with the git archives?
  14. mr2adv replied to GodJesseJames's topic in 317
    Thanks, will check it out
  15. Hmm. may take a look
  16. Hmm. may take a look
  17. Hmm. may take a look
  18. Hmm. may take a look
  19. wow this is cool
  20. mr2adv replied to Masque's topic in 317
    wow this is a lot of customs
  21. the name has me intrigued

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.