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.

Valentino

Banned
  • Joined

  • Last visited

Everything posted by Valentino

  1. Checking it out thanks mate for the release! ?
  2. nice release man! will have a look thanks.
  3. Thanks for the release ,ima check it out! ?
  4. Good stuff
  5. Valentino replied to MGK's topic in RSPS Help
    False , You can exploit it for sure, get the login packet out of the client and malform it for what ever you wanna use it , altought i gotta say , it wont do you any good , but some soft of exploit is definitly possible.
  6. DT

    Valentino replied to freetaxihome's topic in RSPS Help
    Ye run the whole project as a maven project , make sure to build the path before you do anything else.
  7. Would agree with him , just set up postgreSQL , Import the sql file and make sure your host is open for remote sql , just make sure to add your server ip in there and you should be good to go.
  8. Make sure you import the file tree extenting the source method. If the problem still exsists check if the file tree is in order , if not something might be missing and would need to be backed up
  9. Valentino replied to lumb0's topic in RSPS Help
    Its not as hard as you think it is , if you understand java enough it shouldent be a big hassle like everyone says it is Go explore!
  10. I agree , Seems like a solution though
  11. Lol it litterly says it
  12. Make sure your read value's are up-to-date , If this doesnt work , it might be the model your using , or the anim definitions of the npc. private void readValues(Stream stream) { while(true) { int i = stream.readUnsignedByte(); if (i == 0) { return; } if (i == 1) { modelId = stream.readUnsignedWord(); } else if (i == 2) { anInt406 = stream.readUnsignedWord(); if (AnimationDefinition.anims != null) { aAnimation_407 = AnimationDefinition.anims[anInt406]; } } else if (i == 4) { anInt410 = stream.readUnsignedWord(); } else if (i == 5) { anInt411 = stream.readUnsignedWord(); } else if (i == 6) { anInt412 = stream.readUnsignedWord(); } else if (i == 7) { anInt413 = stream.readUnsignedWord(); } else if (i == 8) { anInt414 = stream.readUnsignedWord(); } else if (i == 40) { int j = stream.readUnsignedByte(); for (int k = 0; k < j; k++) { anIntArray408[k] = stream.readUnsignedWord(); anIntArray409[k] = stream.readUnsignedWord(); } } else { System.out.println("Error unrecognised spotanim config code: " + i); } } }
  13. Valentino replied to Juice's topic in RSPS Help
    Make ure the file format is okay , and make sure you dont make any typo's , also make sure your server is responding on ftp requests.
  14. Looks like a nice launcher
  15. Why would it be donotor only though? Isnt it just gonna be re released somewhere else?
  16. Use Apollo's refractored source , its a good steady learning base.

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.