blob: da6a9cbb1776b9c549f2cfa8a7be0341f5e8ce7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# exploration_basexp
[<-Back-to:World](database-world.md)
<p>This table holds the base experience point information needed for when a player explores a new zone.</p>
| Field | Type | Attributes | Key | Null | Default |
|-------------|--------------|------------|-----|------|---------|
| [level][1] | TINYINT | unasigned | PRI | NO | 0 |
| [basexp][2] | MEDIUMINT | SIGNED | | NO | 0 |
[1]: #level
[2]: #basexp
**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.
|