Jump to content
  • 0

protocol version different, how to solve this problem


Question

Posted

When I play on any server its ok, but when I tried to log in to my epilogue server i get message: "your protocol version is different, please continue" how to solve this problem? ps. i have epilogue client, the server is also epilogue

4 answers to this question

Recommended Posts

  • 0
Posted

When I play on any server its ok, but when I tried to log in to my epilogue server i get message: "your protocol version is different, please continue" how to solve this problem? ps. i have epilogue client, the server is also epilogue

Maybe you have changed the protocol of server by fault and it doesnt match to retail's.

 

Change the configs in server.properties to be like this:


# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 1
MaxProtocolRevision = 999

  • 0
Posted

Maybe you have changed the protocol of server by fault and it doesnt match to retail's.

 

Change the configs in server.properties to be like this:


# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 1
MaxProtocolRevision = 999

 

This is different from pack to pack. Your settings are coming from Interlude pack...

In Gracia it is like that:

 

# 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

 

 

Guest
This topic is now closed to further replies.


×
×
  • Create New...