EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Stat Caps. (https://www.eqemulator.org/forums/showthread.php?t=36553)

NatedogEZ 02-23-2013 08:59 PM

inside client_mods.cpp
Code:

        if(val>255 && GetLevel() <= 60)
                val = 255;


This Code OVERWRITES the Rule confirmed

Had to remove all instances of this code to get the hardcap on stats to go away for players level 60 and lower.

Drajor 02-23-2013 10:17 PM

To increase the stat cap for characters of any level you will need to modify GetMaxStat and CalcSTR/AGI etc. Simple as that.

I don't use any of the rules etc.

Zamthos 02-23-2013 10:21 PM

I already did that in the post 2 posts before yours. :)

Furniture 06-21-2013 03:00 PM

It looks like the CalcSTR/calcSTA changes are in the source already now, but the getmaxstat did not make it in.


However, even with the getmaxstat change, Caps are STILL 255 for any level, whats going on?

Furniture 06-21-2013 04:51 PM

Nevermind - I figured it out, please ignore

Scalefiend 12-22-2013 04:09 PM

So, what is the current way of removing stat caps. I've imputed the changes mentioned in this thread to no avail. Still capped at 255 in-game.

Any detailed instructions on how to do this would be much appreciated. Thx

NatedogEZ 12-22-2013 08:59 PM

Inside the rule values table to change the StatCap.. and if it is not there add it :)


|| *ruleset_id* || *rule_name* || *rule_value* || *notes* ||
|| 1 || Character:StatCap || 2500 || Sets the Max Statistics Cap for PCs. 0 = feature disabled ||


All times are GMT -4. The time now is 01:29 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.