Jump to content

Recommended Posts

Posted

Hey there!

 

Referring to aCis project,

I noticed an issue that if you open a public server from your PC, other players can join but you can't join from the machine that you are running the server (as localhost).

 

Here is the quick fix about that issue,

--- a/aCis_gameserver/java/net/sf/l2j/loginserver/network/serverpackets/ServerList.java
+++ b/aCis_gameserver/java/net/sf/l2j/loginserver/network/serverpackets/ServerList.java
@@ -22,10 +22,13 @@
 	{
 		_lastServer = client.getLastServer();
 		
+		String clientIp = client.getConnection().getInetAddress().getHostAddress();
+		boolean isLocalhost = clientIp.equals("127.0.0.1"); 
+		
 		for (GameServerInfo gsi : GameServerManager.getInstance().getRegisteredGameServers().values())
 		{
 			final StatusType status = (client.getAccessLevel() < 0 || (gsi.getStatus() == StatusType.GM_ONLY && client.getAccessLevel() <= 0)) ? StatusType.DOWN : gsi.getStatus();
-			final String hostName = gsi.getHostName();
+			final String hostName = isLocalhost ? "127.0.0.1" : gsi.getHostName();
 			
 			_servers.add(new ServerData(status, hostName, gsi));
 		}

 

  • Upvote 1
Posted

Use this code for detecting all local network addresses:

	public static boolean isLocalResourceByIp(InetAddress address)
	{
		if (address == null || address.isLinkLocalAddress() || address.isLoopbackAddress() || address.isAnyLocalAddress() || address.isSiteLocalAddress())
			return true;
		
		return false;
	}

 

Otherwise if you try to connect from other local machine you will have fault.

  • 1 month later...
  • 1 month later...
  • 1 year later...
Posted (edited)
On 12/18/2020 at 7:32 PM, Rootware said:

Use this code for detecting all local network addresses:

	public static boolean isLocalResourceByIp(InetAddress address)
	{
		if (address == null || address.isLinkLocalAddress() || address.isLoopbackAddress() || address.isAnyLocalAddress() || address.isSiteLocalAddress())
			return true;
		
		return false;
	}

 

Otherwise if you try to connect from other local machine you will have fault.

i have this kind of fault. but i am a bit newbie and i cant undestand where to put this

Edited by thepsolartek
Posted
8 hours ago, thepsolartek said:

i have this kind of fault. but i am a bit newbie and i cant undestand where to put this

java/net/sf/l2j/loginserver/network/serverpackets/ServerList.java
Posted (edited)
On 4/19/2022 at 10:16 AM, An4rchy said:
java/net/sf/l2j/loginserver/network/serverpackets/ServerList.java

i didnt exactly mean this with my comment. the think i cant understand is where i have to place this part or what shall i replace  in order to solve the problem. shall i use what devlin said or i have just to add rootware method and that;s all?

Edited by thepsolartek
Posted
7 hours ago, thepsolartek said:

i didnt exactly mean this with my comment. the think i cant understand is where i have to place this part or what shall i replace  in order to solve the problem. shall i use what devlin said or i have just to add rootware method and that;s all?

 

On 1/22/2021 at 3:23 PM, HaddWik said:

Here is code adapted to 397

 

https://pastebin.com/tR05rrhN

 

Posted
30 minutes ago, thepsolartek said:

thanks for your comment mate but it will not work for me as i use the 382 rev

 

Try to adapt it and let us know if you have any challenge - we can help.

Posted

if i paste only the part that rootware post(everywhere+without devlin's post) in serverlist.java i dont have any red lines. but is that enough or i have to make more changes in serverlist.java?

Posted (edited)
12 minutes ago, Amenadiel said:

@Vision stop deleting my discord, you know i offer free services and i help tons of people in my discord

 

 

i will rewrite my discord #Amenadiel 2435 i can adapt it for u

added

10 hours ago, Trance said:

 

Try to adapt it and let us know if you have any challenge - we can help.

as i understand rootware post a method to add in the java file am i right? so i paste this method in my eclipse and i have not a red line. but my question now is. do i have to add devlins method too or i can compile the server  with rootware method only?

Edited by thepsolartek
Posted
On 4/24/2022 at 5:15 PM, Amenadiel said:

@Vision stop deleting my discord, you know i offer free services and i help tons of people in my discord

 

 

i will rewrite my discord #Amenadiel 2435 i can adapt it for u

 

I didn't delete anything someone else did.

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


  • Posts

    • Hello everyone, I am looking to purchase a Premium Lineage 2 High Five server pack. My main requirements are: Stability & Quality (Most Important): The pack must be highly stable with no system errors or major bugs. Custom Features: It must include ready-to-use custom features such as a fully functional Community Board, custom NPC Buffers, and Custom Item Sellers (GM Shops), etc. Complete Files: It is absolutely necessary that the full source code (src) and complete Geodata are included. If you are selling a pack that meets these criteria, please send me a PM or leave a reply with the following information: Brief details and key features of the pack Price Test server availability (I would like to test it before buying) Thank you!
    • L2jmobiusDevClon — Classic Interlude p110 Emulator L2jmobiusDevClon is actively developing a Lineage 2 Classic Interlude p110 emulator. Development is done in free time with a strong focus on: • Stability • Authentic Classic mechanics • Clean and optimized architecture The project is based on the L2jMobius source and is continuously evolving and improving. System Requirements: • Java 25 • MariaDB 12.0 • Client p110 Current Revision: 3.0 Development Status: Active Distribution: Free Official Website: https://www.l2jmobiusdevclon.pp.ua Discord Server: https://discord.gg/23a9S8g4Bn Contact: Telegram — @L2jmobiusDevClon Also available via private messages Project Goals: ✔ Improved stability ✔ Maximum Classic accuracy ✔ Core optimization We are currently looking for: • Testers • Server administrators Suggestions, bug reports, and ideas are always welcome. Contact us via: ✔ Discord ✔ Telegram ✔ Private Messages
    • i guess loading only the effects that are needed it will maybe work, like removing from reshade shader folder the ones that are not needed, depends on the pc also i guess, also limithing the game at 30fps can be better maybe
    • Up   SELL CHARACTERS L2 REBORN FRANZ x1     destroyer 74 lvl naked - 120 euro sws 71 lvl naked - 120 euro pp 66 skills - 120 euro se 64 lvl - 90 euro   Characters are legit with mail   i can wtt the characters for adena server franz   sell adena franz 250kk stock     add discord topeseller4081  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..