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

Login on otclient

EullerPeixoto

New Member
Joined
Jun 5, 2021
Messages
5
Reaction score
0
GitHub
MoranggNormal
Hello there, i'm gonna make a new website project using react + django, but i'm not sure how could do player login in otclient.

In entergame.lua i have:

Lua:
EnterGame.setUniqueServer(127.0.0.1, 7171, 854)

What i wanna know is how to get the current player login and password and pass it as parameters ex:

Lua:
EnterGame.setUniqueServer(127.0.0.1/login={playerLogin}&password={playerPassword}, 7171, 854)

and what response return from database to it work well

i'm not sure how this works, any help would be great!
 
what-the-fuck-did-i-just-read-what-the-fuck.gif
 
I think he is wanting to make a website where you can log into otclient from the website and it is broadcasted to the website for you to play.
 
Back
Top