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.

Solnes

Members
  • Joined

  • Last visited

Everything posted by Solnes

  1. Solnes replied to Juice's topic in 317
    lets see how it is
  2. Solnes replied to Jack's topic in 317
    thank you will check this out
  3. Solnes replied to kirkholt's topic in 317
    thank you will check it out!
  4. Anyone still have this? Link is dead. Please let me know.
  5. Solnes replied to androkles's topic in 317
    tyz
  6. Solnes replied to acesucks's topic in 317
    Thanks
  7. I love it when H1N1 was only selling 3 copy's of it and people decide to do this. Your amazing.
  8. Solnes replied to Apollo's topic in 317
    thank you
  9. thank you for this! going to learn how to use it now
  10. Hey there Runesuite I was just wondering a few things. I am trying to add in squeal of fortune to my source but when i added the sidebarInterface it keeps on removing the squeal of fortune pngs to the Vestage-X Achievements pngs and I cant figure out where the sprite dump is. I also posted on the site that shal not be named. But like usual I get ether no help or someone flames and tells me to "f**k off with this easy sh*t"
  11. Solnes posted a topic in RSPS Help
    didn't realize i posted in the wrong section please remove.
  12. Solnes replied to Bananastreet's topic in 317
    nice release man!
  13. NOTE: This has been released on several other sites, but I decided to post my own version. This is also my first snippet / tutorial, I hope I helped you in any way Source: PI Files: Playersave.java, Player.java, npcHandler.java Difficulity: 1/10 CHANGE WHERE I PUT ASDF TO YOUR CUSTOM POINT. Step 1: open Playersave.java (src/server/model/players) Search for this - } else if (token.equals("character-rights")) { Then you will see this - } else if (token.equals("character-rights")) { p.playerRights = Integer.parseInt(token2); Under that somewhere add this - } else if (token.equals("ASDF")) { p.ASDFPoints = Integer.parseInt(token2); In the same file search for this - characterfile.write("character-rights = ", 0, 19); Then you will see this - characterfile.newLine(); characterfile.write("character-rights = ", 0, 19); characterfile.write(Integer.toString(p.playerRights), 0, Integer.toString(p.playerRights).length()); Under that somewhere add this - characterfile.newLine(); characterfile.write("ASDF = ", 0, 9); characterfile.write(Integer.toString(p.ASDF), 0, Integer.toString(p.ASDF).length()); SAVE AND CLOSE Step 2: open Player.save (src/server/model/players) Search for - public int Keep searching until you see something like this - public int safeTimer = 0, degradeTime, KC, DC, bond, untbond, recoil = 0, kingQuest = 0, rMQ = 0, bMQ = 0, Then add this - public int safeTimer = 0, degradeTime, KC, DC, bond, untbond, recoil = 0, kingQuest = 0, rMQ = 0, bMQ = 0, ASDF, //<this is where your custom points go SAVE AND CLOSE That is it for that part of adding points to your character files. STEP 3: open npcHandler.java (src/server/model/npcs) Search for this - public void dropItems(int i) { Under that put this - if (npcs[i].npcType == NPCID) {// npc that you kill to give you the points c.ASDF += 1; c.sendMessage("You currently have "+ c.ASDF + " ASDF Points."); } SAVE AND COMPILE AND YOUR DONE.
  14. Solnes replied to Mathy's topic in 317
    Thank you for the release!
  15. Thanks for the release! Been looking for one of these!
  16. Solnes replied to Zakku's topic in 317
    thanks for the release!
  17. Hello everyone! I am looking for a custom eco pk package. like Deathx or Trizen. if anyone has or knows where i cant get. it would be greatly appreciated !

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.