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.

Dyrango

Members
  • Joined

  • Last visited

Everything posted by Dyrango

  1. Dyrango replied to Stoked's topic in 317
    Checking it out
  2. thanks for the content.
  3. Anyone figure something out about the missing file when you click on prayer tab?
  4. very nice
  5. Looking for something
  6. Every time I click on prayer tab this shows up, no matter curses or normal prayers. Interface maybe missing something? model is incomplete or missing [ type = 5] [nodeId = 1033] This is where it's pulling the "ID" from. I don't understand how I figure out what texture to replace or fix. Inside of the textures in cache, they're only "49.dat files". private void handleFailed() { uncompletedCount = 0; for(OnDemandEntry entry = (OnDemandEntry) requested.getFirst(); entry != null; entry = (OnDemandEntry) requested.getNext()) { if(entry.incomplete) { uncompletedCount++; System.out.println("Error: model is incomplete or missing [ type = " + entry.type + "] [nodeId = " + entry.id + "]"); } } while(uncompletedCount < 10) { try { final OnDemandEntry entry = (OnDemandEntry) aClass19_1368.removeFirst(); if(entry == null) break; requested.addLast(entry); missingFile(entry); uncompletedCount++; closeRequest(entry); waiting = true; } catch(Exception e) { final OnDemandEntry entry = (OnDemandEntry) aClass19_1368.removeFirst(); e.printStackTrace(); System.out.println("missing: type: "+entry.type+" ID"+entry.id); } } }
  7. I remember a rsps I played a long while back called arrav
  8. Dyrango replied to Jack's topic in 317
    nice
  9. Dyrango replied to Jack's topic in OSRS
    Might use.
  10. Dyrango replied to Jack's topic in 317
    Interesting.

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.