
-
Cryptic | js5 | 220rev | HD | Skeletals | Scurrius March 2024
Good luck with your old base. Solid release.
-
- Sinhaza #185 Package
- Fluxious - HD - #200
-
Release - FuryPS - [Gradle] 317/OSRS/714+ Updated Data package
looks quite interesting. Might rip some stuff from it.
-
[EXTREME CONTENT] Enchanta - 25 skills | 28 Bosses | Construction | Bank Tabs & more
This might have the sprites im looking for Edit: it did not
-
Scape Editor - Pre-400 all in one cache tool
Thanks Ace! Love you, now turn off reply to download rofl
- Amulius~Ready-to-Host Server.~ -Released
-
Magic on Object Packet
You def showed them losers. Take that!
-
Two Years
Thank you, however it has been much longer than 2 years now. Time flys.
-
Madara changed their profile photo
-
Java 9+ right click not working Fix.
Search for this: Code: if (type == 2) { mouseWheelDown = true; mouseWheelX = i; mouseWheelY = j; return; } replace the if statement with: Code: if (SwingUtilities.isMiddleMouseButton(e)) { Then search for: Code: if (mouseevent.isMetaDown()) { clickMode1 = 2; clickMode2 = 2; } Replace the first if statement with: Code: if(SwingUtilities.isRightMouseButton(e)) { Then also in the following else block: Code: } else { clickMode1 = 1; clickMode2 = 1; } replace the else line with: Code: } else if(SwingUtilities.isLeftMouseButton(e)){
-
Dreamscape made 14m$+
Dont forget that they made money off of Jagex's Copyrighted content. Jagex can still take them to court and take back every penny. Not to mention if the IRS asks were they got all that money, id love to hear the response they give.
-
176 Data - 317 Format.
Simply, You replace the config files in your cache with the ones I have provided. You replace them with a cache tool, like Poesys cache tool, or Toms Cache Suite. Place the index folders directly in your cache. Open Client.java look for these methods and uncomment them one at a time. If you run your client with these uncommented out, they will repack that index folder. //repackCacheIndex(1); // models //repackCacheIndex(2); // anims //repackCacheIndex(3); // music //repackCacheIndex(4); // maps Like I said, do each of them one at a time, to assure they repack without issue.
-
176 Data - 317 Format.
Contents: Items list Npcs list Objects list Working Animations!! Graphics Maps Objects Npcs Items Varbits Sprites Xteas in txt and in JSON format. https://mega.nz/#!TU93wAwC!hMkF6ESv2mHU1GuyH6SfRNVqZBNNoifyvcgrQQTyh-o
-
Vencillio/ Valius Text Lag Fix
Hey everyone, Thought this thread was a little dead so I thought I would start posting some stuff. The text lag everyone is experiencing with the new Valius release can be fixed by going to ClientFrame.java and changing this: if (resizable) { setMinimumSize(new Dimension(766 + insets.left + insets.right, 555 + insets.top + insets.bottom)); } To this: if (resizable) { setMinimumSize(new Dimension(770 + insets.left + insets.right, 560 + insets.top + insets.bottom)); }
-
Ruse Base refilling HP bar fix
Please provide media of what you are talking about.