Jump to content
Existing user? Sign In

Sign In



Sign Up

[Ruse] 5x Faster Loading / Packet Handling


Flub

Recommended Posts

I always forget about this tip.

In Client.java, search for:

for (int j = 0; j < 5; j++) {
			if (!parsePacket()) {
				break;
			}
		}

Change the 5 to around 35-40.

for (int j = 0; j < 35; j++) {
			if (!parsePacket()) {
				break;
			}
		}

Try to login / open an interface before and after - It's a huge difference!

Essentially the client was limited to just 5 packets per tick, now it's 35 :) 

Link to comment
Share on other sites

  • 3 months later...
  • 2 weeks later...
  • 2 weeks later...
  • 1 month later...
  • 1 month later...
  • 4 months later...
  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Contact

[email protected]

astra.security

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

Runewild Ikov RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex in any way & exists solely for educational purposes.

×
×
  • Create New...