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

Finally discovery how them make server crash

First thx man for attention.. them logout and in 0.3.5 pl 1 as i said look up
Do u see the image?
Maybe accounts starting with zeros and pass? i don t know
 
Nope,i don t think so, why them put the money at floor? crystal coins...
I am thinkig is something with teleport when the player got trapped and relog but them put the coin and something happen.. don t know what..
 
why dont you ask them?=D say them if they say you how they make it you will give for 1 of them gm but then you fix crash and dont give him gm......
 
¬¬ I already know what them do.. i am trying to find a solution here at forum....

I Will say what them do exactly again(look at screen), them was putting crystal coins some 100 under player name Xongui, and so some of them logout and in sometimes. in this order...

[14/11/2009 18:15:48] Eas has logged out.
[14/11/2009 18:15:48] Eas has logged in.
[14/11/2009 18:15:52] Ksds has logged out.
[14/11/2009 18:15:53] Ksds has logged in.
[14/11/2009 18:15:57] Eas has logged out.
[14/11/2009 18:15:58] Eas has logged in.
[14/11/2009 18:16:01] Base has logged out.
[14/11/2009 18:16:02] Base has logged in.
[14/11/2009 18:16:06] Regsy has logged out.
[14/11/2009 18:16:07] Regsy has logged in.

Look the times its not a spam... its not fast...

This is some problem in login and logou script.. don t know how to fix...
 
Their duping items, by saving each character with the money then crashing the server. Them re-loggin has nothing to do with your server crashing. Their doing it a different way
 
just in case that they crash because of the login flood...

Code:
local lastLogin = 0
local timeNow = os.time()

if(lastLogin + 2 >= timeNow) then
   return FALSE
end

lastLogin = timeNow
 
Back
Top