Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

How to change max stats?(255)


Shube
 Share

Recommended Posts

This requires a source code edit and it isn't easy. (Well the actual edit is easy but what comes after that will be pretty painful.) 

Open up modTypes in the Server and Client data files. Then search for a line similar to this: 

```
stats(stats.Stat_count -1) as byte

```
Change the byte to an integer. The above line can be found in mostly all data recs (PlayerRec, ItemRec, SpellRec etc) After you change this you won't be able to use any of your old items, resources, players since there data files would have been corrupted. You have two choices. Either wipe all the .dat files in the server data folder and start fresh or create a converter to convert all the data for you.
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
 Share

×
×
  • Create New...