Back to 'game_weather' Return to world Go to 'gameobject_addon'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guid | bigint | unsigned | PRI | NO | 0 | ||
id | int | unsigned | NO | 0 | Gameobject Identifier | ||
map | smallint | unsigned | NO | 0 | Map Identifier | ||
zoneId | smallint | unsigned | NO | 0 | Zone Identifier | ||
areaId | smallint | unsigned | NO | 0 | Area Identifier | ||
spawnDifficulties | varchar(100) | NO | 0 | ||||
phaseUseFlags | tinyint | unsigned | NO | 0 | |||
PhaseId | int | signed | YES | 0 | |||
PhaseGroup | int | signed | YES | 0 | |||
terrainSwapMap | int | signed | NO | -1 | |||
position_x | float | NO | 0 | ||||
position_y | float | NO | 0 | ||||
position_z | float | NO | 0 | ||||
orientation | float | NO | 0 | ||||
rotation0 | float | NO | 0 | ||||
rotation1 | float | NO | 0 | ||||
rotation2 | float | NO | 0 | ||||
rotation3 | float | NO | 0 | ||||
spawntimesecs | int | signed | NO | 0 | |||
animprogress | tinyint | unsigned | NO | 0 | |||
state | tinyint | unsigned | NO | 0 | |||
ScriptName | varchar(64) | NO | '' | ||||
VerifiedBuild | int | signed | NO | 0 |
The global unique identifier for the game object. This field must be unique among all game objects.
If a new gameobject will be spawned it should be within the GUID range of the current expansion when gameobject was added initially on retail.
For example a gameobject in Orgrimmar and Stormwind was added in Shadowlands (9.x) on retail (expansion 8), so it would get a GUID between 8000000 and 8999999 assigned.
The GUID ranges are defined as followed:
Expansion | GUID range start | GUID range end |
---|---|---|
Vanilla (1.x) | 1 | 249999 |
The Burning Crusade (2.x) | 1 | 249999 |
Wrath of the Lich King (3.x) | 1 | 249999 |
Cataclysm (4.x) | 3000000 | 3999999 |
Mists of Pandaria (5.x) | 4000000 | 4999999 |
Warlords of Draenor (6.x) | 5000000 | 5999999 |
Legion (7.x) | 6000000 | 6999999 |
Battle for Azeroth (8.x) | 7000000 | 7999999 |
Shadowlands (9.x) | 8000000 | 8999999 |
Dragonflight (10.x) | 9000000 | 9999999 |
200000 | 299999 | |
200000 | 299999 | |
300000 | 399999 | |
400000 | 499999 | |
500000 | 599999 | |
600000 | 699999 |
Because the limit of several old ranges was reached, new ranges have been defined with the nomenclature {ExpID}000000 - {ExpID}999999. The old ranges should not be used.
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
- no description -
This field is used by the TrinityDB Team to determine whether a template has been verified from WDB files.
If value is 0 then it has not been parsed yet.
If value is above 0 then it has been parsed with WDB files from that specific client build.
If value is -1 then it is just a place holder until proper data are found on WDBs.
If value is -Client Build then it was parsed with WDB files from that specific client build and manually edited later for some special necessity.
Back to 'game_weather' Return to world Go to 'gameobject_addon'