• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How to change clientversion?

T

tejdi

Guest
I changed in modules\client_entergame\server to:
Module
name: addon_server
description: Single server and protocol
author: Fabricio Damazio

autoload: true
autoload-priority: 1000

dependencies:
-client_entergame

@onLoad: |
EnterGame.setUniqueServer("xxxxxxx[myip, hidden]", 7171, 1031)
but client always when i try to login says:
Unable to load dat file, please place a valid dat in '/things/1010/Tibia'
When i have got things/1031, and i want 10.31 client what is wrong?
 
Back
Top