Jump to content
  • 0

[help] L2 H5 : Your Protocol version is different.....


ROoOMA

Question

Hi guy i have a problem need to fix

i Download lineage2:H5 client and the server files from http://l2jserver.com/nightly/

i run it as the [guild] how to make your own server +image

then i try to log in but it show`s  Your Protocol version is different.....

i tried to look for a solution in the forum but i did not work

so guys if the Dpack+ server file is wrong plz give me the right one for H5  :'( 

 

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

as stated at l2jforums, nightlies are "broken" at the moment, but you could go around this problem by checking your client protocol version ->

1- make a protocol.bat file.

2- put the following line in the .bat file: l2.exe -L2ProtocolVersion

3- save this file in your lineage2\system folder and run it

 

then go gameserver/config and open server.properties

search for

# Numbers of protocol revisions that server allows to connect.
# Delimiter is ;
# WARNING: <u><b><font color="red">Changing the protocol revision may result in incompatible communication and many errors in game!</font></b></u>
# Default: 146;152
AllowedProtocolRevisions = 152

and add the protocol version of your client.

Of course if the client and nightly build doesn't match even close, it wont work.

 

Link to comment
Share on other sites

  • 0

my protocol version is 268

so i will made like this

# Default: 268

AllowedProtocolRevisions = 268

 

_______________________________

its Default: 262

in  server.properties

so i will change it to 268 rit ?

Link to comment
Share on other sites

  • 0

my protocol version is 268

so i will made like this

# Default: 268

AllowedProtocolRevisions = 268

 

_______________________________

its Default: 216

in  server.properties

so i will change it to 268 rit ?

Link to comment
Share on other sites

  • 0

If its 216 on default I think you downloaded wrong pack. The unstable one is h5. If this contains Freya at the moment, it means nightlies are still messed up. Use SVN repository at eclipse to get latest revision.

 

and if you want to try with allowedprotocolrevision, just add ";" between the numbers ->

AllowedProtocolRevisions = 216;268

 

Link to comment
Share on other sites

  • 0

http://www.l2jserver.com/forum/viewtopic.php?f=2&t=10719

I think these are better links.

Just download eclipse.

And download the SVN repository like the first link said.

and check the new link for further things.

I don't have time to write new tutorial at the moment.

Link to comment
Share on other sites

  • 0

i did as this  http://www.l2jserver.com/wiki/Setup_Eclipse_and_SVN

then i do not know what to do i can make a server with normal D packs but this the 1st time i use Eclipse

after i done with Eclipse i must build the project i do not know how there is to many files 

Link to comment
Share on other sites

  • 0

Download Java development kit 7 if you don't already have it.

Then press build.xml with mouse2 and run as -> ant 1

The .rar file which contains your server files will be located at workpench directory build.

Good luck. I go sleep now, so my next answer may be late.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Thank you for your reply. I have removed it from the L2Server.exe file, but the L2Server still crashes. It doesn't crash if I don't start l2npc, otherwise it will crash within a few days at the latest.
    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore1 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • L2 ArenaWar: Low Rate PvP Server with Free Buffs & Autofarm [PVP]⚔️ [Free]🆓 Classic Interlude with  3x XP rates! Free starter pack(no grade) to kickstart your adventure! Autofarm for convenient grinding! Free buffs to keep you fighting fit! (2 job buffs) No experience loss on death! (Except with Karma) Clear Karma system to keep things fair! ⚖️ Active community of 800-1k players! Join our Discord to learn more! >> Discord <<     Server website: https://l2arenawar.com/en/    
    • This is dedication! 2 years working on a problem. Congratulations!
    • You indeed have to save player position over Enterworld to properly clean it up later (if you don't, even trying to delete packet content would eventually keep it up), that's what we do with debug packet (which is a reusable Map of ExServerPrimitive packets) on aCis.   It doesn't solve the FPS stuttering - more you draw/delete lines, more your client becomes laggy. It's like if client wasn't deleting drawn points/lines properly, but instead simply hide them and redrawn content above.   If you got a solution, I would happy to integrate it.   You should check aCis#Player _debug packet integration, it allows very big amount of lines/points to be drawn, it is also reusable.   https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/Player.java?ref_type=heads https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java?ref_type=heads  
  • Topics

×
×
  • Create New...