|
<Translated into English>
Players on my server are unable to reincarnate multiple times without logging off. The system works just fine for their first reincarnation but they are unable to do so again without the server having been restarted.
You answered your own question. If they can reborn after the server restarts, or they re-log into the game then it's a server side check where you are not letting them be reincarnated. Look at the code for the npc and you're likely to find a check in there which is not passing. Breakpoints are your friend.
|