OpenNos Login

09/28/2021 22:41 Destiny99#1
Hi, I'm trying to start Nostale from a .bat file with "start NostaleClientX EntwellNostaleClientLoadFromIni" and config.ini with:
Code:
[NosTale_Network]
IP=127.0.0.1
Port=6002
When I try to login with ID and PW to login no logs are shown in any console and client pops up incorrect password message. I have the login, master and world app.config files with the correct IP and port. I've tried Pumba99 MultiClientCreator also but is not working, and also with older versions of NostaleClientX.exe but i'd no luck. Any suggestions?

login app.config

Code:
<appSettings>
    <add key="MasterPort" value="6000" />
    <add key="MasterIP" value="127.0.0.1" />
    <add key="IPAddress" value="127.0.0.1" />
    <add key="LoginPort" value="6002" />
</appSettings>
master app.config

Code:
<appSettings>
    <add key="MasterPort" value="6000" />
    <add key="MasterIP" value="127.0.0.1" />
</appSettings>
world app.config

Code:
<appSettings>
    <add key="MasterPort" value="6000" />
    <add key="MasterIP" value="127.0.0.1" />
    <add key="WorldPort" value="6006" />
    <add key="IPAddress" value="127.0.0.1" />
</appSettings>
09/29/2021 12:37 NKante#2
EntwellNostaleClientLoadFromIni doesn't work after client changes (more or less when international server started).
Right now you have to change IP inside client to be able to run a server with latest client version.
09/29/2021 19:28 Destiny99#3
Quote:
Originally Posted by NKante View Post
EntwellNostaleClientLoadFromIni doesn't work after client changes (more or less when international server started).
Right now you have to change IP inside client to be able to run a server with latest client version.
Thank you NKante. I havn't been able to find any post where it's explained how to change the ip of the new versions of the client and Multi Client Creator isn't working. I would appreciate a lot some help with this.
09/29/2021 20:57 NKante#4
Quote:
Originally Posted by Destiny99 View Post
Thank you NKante. I havn't been able to find any post where it's explained how to change the ip of the new versions of the client and Multi Client Creator isn't working. I would appreciate a lot some help with this.
[Only registered and activated users can see links. Click Here To Register...]

this guide will show you everything
09/30/2021 01:19 Destiny99#5
Thanks a lot mate. I've finally managed to change the ip.