Difference between revisions of "statsAdd over 99"

From OpenKore Wiki
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')
 
Line 1: Line 1:
; statsAdd_over_99 [<boolean flag>]
+
; 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.