rogeraabbccdd/Kento-Rankme

Help with this pls

NaathySz opened this issue · 4 comments

I want reset just points. Its possible?

I dont want reset kills, time etc, just the points.

You have edit the database directly. There is no native command for that in RankMe.

With phpMyAdmin or any other web-based database manager. Even you can do it from console.

Find the right database with the all the player data, and there will be a column with the points.

export the current stats to sql
see
rankme_dump_db "0" //Dump the Database to SQL file? (required to be 1 if using the web interface and SQLite, case MySQL, it won't be dumped) 1 = true 0 = false
and import this sql file into your database.

Well, than export the sql and import into new mysql.
What's the problem now?