Replace unfair death message with teleporting player to temple.
Tfs 1.1
Replace whole this function:
https://github.com/otland/forgottenserver/blob/master/src/player.cpp#L1989
with this:
http://pastebin.com/Kc4hfP40[
And replace this:
https://github.com/otland/forgottenserver/blob/master/src/creature.cpp#L718
with this:
Thanks to [printer] it had been solved.
Tfs 1.1
Replace whole this function:
https://github.com/otland/forgottenserver/blob/master/src/player.cpp#L1989
with this:
http://pastebin.com/Kc4hfP40[
And replace this:
https://github.com/otland/forgottenserver/blob/master/src/creature.cpp#L718
with this:
Code:
if (!getPlayer()) {
g_game.removeCreature(this, false);
}
Thanks to [printer] it had been solved.
Last edited: