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

Lua OTclient bug!

Misterion

New Member
Joined
Jan 24, 2014
Messages
52
Reaction score
4
Hello!
I'm using this module to hide all the 'IP', 'Port', boxes of OTClient login screen:

Code:
Module
  name: te,eros_login
  description: TemerisSoft Gameserver Login
  author: Zero Team
  website: 
  version: 0.1

  autoload: true
  autoload-priority: 1000

  dependencies:
    -client_entergame

  @onLoad: |
    EnterGame.setUniqueServer("127.0.0.1", 7171, 7172)

I was using it in a, ahn, more older version of OTClient. Now, I can still login, but look how the login screen is looking like:

ESPexn2.jpg
 
Back
Top