Jump to content

Protocol 87


Inken

Recommended Posts

Hi all!

Can someone help with one small problem?

Server protocol is 83. And all clients patch have protocol 87, how can i change protocol number in my client?

Thnx in advance!

PS. L2Lige writing that my patched client have 83 protocol too. But server don't think so =)

Link to comment
Share on other sites

You will probably need to change the protocol revision in your server config files. Find these lines:

 

# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

MinProtocolRevision = xxx (some number)

MaxProtocolRevision = xxx. (some number)

 

and change it to:

 

# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

MinProtocolRevision = 1 (or put the file edit dececrypting number)

MaxProtocolRevision = 999.

Link to comment
Share on other sites

  • 2 weeks later...

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
Reply to this topic...

×   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.



×
×
  • Create New...