where i can find it in sources about player death?Sounds like a problem with a onLogout/onDeath script.
WTF THIS FUNCTIONfunction onDie(cid, corpse)
if(isPlayer(cid) == TRUE) then
setPlayerStorageValue(cid, STORAGE_REMOVE_BLESSES, 1)
db.query('UPDATE `players` SET `status` = 0 WHERE `id` = '..getPlayerGUIDByName(getCreatureName(cid))..'')
end
return TRUE
end
function onDie
https://github.com/TwistedScorpio/OTHire/blob/master/data/creaturescripts/scripts/removeblesses.luaWTF THIS FUNCTION
not is onDeath() or onKill() ?Code:function onDie
oh, sorry, I never see it beforehttps://github.com/TwistedScorpio/OTHire/blob/master/data/creaturescripts/scripts/removeblesses.lua
Not everything revolves around 1.x