Creature_equip_template - cmangos/issues GitHub Wiki
Back to world database list of tables.
creature_equip_template_raw has to be converted to this new file format!
This table contains all equipment mobs can wear.
Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|
entry | int(11) unsigned | NO | PRI | 0 | |
equipentry1 | mediumint(8) unsigned | NO | 0 | ||
equipentry2 | mediumint(8) unsigned | NO | 0 | ||
equipentry3 | mediumint(8) unsigned | NO | 0 |
Unique Id of the equipment, no link with any official data. This id is free.
This is the item of the equipment used in right hand (Mainhand) from `item_template`.`entry`.
Shields cant be set as equipentry1.
This is the item of the equipment used in left hand (Offhand) from `item_template`.`entry`.
This is the item of the equipment used in distance slot (Ranged). It comes from `item_template`.`entry`.