Skip to content

game_event_npcflag

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.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
eventEntrytinyintunsignedPRINOEntry of the game event
guidintunsignedPRINO0
npcflagintunsignedNO0
 

Description of fields ​

eventEntry ​

refers to game_event.eventEntry  

guid ​

The guid of the creature that you want to change npcflag for.  

npcflag ​

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.