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

Removing Emergency Save..

Kayan

Active Member
Joined
Sep 19, 2007
Messages
1,561
Reaction score
38
Location
Santa Catarina
Hello whenever my server crash .. save the emergency does favour of destroying all my database. When he has few players on line really works .. But in most cases is a disaster. How can I remove it?
 
As far as I know, it's included with Exeption Tracer so try to look up for it there. I'm not sure, anyway.
 
Find that line in exception.cpp:

Code:
g_game.saveGameState(true);

Remove it.

Anyway, I really can't understand why Emergency Save could destroy your databased, once it uses the same system of saveServer luascript and other ones which are used in all save systems.

Yours,
Rafael Hamdan;
 
English..
When the server crash it activates the emergency save ..
Almost always he can not save all the players. Doing that with some players coming back with nothing in the body, and the times making all the houses sumirem.


Portuguese
Quando o servidor crash ele ativa o emergency save..

Quase sempre ele não consegue salvar todos os players. Fazendo com que alguns players voltem sem nada no corpo, e ainda as vezes fazendo todas as casas sumirem.
 
Back
Top