I need to set the client to always open with my ip, and version 7.72...Do you mean something like setUniqueServer?
https://github.com/edubart/otclient...4/modules/client_entergame/entergame.lua#L368
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..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)