Majster12
Member
- Joined
- Feb 20, 2009
- Messages
- 134
- Solutions
- 1
- Reaction score
- 16
Today, I aimed to test the compatibility of the Mehah client with version 13, but I've run into an issue.
The client seems to be sending incorrect login credentials.
I selected one of the popular servers, and I utilized "https://www.gunzodus.net/game/login/1311?nservice.php" for logging in, as that's the server login address as shown in the client.
port empty
edited modules\client_entergame\entergame.lua (line 393)
from
to
Could you please help me identify what's going wrong here?
The client seems to be sending incorrect login credentials.
I selected one of the popular servers, and I utilized "https://www.gunzodus.net/game/login/1311?nservice.php" for logging in, as that's the server login address as shown in the client.

port empty
edited modules\client_entergame\entergame.lua (line 393)
from
Lua:
HTTP.post(G.host .. "/login.php",
Lua:
HTTP.post(G.host,
Could you please help me identify what's going wrong here?

Last edited: