Just reimport the database to your sql?![]()
DELETE FROM players WHERE level < 500000
Code:DELETE FROM players WHERE level < 500000
This doesn't clean accounts, depot items, house items, player stroages, global stroages, frags etc.
Easiest way can be import orginal tfs database and add all your qustom things to it (custom = war system, vip system things etc.)
DELETE FROM `players` WHERE `name` NOT IN ('[Admin]','Druid Sample','Sorcerer Sample','Knight Sample','Paladin Sample')
this will delete everything;
Code:DELETE FROM `players` WHERE `name` NOT IN ('[Admin]','Druid Sample','Sorcerer Sample','Knight Sample','Paladin Sample')