Skill / Stat Caps
Skill / Stat Caps
How do I set them? I'm looking to have a skill cap of 1100, and a stat cap of 300, and the max for a singe stat to be 125, but i'm not sure where I set the caps.
From \pol\pkg\foundations\hooks\attributeCore.src
Observe that the CONST_SKILLCAP is <skillcap> * 10.
CHange those and recompile all scripts.
Code: Select all
const CONST_STATCAP := 225;
const CONST_SKILLCAP := 14000;
CHange those and recompile all scripts.