Skill / Stat Caps

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 095. Note: Core 095 is no longer officially supported.
Post Reply
Daroth
New User
Posts: 15
Joined: Sun Apr 02, 2006 10:01 am

Skill / Stat Caps

Post 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.
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm

Post 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.
Post Reply