This table holds additional information on gameobjects.
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| entry | INT | UNSIGNED | PRI | NO | 0 | ||
| faction | SMALLINT | UNSIGNED | NO | 0 | |||
| flags | INT | UNSIGNED | NO | 0 | |||
| mingold | INT | UNSIGNED | NO | 0 | |||
| maxgold | INT | UNSIGNED | NO | 0 | |||
| artkit0 | INT | 0 | |||||
| artkit1 | INT | 0 | |||||
| artkit2 | INT | 0 | |||||
| artkit3 | INT | 0 |
ID of the game object, from gameobject_template.entry.
Object's faction, if any. See聽FactionTemplate
| Flag | Bit | Name | Comment |
|---|---|---|---|
| 0x00000001 | 1 | GO_FLAG_IN_USE | Gameobject in use - Disables interaction while being animated |
| 0x00000002 | 2 | GO_FLAG_LOCKED | Makes the Gameobject Locked. Requires a key, spell, or event to be opened. "Locked" appears in tooltip |
| 0x00000004 | 4 | GO_FLAG_INTERACT_COND | Untargetable, cannot interact (condition to interact - requires GO_DYNFLAG_LO_ACTIVATE to enable interaction clientside) |
| 0x00000008 | 8 | GO_FLAG_TRANSPORT | Gameobject can transport (boat, elevator, car) |
| 0x00000010 | 16 | GO_FLAG_NOT_SELECTABLE | Not selectable (Not even in GM-mode) |
| 0x00000020 | 32 | GO_FLAG_NODESPAWN | Never despawns. Typical for gameobjects with on/off state (doors for example) |
| 0x00000040 | 64 | GO_FLAG_TRIGGERED | (GO_FLAG_AI_OBSTACLE) makes the client register the object in something called AIObstacleMgr, unknown what it does |
| 0x00000080 | 128 | GO_FLAG_FREEZE_ANIMATION | unused from AzerothCore |
| 0x00000200 | 512 | GO_FLAG_DAMAGED | Gameobject has been siege damaged |
| 0x00000400 | 1024 | GO_FLAG_DESTROYED | Gameobject has been destroyed |
Minimum money, in copper, that the gameobject can drop when accessed / used.
Maximum money, in copper,聽that the gameobject can drop when accessed / used.
GameObjectArtKit.dbc ID
Updates display if object is activated by SPELL_EFFCT_ACTIVATE_OBJECT with MiscValue 19 - 22.