Jump to content

Recommended Posts

Posted

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 =)

Posted

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.

  • 2 weeks later...

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


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock