Exploration basexp SF: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
(Created page with "{| align="right" | __TOC__ |} Category: SkyFire World database tables {{Back-to:World}} <big>'''The `exploration_basexp` table'''</big> This table holds the base experi...")
 
(No difference)

Latest revision as of 16:15, 7 July 2012

Back to world database list of tables.


The `exploration_basexp` table

This table holds the base experience point information needed for when a player explores a new zone.

Comes from sniffs.


Structure

Field Type Attributes Key Null Default Extra Comment
level tinyint(4) unsigned PRI NO 0
basexp mediumint(9) signed NO 0


Description of the fields

level

The player level.

basexp

The base XP the player will get when they discover a new zone at that given level.