NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'corpse' table for MaNGOSTwo
This table is used to store status of players corpse.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
guid | int(11) unsigned | NO | PRI | '0' | The character global unique identifier of the corpse. | |
player | int(11) unsigned | NO | MUL | '0' | The character global unique identifier. [See characters.guid]. | |
position_x | float | NO | '0' | The x position of the character's corpse location. | ||
position_y | float | NO | '0' | The y position of the character's corpse location. | ||
position_z | float | NO | '0' | The z position of the character's corpse location. | ||
orientation | float | NO | '0' | The orientation of the corpse. (North = 0.0, South = 3.14159) | ||
map | int(11) unsigned | NO | '0' | The map ID the corpse is in. [See maps.dbc] | ||
phaseMask | smallint(5) unsigned | NO | '1' | |||
time | bigint(20) unsigned | NO | MUL | '0' | Time of death. | |
corpse_type | tinyint(3) unsigned | NO | MUL | '0' | The Display Type of the corpse. | |
instance | int(11) unsigned | NO | MUL | '0' | The instance ID that the corpse is in. |
Description of the fields
guid int(11) unsigned
The character global unique identifier of the corpse.
player int(11) unsigned
The character global unique identifier. [See characters.guid].
position_x float
The x position of the character's corpse location.
position_y float
The y position of the character's corpse location.
position_z float
The z position of the character's corpse location.
orientation float
The orientation of the corpse. (North = 0.0, South = 3.14159)
map int(11) unsigned
The map ID the corpse is in. [See map.dbc]
phaseMask smallint(5) unsigned
time bigint(20) unsigned
Time of death.
corpse_type tinyint(3) unsigned
The Display Type of the corpse:
Value | Member Name | Description |
---|---|---|
0 | Bones | Bones only corpse. |
1 | ResurrectablePvE | Ressurectable corpse, pve only. |
2 | ResurrectablePvP | Ressurectable corpse, pvp only. |
instance int(11) unsigned
The instance ID that the corpse is in.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now