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

Mehah Otclient - Account login or password is not correct.

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.
Ba3k5st.png

port empty
edited modules\client_entergame\entergame.lua (line 393)
from
Lua:
HTTP.post(G.host .. "/login.php",
to
Lua:
HTTP.post(G.host,

Could you please help me identify what's going wrong here?
AJaQdsm.gif
 
Last edited:
Maybe try use in host part:
Code:
www.gunzodus.net

I thought it would only accept IPv4 and FQDN.
I never saw url in this field
 
Maybe try use in host part:
Code:
www.gunzodus.net

I thought it would only accept IPv4 and FQDN.
I never saw url in this field
Servers nowadays are using IPv4 for client 10 and http/s for client 11+.

I've tested several other servers and something is definitely broken.
13.12 hadesot.com.br
loginWebService=https://lognew.hadesproxy.com/?subtopic=login
cannot parse payload

13.12 rubinot.com
loginWebService=https://login.rubinot.com.br/login
cannot parse payload

13.12 ferumbrinhaot.com.br
loginWebService=https://login.ferumbrinhaot.com/login
cannot parse payload

13.15 calmera.com.br
loginWebService=https://play.calmera.com.br/login.php
bad request

H7XZ9hJ.gif
bfOTrRm.gif
wkSWzva.gif
WFe27Tj.gif
 
Back
Top