Jump to content
Existing user? Sign In

Sign In



Sign Up
Search In
  • More options...
Find results that contain...
Find results in...

Connecting to Server Anguish


Wyrmrush
 Share

Recommended Posts

 

Hello friend I bring you a tutorial of the message "Conneting to Server" when starting section in anguish

 

Go to Client Game and look for the following

 

public void login(String s, String s1, boolean flag) {

 

and down it will come out something like this

		if (missingPassword()) {
			return;
		}

		firstLoginMessage = "";
		secondLoginMessage = "";
		Signlink.errorname = s;
		try {
			if (!flag) {

				drawLoginScreen(true);
			}

Replace it to this

 

		if (missingPassword()) {
			return;
		}

		firstLoginMessage = "Connecting to server...";
		secondLoginMessage = "";
		Signlink.errorname = s;
		try {
			if (!flag) {

				drawLoginScreen(true);
			}

 

Enjoy! join my Discord

Link to comment
Share on other sites

  • 1 year later...
  • 3 weeks later...
On 1/4/2022 at 3:54 PM, Wyrmrush said:

 

Hello friend I bring you a tutorial of the message "Conneting to Server" when starting section in anguish

 

Go to Client Game and look for the following

 

public void login(String s, String s1, boolean flag) {

 

and down it will come out something like this

		if (missingPassword()) {
			return;
		}

		firstLoginMessage = "";
		secondLoginMessage = "";
		Signlink.errorname = s;
		try {
			if (!flag) {

				drawLoginScreen(true);
			}

Replace it to this

 

		if (missingPassword()) {
			return;
		}

		firstLoginMessage = "Connecting to server...";
		secondLoginMessage = "";
		Signlink.errorname = s;
		try {
			if (!flag) {

				drawLoginScreen(true);
			}

 

Enjoy! join my 

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 

ty

Link to comment
Share on other sites

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
 Share

Contact

ltlimes

RSPS Partners

RedemptionRSPS

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

oldschoolrsps Runewild RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex, rune-server and runelocus in any way & exists solely for educational purposes.

×
×
  • Create New...