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.

NathyLad

Members
  • Joined

  • Last visited

  1. public static void bountyHunterWidget(TextDrawingArea[] tda) { RSInterface widget = addInterface(28000); addHDSprite(28001, 1, "Interfaces/BountyHunter/IMAGE"); addText(28003, "Target:", tda, 0, 0xFFFF00, false, true); addText(28004, "Abnant", tda, 1, 0xFFFFFF, true, true); addText(28005, "Lvl 1-4, Cmb 70", tda, 0, 0xCC0000, true, true); addText(28006, "Wealth: V. Low", tda, 0, 0xFFFF00, true, true); setChildren(14, widget); setBounds(28001, 421, 10, 0, widget); setBounds(28003, 440, 13, 1, widget); setBounds(28004, 458, 26, 2, widget); setBounds(28005, 458, 42, 3, widget); setBounds(28006, 359, 42, 4, widget); setBounds(196, 420, 281, 5, widget); setBounds(28030, 345, 20, 6, widget); setBounds(28032, 345, 20, 7, widget); setBounds(28034, 345, 20, 8, widget); setBounds(28036, 345, 20, 9, widget); setBounds(28038, 345, 20, 10, widget); setBounds(28040, 345, 20, 11, widget); setBounds(28020, 0, 0, 12, widget); setBounds(28070, 0, 0, 13, widget); RSInterface sprite; int imageId = 2; for (int i = 0; i < 12; i += 2) { sprite = addInterface(28030 + i); addSprite(28031 + i, imageId++, "Interfaces/BountyHunter/IMAGE"); setChildren(1, sprite); setBounds(28031 + i, 0, 0, 0, sprite); } RSInterface statistics = addInterface(28020); setChildren(9, statistics); addHDSprite(28021, 0, "Interfaces/BountyHunter/IMAGE"); addText(28022, "Current Record", tda, 0, 0xFFFF00, false, true); addText(28023, "Rogue:", tda, 0, 0xFFFF00, false, true); addText(28024, "Hunter:", tda, 0, 0xFFFF00, false, true); addText(28025, "1", tda, 0, 0xFFFF00, true, true); addText(28026, "2", tda, 0, 0xFFFF00, true, true); addText(28027, "3", tda, 0, 0xFFFF00, true, true); addText(28028, "4", tda, 0, 0xFFFF00, true, true); addSprite(28029, 8, "Interfaces/BountyHunter/IMAGE"); setBounds(28021, 340, 58, 0, statistics); setBounds(28022, 420, 60, 1, statistics); setBounds(28023, 375, 73, 2, statistics); setBounds(28024, 375, 87, 3, statistics); setBounds(28025, 440, 73, 4, statistics); setBounds(28026, 440, 87, 5, statistics); setBounds(28027, 481, 73, 6, statistics); setBounds(28028, 481, 87, 7, statistics); setBounds(28029, 347, 74, 8, statistics); RSInterface timerWidget = addInterface(28070); addHDSprite(28071, 10, "Interfaces/BountyHunter/IMAGE"); addText(28072, "0:59", tda, 0, 0xff9040, true, true); setChildren(2, timerWidget); setBounds(28071, 293, 10, 0, timerWidget); setBounds(28072, 307, 27, 1, timerWidget); } Where i believe it's being called from.
  2. NathyLad replied to Xtnate's topic in RSPS Help
    Are you using remoteSQL? Sometimes security gets in the way.
  3. Some are fine, everything is fine in fixed mode but when i go into wild and resize the screen the interfaces don't resize as they should, any ideas? http://prntscr.com/epoinp I don't usually ask for help unless I'm genuinely stuck.

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.