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.

RynShirayuki

Members
  • Joined

  • Last visited

  1. Huge, thanks for this
  2. Do people still use frostys?
  3. RynShirayuki replied to Jack's topic in OSRS
    Lets see
  4. I remember playing this years ago
  5. Hm, let's see
  6. Looks good
  7. I can see a lot of people are using this now.
  8. If these are still downloadable, I'm going to use them for sure.
  9. You cannot download this anymore, it says it is not found on runeindex
  10. RynShirayuki replied to Juice's topic in 317
    If this is still up, I'd love to look at it.
  11. RynShirayuki replied to OG Zen's topic in RS3
    Hm, if this still works I'll look at it
  12. If the link still works, I'll try it out
  13. RynShirayuki changed their profile photo
  14. RynShirayuki posted a topic in RS3
    public static boolean convertItems(Player player, Item item) { if (item.getDefinitions().containsOption("Convert")) { for (int i = 45405; i < Utils.getItemDefinitionsSize(); i++) { if (ItemDefinitions.getItemDefinitions(i).getName().equalsIgnoreCase(item.getName())) { item.setId(i); player.getInventory().refresh(); player.getPackets().sendGameMessage("You have converted your " + item.getName().toLowerCase() + " to a useable form."); break; } } return true; } return false; }

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.