数据库:world数据库:game_event_npcflag
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.
表结构
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
eventEntry | TINYINT | UNSIGNED | PRI | NO | Entry of the game event | ||
guid | MEDIUMINT | UNSIGNED | PRI | NO | 0 | ||
npcflag | INT | UNSIGNED | NO | 0 |
字段说明
eventEntry
The eventEntry that is tied to this npcflag change.
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.
数据库/world数据库/game_event_npcflag.txt · 最后更改: 2023/09/24 20:10 由 admin