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!

time limit in the game / registration in the login

Initiate Mage
Joined
Apr 6, 2015
Messages
4
Reaction score
0
Hello friends, I just added to my sources the registration within the login, which works fine (I think) although I have not tried it yet What I need your help is to know where I can locate to increase the time limit in the login, since I do not have time to register, I am using the sources of Takumi12 up15 muemu as a base
4Uptdwx.jpg
 
C++ Developer
Joined
Oct 8, 2006
Messages
643
Reaction score
221
Most probably you have to debug it using OllyDbg or IDA in order to find that variable. In the Main 5.2 source code there's a variable for connection timeout, so pretty sure there's a counter for it somewhere.
Another workaround could be (not sure if it's gonna work) to send packets from connect server to keep that connection alive, something like sending the server list again at a specific interval smaller than the timeout value in the client.
 
Back
Top