Back to 'game_event_npc_vendor' Return to world Go to 'game_event_pool'
This table contains npcflags that are to be added to an NPC when the specified event is active for the creature with the given guid.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
eventEntry | tinyint | unsigned | PRI | NO | Entry of the game event | ||
guid | int | unsigned | PRI | NO | 0 | ||
npcflag | int | unsigned | NO | 0 |
refers to game_event.eventEntry
The guid of the creature that you want to change npcflag for.
The npcflags that you want to set. The value specified here is bitwise added to the npcflag already set on the NPC.
So, if you want the creature to be also a quest giver, just put 2 in this column.
Back to 'game_event_npc_vendor' Return to world Go to 'game_event_pool'