Jump to content
  • 0

Resetting level and xp to 0 for testing


ashmer

Question

I've been trying to search but I can't find this answer.. So I want to easily reset my progress and level to 0 without having to create a new character .. I tried an event to set level to 1 but that for some reason didn't work.. Reason that I want to do this is that I am working on lower level NPC's nerfing or buffing them to see how they fair up against a level 1... I am sure I'm missing something simple..

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

You can actually use an SQL editor, I use DB browser SQlite.   (https://sqlitebrowser.org/dl/) ?

 

Go to Server\resources, then locate the playerdata file.

 

Browse data tab > Table: Players > 13th and 14th options are XP and Level, you can just edit the values to 0 in the edit database cell on the right.

 

then control+S write changes, and close.

 

you probbably can run SQlite while the server is active as long as you arent doing anything while its open, close SQlite before you run around in the game world or it will crash the server, probbably best to do SQlite editing while the server isn't running tbh.

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...