character death script?

09/07/2013 21:44 rempieremco153#1
Hey guys.
I've done this before, but forgot where it was stored.

What i'm looking for, is the script in the database where it removes the character on death.
I tried to find actiontype 104, but no success.
Does anyone know where this is located to i can edit it to not remove the character on death?

Thanks in advance.

- Hyperion
09/07/2013 23:36 Philipp_#2
Quote:
Originally Posted by rempieremco153 View Post
Hey guys.
I've done this before, but forgot where it was stored.

What i'm looking for, is the script in the database where it removes the character on death.
I tried to find actiontype 104, but no success.
Does anyone know where this is located to i can edit it to not remove the character on death?

Thanks in advance.

- Hyperion
I guess you are asking for the stored procedure updating the chars Del column. The proc you are looking for is named dbo.usp_Delete_Char_E and is located in the PS_GameData database.