exploration_basexp
This table holds the base experience point information needed for when a player explores a new zone.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| level | tinyint | unsigned | PRI | NO | 0 | ||
| basexp | int | signed | NO | 0 | |||
Description of fields
level
The player level.
basexp
The base experience the player will receive when he or she discovers a new zone at the level specified in the level field.
