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

Max Stats


beer12
 Share

Recommended Posts

Take a look in Server > modHandleData > HandleUseStatPoint, you'll find this line:

```

If GetPlayerRawStat(index, PointType) >= 255 Then

```

Just change that and it should work ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
Link to comment
Share on other sites

ok i got it to add points i missed the:

If GetPlayerPOINTS(MyIndex) > 0 Then

For x = 1 To Stats.Stat_Count - 1

If GetPlayerStat(Index, x) < 255 Then

client side

so i can add points past 255 but a new issue came up where its not counting past 255 lol
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...