Sets the maximum number of ranks a character can have in a class skill when they are at the level that this LevelInfo object describes. @param arg The maximum number of ranks allowed for a class skill should be a number or a formula based on variable defined in setLevelString.
(final String arg)
| 58 | * in setLevelString. |
| 59 | */ |
| 60 | public void setMaxClassSkillString(final String arg) |
| 61 | { |
| 62 | maxClassSkillString = arg; |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * Sets the maximum number of ranks a character can have in |