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

[Houses] cryingdamson6pl1, crashing server with houses.

doddel

New Member
Joined
Apr 21, 2010
Messages
126
Reaction score
1
Location
Sweden
So basically what the dude did was to buy an house, then invited a char on the same account. then relogged.. the server crashed..

I don't know exactly what he did, but something like that.

Please does anyone got same problem?
 
is a bug, when you use aleta som or aletia sio an type ******** the server crahes, are u using windows right?
 
open dev-cpp
and then open theforgottenserver.dev and
open house.cpp
and search for .? now you shuld finde a sting like this
Code:
	replaceString(outExp, "*", ".*");
	replaceString(outExp, "?", ".?");

Now edit them like this
Code:
	replaceString(outExp, "*", "");
	replaceString(outExp, "?", "");
And then save and compile, and you are done.
No more random crashes
 
Back
Top