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

[8.40][Gesior]xxx killed at level 238 by a 130.

rabus

New Member
Joined
Jun 9, 2007
Messages
31
Reaction score
0
Finally i've installed Gesior AAC.

But now i've encountnered another problem.
When player dies from a monster, i've got normal information in latest deaths :

xxx killed at level 229 by a Frost Dragon.

But when he's killed by a player, i get something like that :

xxx killed at level 238 by a 130.

Of cours, 130 is player ID, and player with that ID killed the xxx.
 
Its kinda of a bug in TFS im not sure but to fix it, you must go to your server folder data/creaturescripts/scripts/playerdeath.lua
Open playerdeath.lua and search for getPlayerGUID(lastHitKiller) something like that in line 13 and replace it for this one

Code:
getPlayerName(lastHitKiller)
 
Back
Top