Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Nostale
You last visited: Today at 06:13

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[problem or doubt]Nostale Laucher

Discussion on [problem or doubt]Nostale Laucher within the Nostale forum part of the MMORPGs category.

Reply
 
Old   #1
 
MANUEL PERES's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 297
Received Thanks: 74
[problem or doubt]Nostale Laucher

Hello epvp I wanted to know how it will be to make a laucher detect if the server is off on the ports and ip thanks
MANUEL PERES is offline  
Old 09/13/2017, 23:12   #2
 
0Lucifer0's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,005
Received Thanks: 1,018
a simple telnet or tcp connection from your launcher on the server.
0Lucifer0 is offline  
Old 09/14/2017, 23:45   #3
 
MANUEL PERES's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 297
Received Thanks: 74
Quote:
Originally Posted by 0Lucifer0 View Post
a simple telnet or tcp connection from your launcher on the server.
THANKS IT'S WORKING

Code:
private void Button4_Click(object sender, EventArgs e)
		{
			TcpClient tcpClient = new TcpClient();
			TcpClient tcpClient2 = new TcpClient();
			try
			{
				tcpClient.Connect("127.0.0.1", 6005);
			}
			catch (Exception expr_21)
			{
				ProjectData.SetProjectError(expr_21);
				this.Label3.Text = "OFFLINE";
				this.Label3.ForeColor = Color.Red;
				this.Button1.Enabled = false;
				ProjectData.ClearProjectError();
			}
			try
			{
				tcpClient2.Connect("127.0.0.1", 3825);
			}
			catch (Exception expr_74)
			{
				ProjectData.SetProjectError(expr_74);
				this.Label4.Text = "OFFLINE";
				this.Label4.ForeColor = Color.Red;
				this.Button1.Enabled = false;
				ProjectData.ClearProjectError();
			}
			bool connected = tcpClient.Connected;
			if (connected)
			{
				this.Label3.ForeColor = Color.Green;
				this.Label3.Text = "ONLINE";
				this.Button1.Enabled = true;
				tcpClient.Close();
			}
			connected = tcpClient2.Connected;
			if (connected)
			{
				this.Label4.ForeColor = Color.Green;
				this.Label4.Text = "ONLINE";
				this.Button1.Enabled = true;
				tcpClient2.Close();
			}
		}
MANUEL PERES is offline  
Reply


Similar Threads Similar Threads
Search work laucher on source 3.5, how to add patch to laucher?
09/23/2014 - 4Story - 0 Replies
Hello I search a lagucher witch source 3.5 e.g TServer/tools/laucher/eu etc.. And I have a question how to add patcher to laucher? ( need code)
Apb reloaded laucher problem
09/21/2014 - All Points Bulletin - 2 Replies
Hallo Ich habe das problem, dass sich mein launcher nach ca. 2 sec nach dem öffnen schließt und nicht updatet. es kommt noch nicht einmal eine fehlermeldung. Wie behebe ich das problem? mfg
Neverwinter Laucher problem
05/10/2013 - Neverwinter - 0 Replies
Hey brauchte mal eure Hilfe hab mir gerade Neverwinter (http://nw.perfectworld.com/) heruntergeladen und installiert wenn ich es jetzt starte sieht der Launcher so aus: schau hier hatte das schon mal jemand von euch oder hat einen eine Idee wie ich das Problem lösen kann
BAKEICE.exe laucher webthunder.net someone help!
09/04/2007 - Lineage 2 - 1 Replies
server: WebThunder.net - The World Behind the Magic! patcher: http://www.webthunder.net/downloads/WebThunder_Int erlude_Launcher_v219.exe this a patch c6 , use the system of original server, and they connect to the server only connect to patch, and he delete host file, and if u open l2w and the patcher he closed l2w plz someone de-crypt or know the connection mode of this sh1t tnx



All times are GMT +1. The time now is 06:13.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.