Method DeletePlayerTURD
DeletePlayerTURD(string, string)
Delete the TURD of playerName + characterName.
At times a PC may get stuck in a permanent crash loop when attempting to login. This function allows administrators to delete their Temporary User Resource Data where the PC's current location is stored allowing them to log into the starting area.
public bool DeletePlayerTURD(string playerId, string characterName)
Parameters
playerIdstringThe community (login name) of the player. If CD Key TURDs are enabled (NWNX_TWEAKS_TURD_BY_CDKEY), this is the player's CD key.
characterNamestringThe character name.
Returns
- bool
true if the TURD was successfully deleted.