Skills and Stats Cap`
Skills and Stats Cap`
what files in the distro need to be changed to allow for a skill cap of 150 (items pushing it over) and a stat cap of 150 also... i thought i changed all the files needed but apparently not... i think the total skill cap is 700 :S so when someone gets their mining up their bs drops if anyone could point me in the direction would be greatly appreciated
I believe in attributeCore.src there are these two lines at the top:
I'm assuming you changed those already? If you want a max skill cap of 150 then do 1500, since it's measured in tenths. What you may have forgotten to do is recompile all of your scripts. Hope this helps.
Code: Select all
const CONST_STATCAP := 225;
const CONST_SKILLCAP := 7000;