Tabelle: 'player_xp_for_level'
The `player_xp_for_level` tableIncludes information on how much experience needed for next level. Comes from sniffs. StructureField | Type | Attributes | Key | Null | Default | Extra | Comment |
---|
lvl | int(3) | vorzeichenlos | PRI | nein | NULL | | | xp_for_next_level | int(10) | vorzeichenlos | | nein | NULL | | |
Description of the fieldsThis table sets the exp point needed to upgrade the player's level. lvlThe player's level. xp_for_next_levelThe experience needed to upgrade from the value in "lvl" field to "lvl" +1.
|