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.

Mathy

Members
  • Joined

  • Last visited

Everything posted by Mathy

  1. True, but I know which one he wants Thanks for offering your help
  2. Mathy replied to Mathy's topic in RSPS Requests
    Yeah mostly, I just like some ideas that they have, but thanks for looking around, anything, I mean ANYTHING, can help
  3. Mathy replied to Life's topic in 317
    I second that
  4. Take a look at my answer
  5. if (itemUsed == ITEM_TO_UPGRADE_ID && useWith == ITEM_TO_UPGRADE_ID) { c.sendMessage("You upgraded..."); c.getItems().deleteItem(ITEM_TO_UPGRADE_ID, 1); c.getItems().deleteItem(ITEM_TO_UPGRADE_ID, 1); c.getItems().addItem(UPGRADED_ITEM_ID, 1); } For example: 123 and 456 are used together to give 789 if (itemUsed == 123 && useWith == 456) { c.sendMessage("You upgraded..."); c.getItems().deleteItem(123, 1); c.getItems().deleteItem(456, 1); c.getItems().addItem(789, 1); }
  6. Mathy replied to Life's topic in 317
    Get outta here, you probably don't know anything about that source lol
  7. Mathy posted a topic in RSPS Requests
    Hey guys, It's me once again but this time I am looking for Awaken-Ps source and client and cache to rip some customs and some zones. PM me, comment or message me on skype: sakoofortin ! Thank you so much if y'all help me Mathy
  8. Mathy replied to Life's topic in RS3
    Looks great!
  9. Mathy replied to Life's topic in RS3
    Not a fan of 700+ but thanks !
  10. Thanks !
  11. Mathy replied to Tiller's topic in 317
    Good, thank you. I didn't know a server had to run on a database
  12. Mathy replied to acesucks's topic in 317
    It's pretty rare that a server runs off of MySQL, just comment out where the server initializes and it should do it
  13. Hey guys, My name is Mathy and I have been coding RSPS for the past 6-7 years. I coded from #108 data to 317 all the way to 800+. If anyone here needs help, my Skype is sakoofortin . Anytime, if I am able to answer, just tell me what you need after you requested to be in my contact list and I'll be more than glad to answer them ! I will post this thread in all revisions' topics on the forums. You can also PM me in here I look forward to help/work with y'all Mathy
  14. Hey guys, My name is Mathy and I have been coding RSPS for the past 6-7 years. I coded from #108 data to 317 all the way to 800+. If anyone here needs help, my Skype is sakoofortin . Anytime, if I am able to answer, just tell me what you need after you requested to be in my contact list and I'll be more than glad to answer them ! I will post this thread in all revisions' topics on the forums. You can also PM me in here I look forward to help/work with y'all Mathy

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.