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

[Sources Edit] Player dies

Roddet

Staff member
Global Moderator
Joined
May 1, 2013
Messages
949
Solutions
103
Reaction score
770
Location
Mex
[Sources Edit]

Hi i need help with an idea

My idea is when a player dies instead of logout is teleported to the temple but taking the normal system the killer get a frag and the player died a death obviously and drop corpse

I would appreciate it

tfs 0.3.6
 
Last edited:
Can be Made in lua but here you are the source edit
find
Code:
g_creatureEvents->playerLogout(this, true);
change to
Code:
g_creatureEvents->playerLogout(this, false);
And Remove
Code:
   sendReLoginWindow();

After
Code:
if(preventLoss)
Change the same as up and compile
 
Simply don't work the player takes logout
The only change is the window at death does not appear more.
 
Back
Top