Code:EnterGame.setUniqueServer(hostName, port, protocolVersion, windowWidth, windowHeight) EnterGame.setUniqueServer('127.0.0.1', 7171, 862, 270, 210)
EnterGame.setUniqueServer(hostName, port, protocolVersion, windowWidth, windowHeight)
EnterGame.setUniqueServer('127.0.0.1', 7171, 862, 270, 210)
if g_app.isRunning() and not g_game.isOnline() then
enterGame:show()
end
> otclient\modules\client_entergame\entergame.lua
after:
LUA:if g_app.isRunning() and not g_game.isOnline() then enterGame:show() end
autoload: true
autoload-priority: 998