Jump to content
  • 0

[Help]2Diff Servers in 1 pc.


Question

Posted

how can i run 2 diff servers (for example gracia + c5) in 1 server?

i know i can run same chronicles , but how i can run 2 servers , even in 1 login, but diff chronicles... in 1pc.

 

does anyone know ?

 

myservers start but not connect to login server (1 of them)

Recommended Posts

  • 0
Posted

you have to edit the LoginServerThread revision protocol of the gameserver with different chronicle than the loginserver you are adding to

  • 0
Posted

you have to edit the LoginServerThread revision protocol of the gameserver with different chronicle than the loginserver you are adding to

can u , or someone else help me with this :P ?

  • 0
Posted

Edit LoginServerThread with notepad ++

 

=> Ctrl + F

 

Search : private static final int REVISION =

 

You must find something ^^'

ok, i think is simple now. thanks

 

but 1 question, this will be applied to game server ? since i see there LOGIN SERVEr.. !?

 


 

edit:

now i get this error

Exception in thread "GameServerThread-21@79.117.176.117" java.lang.ArrayIndexOut

OfBoundsException: 104

        at L2j.Infinity.util.network.BaseRecievePacket.readB(BaseRecievePacket.j

ava:89)

        at L2j.Infinity.loginserver.gameserverpackets.GameServerAuth.<init>(Game

ServerAuth.java:57)

        at L2j.Infinity.loginserver.GameServerThread.onGameServerAuth(GameServer

Thread.java:211)

        at L2j.Infinity.loginserver.GameServerThread.run(GameServerThread.java:1

45)

in login server.... anyone know smth about ?

  • 0
Posted

Exception in thread "GameServerThread-21@79.117.176.117" java.lang.ArrayIndexOut
OfBoundsException: 104
        at L2j.Infinity.util.network.BaseRecievePacket.readB(BaseRecievePacket.j
ava:89)
        at L2j.Infinity.loginserver.gameserverpackets.GameServerAuth.<init>(Game
ServerAuth.java:57)
        at L2j.Infinity.loginserver.GameServerThread.onGameServerAuth(GameServer
Thread.java:211)
        at L2j.Infinity.loginserver.GameServerThread.run(GameServerThread.java:1
45)

 

bump

  • 0
Posted

Exception in thread "GameServerThread-21@79.117.176.117" java.lang.ArrayIndexOut

OfBoundsException: 104

        at L2j.Infinity.util.network.BaseRecievePacket.readB(BaseRecievePacket.j

ava:89)

        at L2j.Infinity.loginserver.gameserverpackets.GameServerAuth.<init>(Game

ServerAuth.java:57)

        at L2j.Infinity.loginserver.GameServerThread.onGameServerAuth(GameServer

Thread.java:211)

        at L2j.Infinity.loginserver.GameServerThread.run(GameServerThread.java:1

45)

 

I have the same problem someone found the solution? I hope you have any idea how to fix this final grace and love I have connected to the same login grace epilogue and gives me the same error quote

  • 0
Posted

Well I don't think I will help a lot, I just confirm things :D.

 

About 2 gameservers on the same loginserver, you just have to make gameservers use different port.

http://l2jserver.com/forum/viewtopic.php?f=81&t=10976

 

About the revision, what do you try to do ?

 

Revisions are by default different (for Interlude : 0x0102, for L2J last one before freya (epilogue ? I dunno the name lmao) : 0x0103).

 

I don't want to say bullshit, but you tried to put 0x0104 ? It seems it's off the array. Try with 102 and 103, or any lower numbers. You shouldn't go out from the array. The error can be translated like that : The world is flat, and your caravel just jumped in the void.

 

About WHY it doesn't allow highers numbers, if you have a translator nerd -> english, you can try to understand from that :

public final byte[] readB(int length)
{
	byte[] result = new byte[length];
	for(int i = 0; i < length; i++)
	{
		result[i]=_decrypt[_off+i];                <<<<< error line
	}
	_off += length;
	return result;
}

 

Aka, I have no clue why it bugs, but it bugs :).

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

    • Its always the people who build nothing that have the most to say!  15+ years of development experience with 10+ programming languages and countless completed projects. If your best argument is 'you discovered AI,' I'll assume you couldnt find anything wrong with the launcher.
    • Looks like somebody discovered AI recently
    • Added: Server monitoring has been added to the protection dashboard, available for Premium+ plans. Each entry displays: Account — game login. HWID — hardware ID. GSID — the game server the entry belongs to. IP — the player's address. Country — determined by IP, with flag and name. Useful for SEO promotion, do you know where more players come from Status — "Banned" or "OK". Extra windows — how many additional windows are allowed for this HWID beyond the global limit. Last seen — time of last activity.   At the top — a summary: total entries, number banned, time of the last report, and an Online/Offline indicator (based on how fresh the data from the protection is).   Filters and search Search by account, HWID, or IP. Country — select from countries actually present in the data. Game server (GS) — filter by GSID. Period — by last activity date (from / to). Banned only — quick filter for violators. Grouping — collapse data by HWID, IP, or account: one row per key with counts of accounts/HWIDs/IPs and number of entries. Handy for catching multi-accounters (many accounts from one HWID) and suspicious IPs.   Ban / Unban — banning by HWID blocks all accounts on that hardware. The protection will pick up the command within a minute; until applied, a "Pending…" status is shown. Grant windows — set additional windows (+N) for a specific HWID via a convenient selector. Single token per account to link the protection with the dashboard: Generate / Reissue token in one click. Show token — view the current value at any time. The token is stored encrypted. Don't share it with anyone — if compromised, simply reissue it and the old one stops working immediately. In the protection config, you can enable monitoring, insert the token, and change how often data is sent to the protection dashboard.
  • 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..