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

Help with "Enter Game" Window, change it for One IP

Nubaza

LUA Scripter
Joined
Jun 5, 2011
Messages
330
Solutions
1
Reaction score
21
Location
New Zeland
Well, i've downloaded the last version 0.65 of OTClient.
And... i've a Pokemon OT, so i must change the entergame-window of servers

THIS:
image.png


For this, for one IP:
image.png


:(:(:( I've sarched all files on Modules, but i can't find the solution...
The folder entergame is not all, there is some more to change....

Thanks :( Please help!
 
modules/client_entergame/server.otmod
Code:
Module
  name: addon_server
  description: Single server and protocol
  author: Fabricio Damazio

  autoload: true
  autoload-priority: 1000

  dependencies:
    -client_entergame

  @onLoad: |
    EnterGame.setUniqueServer("127.0.0.7", 7171, 860)
127.0.0.7 - ip
7171 - port
860 - version

#Down:
It's all for L.O.V.E ;)
God bless you.
 
Last edited:
Back
Top