Hello, I cannot help you without your profile, but you can try to run this code when your profile start (one time):
robotManager.Events.LoggingEvents.OnAddLog += delegate(robotManager.Helpful.Logging.Log log)
{
if (log != null && log.Text.Contains("[Resurrect] Player retrieve corpse"))
{
new System.Threading.Thread(() => robotManager.Products.Products.ProductRestart()).Start();
}
};
(this code stop/start quester when you retrieve your corpse)