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. maybe this is live.
  2. mr2adv replied to acesucks's topic in 317
    I wonder if this is rs2 server
  3. mr2adv replied to Tiller's topic in 317
    I wonder what the combat is like
  4. I am curious about this
  5. Curious about this link
  6. Thanks Thanks
  7. mr2adv replied to Mathy's topic in 317
    Thanks
  8. mr2adv replied to Juice's topic in 317
    I want to compare this to the release
  9. I may be interested
  10. awesome leak man!! thank you
  11. mr2adv replied to bmxisrad's topic in 317
    Going to download this just to see what the heck kinda npc is Jesus of Nazareth.
  12. Thanks for this
  13. mr2adv replied to Stoked's topic in 317
    thank you for this release mate
  14. mr2adv replied to Lagoon's topic in Other (377-742)
    i wonder what the code is like
  15. mr2adv replied to GodJesseJames's topic in OSRS
    Adding to the collection
  16. 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();
  17. mr2adv replied to GodJesseJames's topic in 317
    Thanks for this
  18. mr2adv replied to GodJesseJames's topic in 317
    Cool stuff. Ill download for the collection
  19. I may need to do this
  20. I wonder if I can use any of these.

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.