Sets the maximum number of ranks a character can have in a cross-class skill when they are at the level that this LevelInfo object describes. @param arg The maximum number of ranks allowed for a cross-class skill should be a number or a formula based on variable defined in setLevelString.
(final String arg)
| 71 | * in setLevelString. |
| 72 | */ |
| 73 | public void setMaxCrossClassSkillString(final String arg) |
| 74 | { |
| 75 | maxCrossClassSkillString = arg; |
| 76 | } |
| 77 | |
| 78 | /** |
| 79 | * Sets the min number of experience points required to |