📑DefaultClassInfo
Game characters common state configuration file.
Base data for each character class: starting points, health/mana, and where the character starts or returns.
CLS
Number from 0 to 6, one per class (see notes)
The class this row refers to.
STR / DXT / VIT / ENE / LDS
Number
Starting Strength, Agility, Vitality, Energy, and Command points for a character of this class—and the stat values the character reverts to when using /reset (see notes).
MXL
Number (decimals accepted)
Health at level 1, before the Vitality bonus.
MXM
Number (decimals accepted)
Mana at level 1, before the Energy bonus.
LVL
Number (decimals accepted)
Health gained per level (and per Master Level, at the same rate).
LVM
Number (decimals accepted)
Mana gained per level (and per Master Level, at the same rate).
VTL
Number (decimals accepted)
Extra Health granted by each point of Vitality.
ETM
Number (decimals accepted)
Extra Mana granted by each point of Energy.
STM
Map number
Map where a new character of this class starts.
SMX / SMY
X/Y coordinates
Starting position within map STM.
RTG
Gate number
Gate the character is sent to during general returns (e.g., returning from the Cash Shop or safety repositioning when logging in with an invalid state).
RSG
Gate number
Gate the character is sent to after using /reset.
MRG
Gate number
Gate the character is sent to after using /mreset (master reset).
Notes
The
CLSvalue is fixed:0Dark Wizard,1Dark Knight,2Fairy Elf,3Magic Gladiator,4Dark Lord,5Summoner,6Rage Fighter. It is not possible to add a new class by editing this file—the number of classes is fixed on the server.STR,DXT,VIT,ENE, andLDSare not used solely for character creation; they represent the stat values the character reverts to whenever the/resetcommand is used (Leadership only reverts to the default value if the server is not configured to preserve it during a reset).STM/SMX/SMYalso define the map and coordinates where a character is sent when removed from a map due to theEXM(ExitMap) option inMapManager.txt.The gates (
RTG,RSG,MRG) must point to valid indices inGate.txt.
Last updated