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. Mathy replied to Mathy's topic in 317
    Oh please you know what I mean. Please don't do that
  2. Mathy replied to Mathy's topic in 317
    Re-read the first line and also if after a week or two the dl link is up on Rune-Server they'll move it Sure
  3. Mathy replied to acesucks's topic in 317
    It should only be a small quantity of NPCs that you can't attack (at least in my case). If it's the same problem I had, just look for "You can't attack this NPC" or something along those lines and try to fix which NPCs are referred by that statement
  4. Mathy replied to Mathy's topic in 317
    No problem
  5. Mathy posted a topic in 317
    Hey y'all, I know this has been leaked on Rune-Server but I'm 95% sure the DL link will go down in the next week or so, so here's a backup of the DL link This is actually a huge leak with all the files to re-run the server if you feel like it (Website files, Cache Editor in it, Interface Editor and all that). Download Link: https://www.dropbox.com/s/e9bkmile97otowh/Zaros Package.rar?dl=1 Download Link (Zaros Source/Client/Cache Only): https://www.dropbox.com/s/ftjf626wg8yj5kv/Zaros Only.zip?dl=1 Project Thread w/ media: https://www.rune-server.ee/runescape-development/rs2-server/projects/653722-eco-zaros-quality-content-multiple-revisions.html Good luck developing/ripping stuff from this. Mathy
  6. Mathy replied to acesucks's topic in 317
    Check the tools section of 317s MummaPig put a list of OSRS tools
  7. Mathy replied to h20's topic in RSPS Help
    Got leaked today
  8. Mathy replied to acesucks's topic in 317
    Sorry, again don't blame me
  9. Mathy replied to acesucks's topic in 317
    Your issue isn't about images
  10. Mathy replied to acesucks's topic in 317
    Check the person I quoted.
  11. Mathy replied to acesucks's topic in 317
    Paid for mine, not releasing since there's some people like Specci and Apollo, blame them not me, sorry again.
  12. Mathy replied to acesucks's topic in 317
    ...And then tries to sell for 30$ smh
  13. Mathy replied to acesucks's topic in 317
    Rip lmao some stuff have been removed specifically for people like Specci and Apollo, sorry can't help
  14. Mathy replied to acesucks's topic in 317
    I don't think there's any problems related to the source Please don't spam the same comment, if someone wants to help they will answer on the first comment. All you have to do is get the images from the cache with a sprite viewer, get the images on dropbox and change the dl link in whatever file it's located in. At least that's what I needed to do in my copy I didn't use Ace's but I had to fix a few things. Thanks Ace, can't wait
  15. Mathy replied to acesucks's topic in 317
    Omfg this is the reason leaks are kept for a certain amount of people that will use it for good, not try to re-sale it. Disappointed af
  16. Hey, Alright so I'm trying to make it so a certain staff (other than a magic staff, e.g. A royal sceptre) can use every god spell. So basically the royal sceptre would replace the 3 god staffs (zamorak staff, guthix, ect). Here's the method: public boolean needsRune(int runeId) { Item weapon = player.getEquipment().getItems()[3]; Item shield = player.getEquipment().getItems()[3]; if (weapon == null) { return true; } int wep = weapon.getId(); switch (runeId) { case 2415: case 2416: case 2417: if (wep == 12439) { return false; } return true; case 556: if ((wep == 1381) || (wep == 20730) || (wep == 20733) || (wep == 20736) || (wep == 20739) || (wep == 1397) || (wep == 17293)) { return false; } return true; case 554: if ((wep == 1387) || (wep == 1393) || (wep == 17293)) { return false; } return true; case 555: if ((wep == 1383) || (wep == 20730) || (wep == 20733) || (wep == 1395) || (wep == 17293) || ((shield != null) && (shield.getId() == 18346))) { return false; } return true; case 557: if ((wep == 1385) || (wep == 20736) || (wep == 20739) || (wep == 1399) || (wep == 17293)) { return false; } return true; } return true; } But then I checked the other cases and I realised that, for example, the mist battlestaff does not provide an unlimited amount of air and water runes but, for example, the air staff provides an unlimited supply of air runes. So some staffs are recognised to provide unlimited runes but others aren't... How can I fix this? I tried to be as clear as possible, if I wasn't just comment any questions and I'll answer asap Thanks !
  17. Mathy replied to h20's topic in RSPS Help
    Oh hahaha didn't know that, on his rune-server link he said he sold 3-5 copies haha
  18. Mathy replied to h20's topic in RSPS Help
    Yeah but he sold like 3-5 copies
  19. Mathy replied to h20's topic in RSPS Help
    Although I wonder where its been because I see a ton of servers with "great" content but they all have that source, like at least 5-10 servers have valius as a source
  20. Mathy replied to h20's topic in RSPS Requests
    You want somebody to leak a project?
  21. Mathy replied to h20's topic in RSPS Help
    Because it's hard to find people who are willing to pay for a source and then leak it
  22. Mathy replied to Mathy's topic in RSPS Requests
    Sorry for the bumps but I really want Valius
  23. Mathy replied to Mathy's topic in RSPS Requests
    Bump
  24. Mathy posted a topic in RSPS Requests
    Hey y'all, I'm looking for the most updated version of whatever data of OSRS the RSPS community has been able to achieve (with elder maul, twisted bow and all that), kind of like Valius (Sky isn't responding so if anyone has Valius, please send it my way ). I'm not looking for the absolute ready-to-host perfect leak, just the latest data we've been able to achieve. Thanks Mathy
  25. You bought a vpn or a vps ? A VPN is a Virtual Private Network which is to hide where you are from so basically your ip. A VPS is a Virtual Private Server which is a computer on a server which you can connect to with 3 things: the IP, the username and the password. People usually use Remote Desktop Connection because it is the best to use. So please tell me you bought a VPS, not a VPN Pm me is you need more info and/or if you want me to set it up 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.