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. mr2adv replied to dewi's topic in 317
    never heard of this, im guessing just another xeros?
  2. mr2adv replied to Tiller's topic in OSRS
    I wonder if this thread has live links. Looking for lost isle/vernox
  3. I wonder if this thread has live links. Looking for lost isle/vernox
  4. I wonder if this thread has live links. Looking for lost isle/vernox
  5. maybe this is live.
  6. mr2adv replied to acesucks's topic in 317
    I wonder if this is rs2 server
  7. mr2adv replied to Tiller's topic in 317
    I wonder what the combat is like
  8. I am curious about this
  9. Curious about this link
  10. Thanks Thanks
  11. mr2adv replied to Mathy's topic in 317
    Thanks
  12. mr2adv replied to Juice's topic in 317
    I want to compare this to the release
  13. I may be interested
  14. awesome leak man!! thank you
  15. mr2adv replied to bmxisrad's topic in 317
    Going to download this just to see what the heck kinda npc is Jesus of Nazareth.
  16. Thanks for this
  17. mr2adv replied to Stoked's topic in 317
    thank you for this release mate
  18. mr2adv replied to Lagoon's topic in Other (377-742)
    i wonder what the code is like
  19. mr2adv replied to GodJesseJames's topic in OSRS
    Adding to the collection
  20. 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();

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.