Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions meta/enums/DispelType.dbde
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
1 MAGIC
2 CURSE
3 DISEASE
4 POISION
5 STEALTH
6 INVISIBILITY
7
8 ROOT
9 ENRAGE
10
11 BLEED
8 changes: 4 additions & 4 deletions meta/enums/SpellEffect.dbde
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
182 DESPAWN_AREATRIGGER
183
184 REPUTATION_2
185
185 TRIGGER_SCENE
186
187 RANDOMIZE_ARCHAEOLOGY_DIGSITES
188 SUMMON_STABLED_PET_AS_GUARDIAN
Expand Down Expand Up @@ -303,7 +303,7 @@
302 GATHERING
303 CREATE_TRAIT_TREE_CONFIG
304 CHANGE_ACTIVE_COMBAT_TRAIT_CONFIG
305
305 REMOVE_EQUIPMENT
306 UPDATE_INTERACTIONS
307
308 CANCEL_PRELOAD_WORLD
Expand All @@ -322,7 +322,7 @@
321
322
323
324
324 LEARN_HOUSING_DECOUR
325
326
327
Expand All @@ -338,7 +338,7 @@
337 SET_PLAYER_DATA_FLAG_ACCOUNT
338 SET_PLAYER_DATA_FLAG_CHARACTER
339 UI_ACTION
340
340 TRIGGER_SPELL_AFTER_TELEPORT
341 LEARN_WARBAND_SCENE
342
343
Expand Down
9 changes: 9 additions & 0 deletions meta/enums/SpellLabelName.dbde
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
26 Paladin
27 Death Knight
66 Demon Hunter
292 Player Useable Spells
585 Testimony spells
615 Timewarp, Heroism, Drums etc
627 Torghast
Expand All @@ -29,6 +30,7 @@
681 The Ever-Rising Tide
682 Overcharge Mana
683 Quickening
690 Major Player Cooldowns
741 Healing
756 Purification Protocol
825 Shroud of Resolve Rank auras
Expand Down Expand Up @@ -139,7 +141,14 @@
1038 Windfury Totem
1043 Blizzard
1044 "Pick up item x" spells
1216 Evoker
1305 Blood Shards of Domination
1306 Frost Shards of Domination
1307 Unholy Shards of Domination
1379 covenant signature abilities and other things they want to block in mage tower
1464 Evoker Red Dragonflight
1465 Evoker Blue Dragonflight
1466 Evoker Green Dragonflight
1467 Evoker Bronze Dragonflight
1468 Evoker Black Dragonflight
3959 Item Drivers
2 changes: 2 additions & 0 deletions meta/enums/Target.dbde
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,5 @@
138 TARGET_DEST_DEST_GROUND
140 TARGET_DEST_CASTER_CLUMP_CENTROID
150 TARGET_UNIT_OWN_CRITTER
151 TARGET_UNIT_AREA_DYNAMIC_LINE // Bit difficult to name this properly. Seems to create a line between the caster and their target, selecting all valid targets within the area. SpellRadius entries seem likely to be the maximum length?
152 TARGET_BATTLE_PET
1 change: 1 addition & 0 deletions meta/mapping.dbdm
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ ENUM SoundCharacterMacroLines::Race ChrRaceID // Not a real enum, but for ease
ENUM SoundEmitters::EmitterType SoundEmitterType
ENUM SoundEntries::SoundType SoundKitType
ENUM SoundKit::SoundType SoundKitType
ENUM SpellCategories::DispelType DispelType
ENUM SpellClassOptions::SpellClassSet SpellClassSet
ENUM SpellEffect::Effect SpellEffect
ENUM SpellEffect::EffectAura SpellEffectAura
Expand Down
Loading