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.

Galaxy

Members
  • Joined

  • Last visited

Everything posted by Galaxy

  1. Galaxy replied to Madara's topic in RS3
    thanks.
  2. Galaxy replied to Zakku's topic in 317
    thank you
  3. thanks
  4. Galaxy replied to Mrcastiel's topic in RS3
    thank you, sir.
  5. thank you sir.
  6. thank you.
  7. Galaxy replied to acesucks's topic in 317
    @Ace please upload the cache. This is what ive been looking for to start my project but i need the cache. edit: nvm i got it
  8. Thanks for this
  9. your able to do alot of things w/o a map editor if you know where to look.
  10. The objectivate of this is to take a area and imply water on the ground. This can be done by changing a tiles texture value. I'm releasing because this knowledge could have saved me a lot of time but I couldn't find it anywhere. In ObjectManager search for if(tileX >= 0 && tileX < 104 && tileY >= 0 && tileY < 104) { Add this directly after int absX = (k1 + tileX); int absY = (j + tileY); In the same method you should find something like this if(tileType <= 49) { overLay[tilePlane][tileX][tileY] = stream.readSignedByte(); overlayClippingPaths[tilePlane][tileX][tileY] = (byte)((tileType - 2) / 4); overlayClippingPathRotations[tilePlane][tileX][tileY] = (byte)((tileType - 2) + rotation & 3); } else Before it, we're going to put this. if(absX >= 2679 && absX <= 2684 && absY >= 3714 && absY <= 3718) overLay[tilePlane][tileX][tileY] = 112;

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.