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

How to crash tfs 0.3.6pl1

trixet

New Member
Joined
Feb 2, 2008
Messages
138
Reaction score
1
I'm not just going to write open about how it works, I want it to get it fixed since it is most likely ruining for alot ot OT's out there...

I can tell you how to prevent it.
Remove aleta sio, aleta som and aleta grav from talkactions, since they are bugged.

Anyone from the TFS developers, please contact me if you see this, and I will tell you how it works.
 
Thanks, Trixet If you allow me to explain how to solve it there is the solution for a while, exactly until they find a solution.

Ofc I'm trying to solve it, but I don't got many time to compiling that.

How to solve while a time this bug. Go to "Talkactions.xml" (Ctrl+B) and write in find: "Aleta sio".

Remove this:
PHP:
<talkaction words="aleta grav" filter="word-spaced" event="function" value="houseDoorList"/>
PHP:
<talkaction words="aleta sio" filter="word-spaced" event="function" value="houseGuestList"/>
PHP:
<talkaction words="aleta som" filter="word-spaced" event="function" value="houseSubOwnerList"/>
 
Last edited:
Back
Top