Jaruseleh Posted January 2, 2015 Share Posted January 2, 2015 My girlfriend and I are playing on a private server I have made. She has died numerous times, and her max life is at about 50%, and she would like to start a new character on my server. Is this possible? If so, how? Or does she have to keep using the same character she is using now? Link to comment https://forums.kleientertainment.com/forums/topic/48257-starting-a-new-character/ Share on other sites More sharing options...
dotsnake Posted January 3, 2015 Share Posted January 3, 2015 If I am not mistaking, you can craft booster shot (survival tab) and that should remove the health penalty, otherwise, the only way for her to repick character is by starting a new world/resetting. Make sure you are near an alchemy machine to craft booster shots. Link to comment https://forums.kleientertainment.com/forums/topic/48257-starting-a-new-character/#findComment-596094 Share on other sites More sharing options...
Riateche Posted January 3, 2015 Share Posted January 3, 2015 Somebody on the forum has said that creating too many meat effigies can effectively kill you and take you to the character selection screen. Link to comment https://forums.kleientertainment.com/forums/topic/48257-starting-a-new-character/#findComment-596119 Share on other sites More sharing options...
rezecib Posted January 3, 2015 Share Posted January 3, 2015 @Jaruseleh, Assuming she's Willow (replace the name there), you can enter this on the console:local p = c_find('willow') DeleteUserSession(p) p:Remove()It will delete her items, though, so if she wants to keep them she should drop them first (dying is an easy way to drop everything). Link to comment https://forums.kleientertainment.com/forums/topic/48257-starting-a-new-character/#findComment-596156 Share on other sites More sharing options...
Jaruseleh Posted January 3, 2015 Author Share Posted January 3, 2015 I was able to delete her using that command. Thanks! Link to comment https://forums.kleientertainment.com/forums/topic/48257-starting-a-new-character/#findComment-596162 Share on other sites More sharing options...
InSpace Posted January 3, 2015 Share Posted January 3, 2015 Does the command reset all Willows on a server? Link to comment https://forums.kleientertainment.com/forums/topic/48257-starting-a-new-character/#findComment-596230 Share on other sites More sharing options...
Scrimbles Posted January 3, 2015 Share Posted January 3, 2015 Does the command reset all Willows on a server? Yes. Any Willow's that DC before the command is put in shouldn't be affected. Link to comment https://forums.kleientertainment.com/forums/topic/48257-starting-a-new-character/#findComment-596281 Share on other sites More sharing options...
rezecib Posted January 3, 2015 Share Posted January 3, 2015 Does the command reset all Willows on a server? No, it just resets the nearest Willow. If you want to do all of a character, you can do this:for k,v in pairs(AllPlayers) do if v.prefab == 'willow' then DeleteUserSession(v) v:Remove() end end Link to comment https://forums.kleientertainment.com/forums/topic/48257-starting-a-new-character/#findComment-596347 Share on other sites More sharing options...
InSpace Posted January 3, 2015 Share Posted January 3, 2015 Thanks Rez, you're a real guy Link to comment https://forums.kleientertainment.com/forums/topic/48257-starting-a-new-character/#findComment-596378 Share on other sites More sharing options...
XirmiX Posted January 3, 2015 Share Posted January 3, 2015 My girlfriend and I are playing on a private server I have made. She has died numerous times, and her max life is at about 50%, and she would like to start a new character on my server. Is this possible? If so, how? Or does she have to keep using the same character she is using now? I'd suggest playing Wilderness mode. However, this is going to be a problem if you want to meet up at the same place... Somebody on the forum has said that creating too many meat effigies can effectively kill you and take you to the character selection screen. That's a lie. Meat effigies deal no penalty of health in DST, neither for the player who built it, nor the player who uses it. Link to comment https://forums.kleientertainment.com/forums/topic/48257-starting-a-new-character/#findComment-596387 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.