Ir al final de los metadatos
Ir al inicio de los metadatos

Estás viendo una versión antigua de esta página. Ve a la versión actual.

Comparar con el actual Ver el historial de la página

« Anterior Versión 10 Siguiente »

Back-to:Characters

The `character_stats` table

This table holds information on all the stats regarding the character. Used for external applications such as websites.
See worldserver.conf: PlayerSave.Stats.*

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

PRI

NO

0

 

Global Unique Identifier, Low part

maxhealth

int(10)

unsigned

 

NO

0

 

 

maxpower1

int(10)

unsigned

 

NO

0

 

 

maxpower2

int(10)

unsigned

 

NO

0

 

 

maxpower3

int(10)

unsigned

 

NO

0

 

 

maxpower4

int(10)

unsigned

 

NO

0

 

 

maxpower5

int(10)

unsigned

 

NO

0

 

 

maxpower6

int(10)

unsigned

 

NO

0

 

 

maxpower7

int(10)

unsigned

 

NO

0

 

 

strength

int(10)

unsigned

 

NO

0

 

 

agility

int(10)

unsigned

 

NO

0

 

 

stamina

int(10)

unsigned

 

NO

0

 

 

intellect

int(10)

unsigned

 

NO

0

 

 

spirit

int(10)

unsigned

 

NO

0

 

 

armor

int(10)

unsigned

 

NO

0

 

 

resHoly

int(10)

unsigned

 

NO

0

 

 

resFire

int(10)

unsigned

 

NO

0

 

 

resNature

int(10)

unsigned

 

NO

0

 

 

resFrost

int(10)

unsigned

 

NO

0

 

 

resShadow

int(10)

unsigned

 

NO

0

 

 

resArcane

int(10)

unsigned

 

NO

0

 

 

blockPct

float

unsigned

 

NO

0

 

 

dodgePct

float

unsigned

 

NO

0

 

 

parryPct

float

unsigned

 

NO

0

 

 

critPct

float

unsigned

 

NO

0

 

 

rangedCritPct

float

unsigned

 

NO

0

 

 

spellCritPct

float

unsigned

 

NO

0

 

 

attackPower

int(10)

unsigned

 

NO

0

 

 

rangedAttackPower

int(10)

unsigned

 

NO

0

 

 

spellPower

int(10)

unsigned

 

NO

0

 

 

resilience

int(10)

unsigned

 

NO

0

 

 

Description of the fields

guid

The guid of the character.

maxhealth

Maximum amount of health that the character has.

maxpower

field-no-description|3

strength

field-no-description|4

agility

field-no-description|5

stamina

field-no-description|6

intellect

field-no-description|7

spirit

field-no-description|8

armor

field-no-description|9

resHoly

field-no-description|10

resFire

field-no-description|11

resNature

field-no-description|12

resFrost

field-no-description|13

resShadow

field-no-description|14

resArcane

field-no-description|15

blockPct

field-no-description|16

dodgePct

field-no-description|17

parryPct

field-no-description|18

critPct

field-no-description|19

rangedCritPct

field-no-description|20

spellCritPct

field-no-description|21

attackPower

field-no-description|22

rangedAttackPower

field-no-description|23

spellPower

field-no-description|24

resilience

field-no-description|24

  • Sin etiquetas