Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

NeoLauncher 0.7.3 (Latest Update)

Joined
Feb 2, 2012
Messages
413
Reaction score
249
read the debug window...
msg: ....

your serverlist string is totaly wrong.. check the config file...

PS: the launcher DOES NOT work with the RETAIL SERVER FILES!!!
 
Initiate Mage
Joined
Mar 7, 2021
Messages
3
Reaction score
0
@P5yl0,
could you do me a favor and send me a link to the source of the Client?
I'd like to do some modifications and try to find out why it's not working correctly for me.

I've setup a Server (Gameserver + Webserver) and I'm trying to connect to it using WebAuth (on the NeoLauncher).
When I try to login, I always get

[2021-03-07][23:38:28]::[INFO]::[NeoLauncher]-> Connect to:
[2021-03-07][23:38:28]::[WARN]::[NeoLauncher]-> Connection Error, Status Code: OK

it seems the Launcher doesn't send proper POSTs to my Server?
When I change this Line in my auth.php
if(empty($_POST['username'])){ echo ('empty_user');}
to
if(empty($_POST['username'])){ echo ('success'); }

the Launcher shows:
[2021-03-07][23:38:28]::[INFO]::[NeoLauncher]-> Connect to:
[2021-03-07][23:38:28]::[WARN]::[NeoLauncher]-> Welcome, User: test logged in!

That means the client doesn't send the username and password from the Client to the Server.

Any Idea how to fix that?


Information:
- NeoLauncher v0.9.1a
- Server: (http and https support), PHP v7.4.15
 
Last edited:
Newbie Spellweaver
Joined
Jan 11, 2022
Messages
5
Reaction score
2
This video tutorial is fantastic and should solve your problems Gatitoxp.

 
Joined
Feb 2, 2012
Messages
413
Reaction score
249
Late but not least... just wanted to say im working on a new launcher build...
WIP... neoLauncher v3

-patcher/downloader done!
-currently working on thje launcher process,
i will split the project in 2 versions, 1 for old shock/net login process and 1 for the official/leaked files

patcher/downloader done and working perfectly, already tested on LIVE Aion Server...
(up & downgrade possible) you can download any tera client.. through the patcher check
the launcher will always upgrade or downgrade to the reference client you provide on a host ;)
or does a full client download if files not exist!

NnrVhGK - NeoLauncher 0.7.3 (Latest Update) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top