Skip to content
Schmoozerd edited this page Apr 14, 2013 · 1 revision

Back to world database list of tables.

The `exploration_basexp` table

This table controls the XP gained by characters when they explore new zones.

Structure

Field Type Null Key Default Extra
level tinyint(2) NO PRI 0
basexp int(11) NO 0

Description of the fields

level

The level of the character.

basexp

The XP the character receives at the specified level.

Clone this wiki locally