statsAdd over 99: Difference between revisions
Jump to navigation
Jump to search
(Created page with '; statsAdd_over_99 [<boolean flag>] : Allows Kore to add stats points over 99. Useful for private servers that the maximum stat is more than 99. Category:config.txt') |
No edit summary |
||
Line 1: | Line 1: | ||
; statsAdd_over_99 [ | ; statsAdd_over_99 <[[boolean]]> | ||
: Allows Kore to add stats points over 99. Useful for private servers that the maximum stat is more than 99. | : Allows Kore to add stats points over 99. Useful for private servers that the maximum stat is more than 99. | ||
== Developer Notes == | |||
Limit of 99 should be ignored for third classes, where the corresponding limit is 120 instead. ''statsAdd_over_120 <boolean>'' or ''statsAdd_over_max <boolean>'' or ''statsAdd_limit <number>'' would be nice, too. | |||
[[Category:config.txt]] | [[Category:config.txt]] | ||
[[Category:Feature Request]] |
Revision as of 13:40, 16 August 2012
- statsAdd_over_99 <boolean>
- Allows Kore to add stats points over 99. Useful for private servers that the maximum stat is more than 99.
Developer Notes
Limit of 99 should be ignored for third classes, where the corresponding limit is 120 instead. statsAdd_over_120 <boolean> or statsAdd_over_max <boolean> or statsAdd_limit <number> would be nice, too.