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 8 Siguiente »

Back-to:World

The `playercreateinfo_item` table

This table is used for any custom items that you might want to give to characters on creation. I used to be used to hold the normal items that characters get as well, but now that info is read from CharStartOutfit.dbc

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

race

tinyint(3)

unsigned

 

NO

0

 

 

class

tinyint(3)

unsigned

 

NO

0

 

 

itemid

mediumint(8)

unsigned

 

NO

0

 

 

amount

tinyint(3)

signed

 

NO

1

 

 

Description of the fields

race

The character's race.

NOTE: If you use race=0 then it will apply to all races!
:ChrRaces.dbc

class

The character's class.
:ChrClasses.dbc

itemid

The template ID of the item. See item_template.entry

amount

The number of copies of that item.

  • Sin etiquetas