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

Back to world database list of tables.

The `pet_levelstats` table

This table holds information on individual pet base stats based on level.

Structure

Field Type Null Key Default Extra
creature_entry int(10) unsigned NO PRI
level tinyint(3) unsigned NO PRI
hp smallint(5) unsigned NO
mana smallint(5) unsigned NO
armor int(10) unsigned NO 0
str smallint(5) unsigned NO
agi smallint(5) unsigned NO
sta smallint(5) unsigned NO
inte smallint(5) unsigned NO
spi smallint(5) unsigned NO

Description of the fields

creature_entry

The pet creature template ID. See creature_template.entry

level

The pet level.

hp

The base health of the pet at level = level.

mana

The base mana of the pet at level = level.

armor

The base armor of the pet at level = level.

str

The base strength of the pet at level = level.

agi

The base agility of the pet at level = level.

sta

The base stamina of the pet at level = level.

inte

The base intelligence of the pet at level = level.

spi

The base spirit of the pet at level = level.

Clone this wiki locally