Page 1 of 1

Skill / Stat Caps

Posted: Wed Aug 02, 2006 10:37 am
by Daroth
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.

Posted: Wed Aug 02, 2006 10:45 am
by Yukiko
From \pol\pkg\foundations\hooks\attributeCore.src

Code: Select all

const CONST_STATCAP := 225;
const CONST_SKILLCAP := 14000;
Observe that the CONST_SKILLCAP is <skillcap> * 10.
CHange those and recompile all scripts.