用户工具

站点工具


数据库:world数据库:disables

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
数据库:world数据库:disables [2023/09/24 18:45] – [sourceType] admin数据库:world数据库:disables [2023/09/24 18:45] (当前版本) – [flags] admin
行 69: 行 69:
 If sourceType = DISABLE_TYPE_SPELL: Specifies who the spell is disabled for. If sourceType = DISABLE_TYPE_SPELL: Specifies who the spell is disabled for.
  
-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 "vmap.ignoreSpellIds" config option)+|64|Line of Sight (LOS) is disabled for this spell (replaces "vmap.ignoreSpellIds" config option)
 Example: INSERT INTO `disables` VALUES (0, 8921, (1+16+32), "571,1", "1519", "Moonfire Example"); Example: INSERT INTO `disables` VALUES (0, 8921, (1+16+32), "571,1", "1519", "Moonfire Example");
  
行 86: 行 87:
 Specifies what type of map is disabled (5man/10man/heroic/etc). Specifies what type of map is disabled (5man/10man/heroic/etc).
  
-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.
  
行 97: 行 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, "Disable Kalimdor vMaps"); Example: INSERT INTO `disables` VALUES (6, 1, (2 + 4), 0, 0, "Disable Kalimdor vMaps");
  
数据库/world数据库/disables.1695552304.txt.gz · 最后更改: 2023/09/24 18:45 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki