hey,
i have been looking for how to make a a wipe, i try it once, bot i del the chars etc, bot wen they re-register thare char was back -_- so how can i make a fully wipe?
Printable View
hey,
i have been looking for how to make a a wipe, i try it once, bot i del the chars etc, bot wen they re-register thare char was back -_- so how can i make a fully wipe?
re-restore db backups.
worked, thx :D
sir how about the account still there and the char only wipe?
can you give me a fix character database because my database is have problem., example i max level my char when i close all program and reopen again the level back to 1
You also can set all the previous char name to 'a' or something like that and make them all deleted isblock='D' if i'm right
The query will be like :
Quote:
UPDATE CHARACTER_01_TBL
SET m_szName = 'a', isBlock='D'
WHERE serverindex = '01'
If your Server does not Saves the Character or Account Data. Then you should look at your _Database Folder in source. Try to search or roam around if you find something wrong with the Saving Data.