• 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!

Set Default Client Version

Make a file in the mods folder, call it server.otmod and use this.

Code:
Module
  name: addon_server
  description: Single server and protocol

  autoload: true
  autoload-priority: 1000

  dependencies:
    -client_entergame

  @onLoad: |
    EnterGame.setUniqueServer("IP", Port, Version)
 
Last edited:
Make a file in the mods folder, call it server.otmod and use this.

Code:
Module
  name: addon_server
  description: Single server and protocol

  autoload: true
  autoload-priority: 1000

  dependencies:
    -client_entergame

  @onLoad: |
    EnterGame.setUniqueServer("IP", Port, Version)
Did i need to recompile OTC? If not, the problem stills..
@Edit:
I dont think the problem is the OTC... I downloaded another OTC, oppened the new OTC, selected the 7.72 version, closed the new OTC and open mine after... Now, mine OTC is configured as 7.72 too. I dont know how, but it works.
 
Back
Top