
Everything posted by Mathy
-
Zaros - Released
Oh please you know what I mean. Please don't do that
-
Zaros - Released
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
-
Valius - Released
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
- Zaros - Released
-
Zaros - Released
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
-
Valius - Released
Check the tools section of 317s MummaPig put a list of OSRS tools
- no new sources leaked
-
Valius - Released
Sorry, again don't blame me
-
Valius - Released
Your issue isn't about images
- Valius - Released
-
Valius - Released
Paid for mine, not releasing since there's some people like Specci and Apollo, blame them not me, sorry again.
-
Valius - Released
...And then tries to sell for 30$ smh
-
Valius - Released
Rip lmao some stuff have been removed specifically for people like Specci and Apollo, sorry can't help
-
Valius - Released
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
-
Valius - Released
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
-
[Vencillio] Needed runes not recognized by certain staffs
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 !
-
no new sources leaked
Oh hahaha didn't know that, on his rune-server link he said he sold 3-5 copies haha
-
no new sources leaked
Yeah but he sold like 3-5 copies
-
no new sources leaked
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
-
req this server
You want somebody to leak a project?
-
no new sources leaked
Because it's hard to find people who are willing to pay for a source and then leak it
-
Little Request
Sorry for the bumps but I really want Valius
- Little Request
-
Little Request
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
-
How to link VPN to RSPS?
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