Delete charecter

05/20/2014 14:52 DnoSkill#1
Trying to delete a character level 1 and I wrote:
Code:
Remove character impossible
Help please
05/20/2014 15:21 LatexLatte#2
Go Database -> player ->player and than search the name of the lvl1 player. Click them and choose "delete record".

(navicat)
05/20/2014 15:51 .PrimeStar ##3
Quote:
Originally Posted by LatexLatte View Post
Go Database -> player ->player and than search the name of the lvl1 player. Click them and choose "delete record".

(navicat)
You have to delete the character from the player_index too.
05/20/2014 15:57 DnoSkill#4
I understand, but I need to removed from the client character
05/20/2014 16:08 drunkwolfs#5
Quote:
Originally Posted by LatexLatte View Post
Go Database -> player ->player and than search the name of the lvl1 player. Click them and choose "delete record".

(navicat)
Quote:
Originally Posted by .PrimeStar # View Post
You have to delete the character from the player_index too.
No good. :facepalm:
The bug! Required fix.

DnoSkill, look CONFIG.
05/21/2014 02:39 DnoSkill#6
up :(
05/21/2014 08:07 dogi4321#7
Connect to the server via Navicat and Duplicate the table "Player"
Delete the table "player_deleted"
After that you have to rename the copied player to "player_deleted"
Know you have to empty the new table which you renamed to "player_deleted" and it will work