mordredrs
Member
Hi there!
Around line 188 in charactercreation.cs I've changed:
this:
newChar.Hunger = 20;
to this:
newChar.Hunger = 20;
newChar.Skills.Cap = 66000;
But new players still have skillcap at 7200;
I'm doing something wrong, but idk what could be.
Thanks in advance for any insight, I'm a returning (and rusted) member
Around line 188 in charactercreation.cs I've changed:
this:
newChar.Hunger = 20;
to this:
newChar.Hunger = 20;
newChar.Skills.Cap = 66000;
But new players still have skillcap at 7200;
I'm doing something wrong, but idk what could be.
Thanks in advance for any insight, I'm a returning (and rusted) member