exploration_basexp
This table holds the base experience point information needed for when a player explores a new zone.
| Field | Type | Attributes | Key | Null | Default |
|---|---|---|---|---|---|
| level | TINYINT | UNSIGNED | PRI | NO | 0 |
| basexp | MEDIUMINT | SIGNED | NO | 0 |
Description of the fields
level
The player level.
basexp
The base experience the player will recieve when he or she discovers a new zone at the level specified in the level field.