xDyego
Member
when the player dies the body does not appear, someone helps me, I think I can only change in the sources, but where?
5. Incomplete Problem Description:
- Post as much useful information as possible. If the problem is about something on your server, post the server version and client version. Also always post the errors you get and the scripts with the problems.
Sorry, TFS 0.4, there is no error without console, only the player dies and the body does not appear
look for any scripts that uses doCreatureSetDropLoot
you can probably use a program (winmerge if you're on windows) to search all files in your data folder for that specific text
look for one that uses doCreatureSetDropLoot(cid, false)
if you find that, disable it and restart your server, since that function can remove player corpses altogether.
const.h
item corpses
ITEM_MALE_CORPSE = 3058