数据库:world数据库:disables
差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
数据库:world数据库:disables [2023/09/24 18:44] – 创建 admin | 数据库:world数据库:disables [2023/09/24 18:45] (当前版本) – [flags] admin | ||
---|---|---|---|
行 16: | 行 16: | ||
==== sourceType ==== | ==== sourceType ==== | ||
- | Value Type | + | ^Value^Type^ |
- | 0 DISABLE_TYPE_SPELL | + | |0|DISABLE_TYPE_SPELL| |
- | 1 DISABLE_TYPE_QUEST | + | |1|DISABLE_TYPE_QUEST| |
- | 2 DISABLE_TYPE_MAP | + | |2|DISABLE_TYPE_MAP| |
- | 3 DISABLE_TYPE_BATTLEGROUND | + | |3|DISABLE_TYPE_BATTLEGROUND| |
- | 4 DISABLE_TYPE_ACHIEVEMENT_CRITERIA | + | |4|DISABLE_TYPE_ACHIEVEMENT_CRITERIA| |
- | 5 DISABLE_TYPE_OUTDOORPVP | + | |5|DISABLE_TYPE_OUTDOORPVP| |
- | 6 DISABLE_TYPE_VMAP | + | |6|DISABLE_TYPE_VMAP| |
- | 7 DISABLE_TYPE_MMAP | + | |7|DISABLE_TYPE_MMAP| |
- | 8 DISABLE_TYPE_LFG_MAP | + | |8|DISABLE_TYPE_LFG_MAP| |
- | 9 DISABLE_TYPE_GAME_EVENT | + | |9|DISABLE_TYPE_GAME_EVENT| |
- | 10 DISABLE_TYPE_LOOT | + | |10|DISABLE_TYPE_LOOT| |
==== entry ==== | ==== entry ==== | ||
行 68: | 行 69: | ||
If sourceType = DISABLE_TYPE_SPELL: | If sourceType = DISABLE_TYPE_SPELL: | ||
- | Value Type | + | ^Value^Type^ |
- | 0 Spell enabled | + | |0|Spell enabled| |
- | 1 Spell disabled for players | + | |1|Spell disabled for players| |
- | 2 Spell disabled for creatures | + | |2|Spell disabled for creatures| |
- | 4 Spell disabled for pets | + | |4|Spell disabled for pets| |
- | 8 Spell completely disabled (used for no logner existing spells in DBCs) | + | |8|Spell completely disabled (used for no logner existing spells in DBCs)| |
- | 16 Spell disabled for MapId | + | |16|Spell disabled for MapId| |
- | 32 Spell disabled for AreaId | + | |32|Spell disabled for AreaId| |
- | 64 Line of Sight (LOS) is disabled for this spell (replaces " | + | |64|Line of Sight (LOS) is disabled for this spell (replaces " |
Example: INSERT INTO `disables` VALUES (0, 8921, (1+16+32), " | Example: INSERT INTO `disables` VALUES (0, 8921, (1+16+32), " | ||
行 85: | 行 87: | ||
Specifies what type of map is disabled (5man/ | Specifies what type of map is disabled (5man/ | ||
- | Value Type | + | ^Value^Type^ |
- | 1 DUNGEON_STATUS_FLAG_NORMAL OR RAID_STATUS_FLAG_10MAN_NORMAL | + | |1|DUNGEON_STATUS_FLAG_NORMAL OR RAID_STATUS_FLAG_10MAN_NORMAL| |
- | 2 DUNGEON_STATUS_FLAG_HEROIC OR RAID_STATUS_FLAG_25MAN_NORMAL | + | |2|DUNGEON_STATUS_FLAG_HEROIC OR RAID_STATUS_FLAG_25MAN_NORMAL| |
- | 4 RAID_STATUS_FLAG_10MAN_HEROIC | + | |4|RAID_STATUS_FLAG_10MAN_HEROIC| |
- | 8 RAID_STATUS_FLAG_25MAN_HEROIC | + | |8|RAID_STATUS_FLAG_25MAN_HEROIC| |
The value is a bitmask of VALID modes for the specific map, 15 is as such NOT a valid mask on certain maps, only those actually found possible for the respective map. | The value is a bitmask of VALID modes for the specific map, 15 is as such NOT a valid mask on certain maps, only those actually found possible for the respective map. | ||
行 96: | 行 99: | ||
Specifies on which map should be vMap disabled | Specifies on which map should be vMap disabled | ||
- | Value Type | + | ^Value^Type^ |
- | 1 VMAP_DISABLE_AREAFLAG | + | |1|VMAP_DISABLE_AREAFLAG| |
- | 2 VMAP_DISABLE_HEIGHT | + | |2|VMAP_DISABLE_HEIGHT| |
- | 4 VMAP_DISABLE_LOS | + | |4|VMAP_DISABLE_LOS| |
- | 8 VMAP_LIQUIDSTATUS | + | |8|VMAP_LIQUIDSTATUS| |
Example: INSERT INTO `disables` VALUES (6, 1, (2 + 4), 0, 0, " | Example: INSERT INTO `disables` VALUES (6, 1, (2 + 4), 0, 0, " | ||
数据库/world数据库/disables.1695552273.txt.gz · 最后更改: 2023/09/24 18:44 由 admin