- fixed issue with healing and damage cache where both did not update.
- fixed issue with micro displays were sometimes did lua error. - fixed a issue when reporting to a instance group didn't work. - fixes on siege of orgrimmar raid info. - major fixes and improvements on internal garbage collector. - added options for background alpha and window alpha. - now when editing a image, the instance background changes on-the-fly. - now if no instance have current segment when a combat start, the lower instance will switch to current. - added a option for disable the auto switch to current. - added the time type when reporting damage or healing done. - added a format phrase when reporting damage or healing done. - added a option for hide the micro display. - added options for memory were the core changes within the value. - little redesign on segments menu.
This commit is contained in:
@@ -272,7 +272,7 @@ Message: ..\AddOns\Details_EncounterDetails\frames.lua line 156:
|
||||
end
|
||||
end
|
||||
|
||||
print ("DPSMAX: " .. dps_max .. " > " .. g.max_damage)
|
||||
--print ("DPSMAX: " .. dps_max .. " > " .. g.max_damage)
|
||||
|
||||
if (dps_max > g.max_damage) then
|
||||
|
||||
|
||||
@@ -88,12 +88,17 @@ local siege_of_orgrimmar = {
|
||||
spell_mechanics = {
|
||||
[143295] = {0x1, 0x2000}, --> Sha Bolt
|
||||
[143309] = {0x8, 0x40}, --> Swirl
|
||||
[143413] = {0x8, 0x40}, --> Swirl
|
||||
[143436] = {0x100}, --> Corrosive Blast
|
||||
[143281] = {0x8}, --> Seeping Sha
|
||||
[143574] = {0x200}, --> Swelling Corruption
|
||||
[143498] = {0x1, 0x200, 0x2}, --> Erupting Sha
|
||||
[143460] = {0x200}, --> Sha Pool
|
||||
[143460] = {0x200}, --> Sha Pool
|
||||
[143286] = {0x40}, --> Seeping Sha
|
||||
[143297] = {0x200}, --> Sha Splash
|
||||
[145377] = {0x1}, --> Erupting Water
|
||||
[143574] = {0x200}, --> Swelling Corruption (H)
|
||||
[143460] = {0x200} -->
|
||||
},
|
||||
|
||||
phases = {
|
||||
@@ -102,9 +107,13 @@ local siege_of_orgrimmar = {
|
||||
spells = {
|
||||
143295, --> Sha Bolt
|
||||
143309, --> Swirl
|
||||
143413, --> Swirl
|
||||
143436, --> Corrosive Blast
|
||||
143281, --> Seeping Sha
|
||||
143574, --> Swelling Corruption
|
||||
143297, --> Sha Splash
|
||||
145377, --> Erupting Water
|
||||
143574 --> Swelling Corruption (H)
|
||||
},
|
||||
|
||||
adds = {
|
||||
@@ -120,6 +129,9 @@ local siege_of_orgrimmar = {
|
||||
143498, --> Erupting Sha
|
||||
143460, --> Sha Pool
|
||||
143286, --> Seeping Sha
|
||||
143297, --> Sha Splash
|
||||
145377, --> Erupting Wate
|
||||
143460 --> Sha Pool (H)
|
||||
},
|
||||
|
||||
adds = {
|
||||
@@ -141,9 +153,11 @@ local siege_of_orgrimmar = {
|
||||
[144397] = {0x8000, 0x1}, --> Vengeful Strikes (Rook Stonetoe)
|
||||
[143023] = {0x8}, --> Corrupted Brew (Rook Stonetoe)
|
||||
[143028] = {0x1}, --> Clash (Rook Stonetoe)
|
||||
[143010] = {0x80}, --> Corruption Kick (Rook Stonetoe)
|
||||
[143009] = {0x80}, --> Corruption Kick (Rook Stonetoe)
|
||||
[144357] = {0x8, 0x1}, --> Defiled Ground (Embodied Misery)
|
||||
[101000] = {0x10000}, --> Inferno Strike (Embodied Sorrow)
|
||||
[143961] = {0x8, 0x1}, --> Defiled Ground (Embodied Misery)
|
||||
[143962] = {0x10000}, --> Inferno Strike (Embodied Sorrow)
|
||||
[144018] = {0x20, 0x1}, --> Corruption Shock (Embodied Gloom)
|
||||
|
||||
[143198] = {0x1}, --> Garrote (He Softfoot)
|
||||
@@ -151,21 +165,28 @@ local siege_of_orgrimmar = {
|
||||
[144367] = {0x8}, --> Noxious Poison (He Softfoot)
|
||||
[143224] = {0x1, 0x800}, --> Instant Poison (He Softfoot)
|
||||
[143808] = {0x1, 0x2}, --> Mark of Anguish (Embodied Anguish)
|
||||
[144365] = {0x1, 0x2}, --> Mark of Anguish (Embodied Anguish)
|
||||
|
||||
[143424] = {0x2000}, --> Sha Sear (Sun Tenderheart)
|
||||
[143434] = {0x1, 0x10}, --> Shadow Word: Bane (Sun Tenderheart)
|
||||
[143544] = {0x1}, --> Calamity (Sun Tenderheart)
|
||||
[143544] = {0x1}, --> Calamity (Sun Tenderheart) --ptr
|
||||
[143493] = {0x1}, --> Calamity (Sun Tenderheart) --live
|
||||
[143559] = {0x1, 0x40}, --> Dark Meditation
|
||||
|
||||
[144007] = {}, --Residual Burn
|
||||
[145631] = {}, --Corruption Chain
|
||||
[143602] = {}, --Meditation Spike
|
||||
},
|
||||
|
||||
|
||||
|
||||
continuo = {
|
||||
144397, --> Vengeful Strikes (Rook Stonetoe)
|
||||
143023, --> Corrupted Brew (Rook Stonetoe)
|
||||
143028, --> Clash (Rook Stonetoe)
|
||||
143009, --> Corruption Kick (Rook Stonetoe)
|
||||
144357, --> Defiled Ground (Embodied Misery)
|
||||
101000, --> Inferno Strike (Embodied Sorrow)
|
||||
143962, --> Inferno Strike (Embodied Sorrow)
|
||||
144018, --> Corruption Shock (Embodied Gloom)
|
||||
|
||||
143198, --> Garrote (He Softfoot)
|
||||
@@ -178,6 +199,15 @@ local siege_of_orgrimmar = {
|
||||
143434, --> Shadow Word: Bane (Sun Tenderheart)
|
||||
143544, --> Calamity (Sun Tenderheart)
|
||||
143559, --> Dark Meditation
|
||||
|
||||
143010, --> Corruption Kick (Rook Stonetoe)
|
||||
143493, --> Calamity (Sun Tenderheart) --live
|
||||
144365, --> Mark of Anguish (Embodied Anguish)
|
||||
143961, --> Defiled Ground (Embodied Misery)
|
||||
|
||||
144007, --Residual Burn
|
||||
145631, --Corruption Chain
|
||||
143602, --Meditation Spike
|
||||
},
|
||||
|
||||
phases = {
|
||||
@@ -199,7 +229,8 @@ local siege_of_orgrimmar = {
|
||||
|
||||
71474, --> Embodied Despair (Sun Tenderheart)
|
||||
71482, --> Embodied Desperation (Sun Tenderheart)
|
||||
71993, --> Despair Spawns (Sun Tenderheart)
|
||||
71712, --> Despair Spawns (Sun Tenderheart)
|
||||
71993, --> Desperation Spawn
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -212,6 +243,8 @@ local siege_of_orgrimmar = {
|
||||
boss = "Norushen",
|
||||
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Norushen]],
|
||||
|
||||
combat_end = {1, 72276},
|
||||
|
||||
spell_mechanics = {
|
||||
[146707] = {0x1}, --> Disheartening Laugh
|
||||
[144514] = {0x10}, --> Lingering Corruption
|
||||
@@ -223,12 +256,14 @@ local siege_of_orgrimmar = {
|
||||
|
||||
[145212] = {0x1}, --> Unleashed Anger
|
||||
[146124] = {0x100}, --> Self Doubt (not a damage)
|
||||
[145733] = {0x1}, --> Icy Fear
|
||||
[145733] = {0x1}, --> Icy Fear -ptr
|
||||
[145735] = {0x1}, --> Icy Fear -live
|
||||
[145227] = {0x8, 0x40}, --> Blind Hatred
|
||||
|
||||
[147082] = {0x1, 0x2}, --> Burst of Anger
|
||||
[145073] = {0x200, 0x8}, --> Residual Corruption
|
||||
[144548] = {0x200}, --> Expel Corruption
|
||||
[145134] = {0x200}, --> Expel Corruption -live
|
||||
},
|
||||
|
||||
continuo = {
|
||||
@@ -243,11 +278,13 @@ local siege_of_orgrimmar = {
|
||||
145212, --> Unleashed Anger
|
||||
146124, --> Self Doubt
|
||||
145733, --> Icy Fear
|
||||
145735, --> Icy Fear -live
|
||||
145227, --> Blind Hatred
|
||||
|
||||
147082, --> Burst of Anger
|
||||
145073, --> Residual Corruption
|
||||
144548, --> Expel Corruption
|
||||
145134, --> Expel Corruption
|
||||
},
|
||||
|
||||
phases = {
|
||||
@@ -274,16 +311,28 @@ local siege_of_orgrimmar = {
|
||||
boss = "Sha of Pride",
|
||||
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Sha of Pride]],
|
||||
|
||||
combat_end = {1, 71734},
|
||||
|
||||
spell_mechanics = {
|
||||
[144400] = {0x1}, --> Swelling Pride
|
||||
[144774] = {0x40}, --> Reaching Attack
|
||||
[144358] = {0x100}, --> Wounded Pride (not a damage)
|
||||
[144351] = {0x10}, --> Mark of Arrogance
|
||||
[144351] = {0x10, 0x200}, --> Mark of Arrogance
|
||||
[144911] = {0x8}, --> Bursting Pride
|
||||
[145320] = {0x200}, --> Projection
|
||||
[146818] = {0x2000}, --> Aura of Pride
|
||||
[144379] = {0x20}, --> Mocking Blast
|
||||
[144832] = {0x1, 0x2}, --> Unleashed
|
||||
[144836] = {0x1, 0x2}, --> Unleashed
|
||||
[144788] = {0x200}, --> Self-Reflection
|
||||
[144636] = {0x1, 0x200}, --> Corrupted Prison
|
||||
[144684] = {0x1, 0x200}, --> Corrupted Prison
|
||||
[144574] = {0x1, 0x200}, --> Corrupted Prison
|
||||
[144683] = {0x1, 0x200}, --> Corrupted Prison
|
||||
[144774] = {0x40}, --> Reaching Attack
|
||||
|
||||
[145215] = {}, --Banishment
|
||||
[147198] = {}, --Unstable Corruption
|
||||
},
|
||||
|
||||
continuo = {
|
||||
@@ -296,6 +345,16 @@ local siege_of_orgrimmar = {
|
||||
146818, --> Aura of Pride
|
||||
144379, --> Mocking Blast
|
||||
144832, --> Unleashed
|
||||
144836, --> Unleashed
|
||||
144788, --> Self-Reflection
|
||||
144636, --> Corrupted Prison
|
||||
144684, --> Corrupted Prison
|
||||
144574, --> Corrupted Prison
|
||||
144683, --> Corrupted Prison
|
||||
144774, --> Reaching Attack
|
||||
|
||||
145215, --Banishment
|
||||
147198, --Unstable Corruption
|
||||
},
|
||||
|
||||
phases = {
|
||||
@@ -314,6 +373,8 @@ local siege_of_orgrimmar = {
|
||||
boss = "Galakras",
|
||||
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Galakras]],
|
||||
|
||||
combat_end = {1, 72249},
|
||||
|
||||
spell_mechanics = {
|
||||
[146902] = {0x1, 0x100}, -- Poison-Tipped Blades (Korgra the Snake)
|
||||
[147705] = {0x8}, -- Poison Cloud (Korgra the Snake)
|
||||
@@ -328,7 +389,8 @@ local siege_of_orgrimmar = {
|
||||
[147824] = {0x40}, -- Muzzle Spray (Master Cannoneer Dagryn)
|
||||
|
||||
[146899] = {0x200}, -- Fracture (Dragonmaw Bonecrushers)
|
||||
[146897] = {0x1}, -- Shattering Roare (Dragonmaw Bonecrushers)
|
||||
[146897] = {0x1}, -- Shattering Roar (Dragonmaw Bonecrushers)
|
||||
[147204] = {0x1}, -- Shattering Roar (Dragonmaw Bonecrushers)
|
||||
[146728] = {0x20}, -- Chain Heal (Dragonmaw Tidal Shamans)
|
||||
[149188] = {0x40}, -- Tidal Wwave (Dragonmaw Tidal Shamans)
|
||||
[149187] = {0x40}, -- Tidal Wave (Dragonmaw Tidal Shamans)
|
||||
@@ -340,11 +402,13 @@ local siege_of_orgrimmar = {
|
||||
[146747] = {0x1}, -- Dragonmaw Strike (Dragonmaw Grunts)
|
||||
[147669] = {0x1}, -- Throw Axe (Dragonmaw Grunts)
|
||||
[148352] = {0x200}, -- DrakeFire (Dragonmaw Proto-Drakes)
|
||||
[148560] = {0x200}, -- DrakeFire (Dragonmaw Proto-Drakes)
|
||||
-- missing spells from Dragonmaw Wind Reavers
|
||||
[146776] = {0x40}, -- Flame Breath (Dragonmaw Proto-Drakes)
|
||||
[148311] = {0x40}, -- Bombard (Kor'kron Demolishers)
|
||||
[148310] = {0x40}, -- Bombard (Kor'kron Demolishers)
|
||||
[147029] = {0x200}, -- Flames of Galakrond
|
||||
[146992] = {0x200}, -- Flames of Galakrond
|
||||
[147043] = {0x2}, -- Pulsing Flames
|
||||
},
|
||||
|
||||
@@ -384,9 +448,10 @@ local siege_of_orgrimmar = {
|
||||
146848, --Skull Cracker (High Enforcer Thranok)
|
||||
146773, --Shoot (Master Cannoneer Dagryn)
|
||||
147824, --Muzzle Spray (Master Cannoneer Dagryn)
|
||||
|
||||
148560, -- DrakeFire (Dragonmaw Proto-Drakes)
|
||||
146899, --Fracture (Dragonmaw Bonecrushers)
|
||||
146897, --Shattering Roare (Dragonmaw Bonecrushers)
|
||||
146897, --Shattering Roar (Dragonmaw Bonecrushers)
|
||||
147204, -- Shattering Roar (Dragonmaw Bonecrushers)
|
||||
146728, --Chain Heal (Dragonmaw Tidal Shamans)
|
||||
149188, --Tidal Wwave (Dragonmaw Tidal Shamans)
|
||||
149187, --Tidal Wave (Dragonmaw Tidal Shamans)
|
||||
@@ -411,6 +476,7 @@ local siege_of_orgrimmar = {
|
||||
},
|
||||
spells = {
|
||||
147029, --Flames of Galakrond
|
||||
146992, --Flames of Galakrond
|
||||
147043, --Pulsing Flames
|
||||
}
|
||||
}
|
||||
@@ -424,14 +490,19 @@ local siege_of_orgrimmar = {
|
||||
|
||||
spell_mechanics = {
|
||||
[144464] = {0x100}, --> Flame Vents
|
||||
[144467] = {0x100, 0x1}, --> Ignite Armor
|
||||
[144791] = {0x1, 0x200, 0x40}, --> Engulfed Explosion
|
||||
[144218] = {0x40}, --> Borer Drill
|
||||
[144459] = {0x1}, --> Laser Burn
|
||||
--[144439] = {}, -->Ricochet
|
||||
[144483] = {0x1}, --> Seismic Activity
|
||||
[144484] = {0x1}, --> Seismic Activity
|
||||
[144485] = {0x1, 0x40}, --> Shock Pulse
|
||||
[144154] = {0x2000}, --> Demolisher Cannons
|
||||
[144316] = {0x2000}, --> Mortar Blast
|
||||
[144918] = {0x40, 0x80}, --> Cutter Laser
|
||||
[144498] = {0x8, 0x200} --> Explosive Tar
|
||||
[144498] = {0x8, 0x200}, --> Explosive Tar
|
||||
[144327] = {}, --> Ricochet
|
||||
},
|
||||
|
||||
continuo = {
|
||||
@@ -449,6 +520,10 @@ local siege_of_orgrimmar = {
|
||||
144459, --> Laser Burn
|
||||
--> Mortar Cannon
|
||||
--144439 --> Ricochet
|
||||
144467, --> Ignite Armor
|
||||
144316, --> Mortar Blast
|
||||
144791, --> Engulfed Explosion
|
||||
144327, --> Ricochet
|
||||
}
|
||||
},
|
||||
{ --> phase 2: Breaking the Defense: Siege Mode:
|
||||
@@ -457,6 +532,7 @@ local siege_of_orgrimmar = {
|
||||
},
|
||||
spells = {
|
||||
144483, --> Seismic Activity
|
||||
144484, --> Seismic Activity
|
||||
144485, --> Shock Pulse
|
||||
144154, --> Demolisher Cannons
|
||||
144918, --> Cutter Laser
|
||||
@@ -483,10 +559,20 @@ local siege_of_orgrimmar = {
|
||||
|
||||
[144214] = {0x1}, --Froststorm Bolt
|
||||
[144005] = {0x8}, --Toxic Storm 90%
|
||||
[144017] = {0x8}, --Toxic Storm 90%
|
||||
[144030] = {0x40}, -- Toxic Tornado
|
||||
[143990] = {0x80, 0x40}, --Foul Geyser 80%
|
||||
[143993] = {0x80, 0x40}, --Foul Geyser 80%
|
||||
[143973] = {0x8}, --Falling Ash 70%
|
||||
[143987] = {0x8}, --Falling Ash 70%
|
||||
|
||||
[144064] = {0x40} --Foulness
|
||||
[144064] = {0x40}, --Foulness
|
||||
[144066] = {0x40}, --Foulness
|
||||
|
||||
[144328] = {}, --> Iron Tomb
|
||||
[144334] = {}, --> Iron Tomb
|
||||
[144330] = {}, --> Iron Prison
|
||||
[144331] = {}, --> Iron Prison
|
||||
},
|
||||
|
||||
continuo = {
|
||||
@@ -500,9 +586,18 @@ local siege_of_orgrimmar = {
|
||||
|
||||
144214, --Froststorm Bolt
|
||||
144005, --Toxic Storm
|
||||
144017, --Toxic Storm
|
||||
144030, --Toxic Tornado
|
||||
143990, --Foul Geyser
|
||||
143993, --Foul Geyser
|
||||
143973, --Falling Ash
|
||||
144064 --Foulness
|
||||
143987, --Falling Ash
|
||||
144064, --Foulness
|
||||
144066, --Foulness
|
||||
144328, --> Iron Tomb
|
||||
144334, --> Iron Tomb
|
||||
144330, --> Iron Prison
|
||||
144331, --> Iron Prison
|
||||
},
|
||||
|
||||
phases = {
|
||||
@@ -538,6 +633,7 @@ local siege_of_orgrimmar = {
|
||||
[143872] = {0x80, 0x40}, --Ravager
|
||||
|
||||
[143420] = {0x80, 0x40}, --Ironstorm (Kor'kron Ironblades)
|
||||
[143421] = {0x80, 0x40}, --Ironstorm (Kor'kron Ironblades)
|
||||
[143481] = {0x200, 0x1000}, --Backstab (Kor'kron Assassins)
|
||||
[143432] = {0x20, 0x1}, --Arcane Shock (Kor'kron Arcweavers)
|
||||
[143431] = {0x20, 0x1}, --Magistrike (Kor'kron Arcweavers)
|
||||
@@ -552,10 +648,11 @@ local siege_of_orgrimmar = {
|
||||
143872, --Ravager
|
||||
|
||||
143420, --Ironstorm (Kor'kron Ironblades)
|
||||
143421, --Ironstorm (Kor'kron Ironblades)
|
||||
143481, --Backstab (Kor'kron Assassins)
|
||||
143432, --Arcane Shock (Kor'kron Arcweavers)
|
||||
143431, --Magistrike (Kor'kron Arcweavers)
|
||||
|
||||
|
||||
},
|
||||
|
||||
phases = {
|
||||
@@ -585,13 +682,17 @@ local siege_of_orgrimmar = {
|
||||
|
||||
spell_mechanics = {
|
||||
[142861] = {0x200}, --Ancient Miasma
|
||||
[142906] = {0x200}, --Ancient Miasma
|
||||
[142990] = {0x100}, --Fatal Strike
|
||||
[142851] = {0x2000}, --Seismic Slam
|
||||
[142849] = {0x2000}, --Seismic Slam
|
||||
[142826] = {0x40}, --Arcing Smash
|
||||
[142815] = {0x40}, --Arcing Smash
|
||||
[142816] = {0x40}, --Breath of Y'Shaarj
|
||||
[142987] = {0x200, 0x1}, --Imploding Energy
|
||||
|
||||
[142986] = {0x200, 0x1}, --Imploding Energy
|
||||
[142879] = {0x10000}, --Blood Rage
|
||||
[142890] = {0x10000}, --Blood Rage
|
||||
[142913] = {0x80}, --Displaced Energy
|
||||
},
|
||||
|
||||
@@ -606,11 +707,15 @@ local siege_of_orgrimmar = {
|
||||
},
|
||||
spells = {
|
||||
142861, --Ancient Miasma
|
||||
142906, --Ancient Miasma
|
||||
142990, --Fatal Strike
|
||||
142851, --Seismic Slam
|
||||
142849, --Seismic Slam
|
||||
142826, --Arcing Smash
|
||||
142815, --Arcing Smash
|
||||
142816, --Breath of Y'Shaarj
|
||||
142987 --Imploding Energy
|
||||
142987, --Imploding Energy
|
||||
142986 --Imploding Energy
|
||||
}
|
||||
},
|
||||
{ --> phase 2: Blood Rage
|
||||
@@ -619,6 +724,7 @@ local siege_of_orgrimmar = {
|
||||
},
|
||||
spells = {
|
||||
142879, --Blood Rage
|
||||
142890, --Blood Rage
|
||||
142913 --Displaced Energy
|
||||
}
|
||||
},
|
||||
@@ -637,22 +743,30 @@ local siege_of_orgrimmar = {
|
||||
[144923] = {0x20}, --Earthen Shard (Animated Stone Mogu)
|
||||
[142775] = {0x40}, --Nova (Sparks of Life)
|
||||
[142765] = {0x40}, --Pulse (Sparks of Life)
|
||||
[142759] = {0x40}, --Pulse (Sparks of Life)
|
||||
[144853] = {0x1}, --Carnivorous Bite (Quilen Guardians)
|
||||
--Stout Crates -> Mogu Crates
|
||||
[145393] = {0x200}, --Matter Scramble (Modified Anima Golems)
|
||||
--[145271] = {}, --Crimson Reconstitution (Modified Anima Golems)
|
||||
[142942] = {0x200, 0x10}, --Torment (Mogu Shadow Ritualists)
|
||||
[142983] = {0x200, 0x10}, --Torment (Mogu Shadow Ritualists)
|
||||
[145240] = {0x20}, --Forbidden Magic (Mogu Shadow Ritualists)
|
||||
--[145460] = {}, --Mogu Rune of Power (Mogu Shadow Ritualists)
|
||||
--Massive Crates -> Mogu Crates
|
||||
[145489] = {0x1}, --Return to Stone
|
||||
[145514] = {0x1}, --Return to Stone
|
||||
[148515] = {0x40}, --Shadow Volley (Jun-Wei)
|
||||
[148516] = {0x40}, --Shadow Volley (Jun-Wei)
|
||||
[148517] = {0x40}, --Molten Fist (Zu-Yin)
|
||||
[148518] = {0x40}, --Molten Fist (Zu-Yin)
|
||||
[148582] = {0x40}, --Jade Tempest (Xiang-Lin)
|
||||
[148583] = {0x40}, --Jade Tempest (Xiang-Lin)
|
||||
[148513] = {0x40}, --Fracture (Kun-Da)
|
||||
[148514] = {0x40}, --Fracture (Kun-Da)
|
||||
|
||||
--Lightweight Crates -> Mantid Crates
|
||||
[145718] = {0x8}, -- Gusting Bomb (Sri'thik Bombardiers)
|
||||
[145716] = {0x8}, -- Gusting Bomb (Sri'thik Bombardiers)
|
||||
[145706] = {0x1, 0x2000}, --Throw Explosives (Sri'thik Bombardiers)
|
||||
[145748] = {0x8}, -- Encapsulated Pheromones (Sri'thik Bombardiers)
|
||||
--[145692] = {}, -- Enrage (Kor'thik Warcallerss)
|
||||
@@ -663,7 +777,7 @@ local siege_of_orgrimmar = {
|
||||
--[145812] = {}, --Rage of the Empress (Set'thik Wind Wielders)
|
||||
--Massive Crates -> Mantid Crates
|
||||
[148760] = {0x1}, --Pheromone Cloud (Pheromone Cloud)
|
||||
[145993] = {}, --Set to Blow (Ka'thik Demolisher)
|
||||
[145993] = {0x200}, --Set to Blow (Ka'thik Demolisher)
|
||||
[142997] = {0x200}, --Set to Blow (Ka'thik Demolisher)
|
||||
[145987] = {0x200}, --Set to Blow (Ka'thik Demolisher)
|
||||
[145996] = {0x200}, --Set to Blow (Ka'thik Demolisher)
|
||||
@@ -674,10 +788,13 @@ local siege_of_orgrimmar = {
|
||||
[148056] = {0x200}, --Set to Blow (Ka'thik Demolisher)
|
||||
|
||||
--Pandaren Crates
|
||||
[146217] = {0x2000}, --(Ancient Brewmaster Spirits)
|
||||
[146222] = {0x40}, --(Ancient Brewmaster Spirits)
|
||||
[146217] = {0x2000}, -- Keg Toss (Ancient Brewmaster Spirits)
|
||||
[146222] = {0x40}, --Breath of Fire (Ancient Brewmaster Spirits)
|
||||
[146226] = {0x40}, --Breath of Fire (Ancient Brewmaster Spirits)
|
||||
[146230] = {0x40}, --Breath of Fire (Ancient Brewmaster Spirits)
|
||||
--[146081] = {}, --(Ancient Brewmaster Spirits)
|
||||
[146180] = {0x40, 0x1}, --Gusting Crane Kick (Wise Mistweaver Spirits)
|
||||
[146182] = {0x40, 0x1}, --Gusting Crane Kick (Wise Mistweaver Spirits)
|
||||
--[146189] = {}, Eminence --(Wise Mistweaver Spirits)
|
||||
--[146679] = {}, --(Wise Mistweaver Spirits)
|
||||
[146257] = {0x8, 0x2000}, --(Nameless Windwalker Spirits)
|
||||
@@ -727,22 +844,31 @@ local siege_of_orgrimmar = {
|
||||
144923, --Earthen Shard (Animated Stone Mogu)
|
||||
142775, --Nova (Sparks of Life)
|
||||
142765, --Pulse (Sparks of Life)
|
||||
142759, --Pulse (Sparks of Life)
|
||||
144853, --Carnivorous Bite (Quilen Guardians)
|
||||
--Stout Crates -> Mogu Crates
|
||||
145393, --Matter Scramble (Modified Anima Golems)
|
||||
145271, --Crimson Reconstitution (Modified Anima Golems)
|
||||
142942, --Torment (Mogu Shadow Ritualists)
|
||||
142983, --Torment (Mogu Shadow Ritualists)
|
||||
146885, --Torment (Mogu Shadow Ritualists)
|
||||
145240, --Forbidden Magic (Mogu Shadow Ritualists)
|
||||
145460, --Mogu Rune of Power (Mogu Shadow Ritualists)
|
||||
--Massive Crates -> Mogu Crates
|
||||
145514, --Return to Stone
|
||||
145489, --Return to Stone
|
||||
148515, --Shadow Volley (Jun-Wei)
|
||||
148516, --Shadow Volley (Jun-Wei)
|
||||
148517, --Molten Fist (Zu-Yin)
|
||||
148518, --Molten Fist (Zu-Yin)
|
||||
148582, --Jade Tempest (Xiang-Lin)
|
||||
148583, --Jade Tempest (Xiang-Lin)
|
||||
148513, --Fracture (Kun-Da)
|
||||
148514, --Fracture (Kun-Da)
|
||||
|
||||
--Lightweight Crates ->
|
||||
145718, -- Gusting Bomb (Sri'thik Bombardiers)
|
||||
145716, -- Gusting Bomb (Sri'thik Bombardiers)
|
||||
145706, --Throw Explosives (Sri'thik Bombardiers)
|
||||
145748, -- Encapsulated Pheromones (Sri'thik Bombardiers)
|
||||
145692, -- Enrage (Kor'thik Warcallerss)
|
||||
@@ -765,37 +891,22 @@ local siege_of_orgrimmar = {
|
||||
|
||||
--Pandaren Crates
|
||||
146217, --(Ancient Brewmaster Spirits)
|
||||
146222, --(Ancient Brewmaster Spirits)
|
||||
146222, --Breath of Fire(Ancient Brewmaster Spirits)
|
||||
146226, --Breath of Fire(Ancient Brewmaster Spirits)
|
||||
146230, --Breath of Fire(Ancient Brewmaster Spirits)
|
||||
146081, --(Ancient Brewmaster Spirits)
|
||||
146180, --(Wise Mistweaver Spirits)
|
||||
146189, --(Wise Mistweaver Spirits)
|
||||
146679, --(Wise Mistweaver Spirits)
|
||||
146257, --(Nameless Windwalker Spirits)
|
||||
146142 --(Nameless Windwalker Spirits)
|
||||
146257, --Path of Blossoms (Nameless Windwalker Spirits)
|
||||
146142, --(Nameless Windwalker Spirits)
|
||||
146182, --Gusting Crane Kick (Wise Mistweaver Spirits)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
}, --> end of Spoils of Pandaria
|
||||
--[[
|
||||
[0x1] = "|cFF00FF00"..Loc ["STRING_HEAL"].."|r",
|
||||
[0x2] = "|cFF710000"..Loc ["STRING_LOWDPS"].."|r",
|
||||
[0x4] = "|cFF057100"..Loc ["STRING_LOWHEAL"].."|r",
|
||||
[0x8] = "|cFFd3acff"..Loc ["STRING_VOIDZONE"].."|r",
|
||||
[0x10] = "|cFFbce3ff"..Loc ["STRING_DISPELL"].."|r",
|
||||
[0x20] = "|cFFffdc72"..Loc ["STRING_INTERRUPT"].."|r",
|
||||
[0x40] = "|cFFd9b77c"..Loc ["STRING_POSITIONING"].."|r",
|
||||
[0x80] = "|cFFd7ff36"..Loc ["STRING_RUNAWAY"].."|r",
|
||||
[0x100] = "|cFF9a7540"..Loc ["STRING_TANKSWITCH"] .."|r",
|
||||
[0x200] = "|cFFff7800"..Loc ["STRING_MECHANIC"].."|r",
|
||||
[0x400] = "|cFFbebebe"..Loc ["STRING_CROWDCONTROL"].."|r",
|
||||
[0x800] = "|cFF6e4d13"..Loc ["STRING_TANKCOOLDOWN"].."|r",
|
||||
[0x1000] = "|cFFffff00"..Loc ["STRING_KILLADD"].."|r",
|
||||
[0x2000] = "|cFFff9999"..Loc ["STRING_SPREADOUT"].."|r",
|
||||
[0x4000] = "|cFFffff99"..Loc ["STRING_STOPCAST"].."|r",
|
||||
[0x8000] = "|cFFffff99"..Loc ["STRING_FACING"].."|r",
|
||||
[0x10000] = "|cFFffff99"..Loc ["STRING_STACK"].."|r",
|
||||
--]]
|
||||
|
||||
------------> Thok the Bloodthirsty ------------------------------------------------------------------------------
|
||||
[11] = {
|
||||
boss = "Thok the Bloodthirsty",
|
||||
@@ -868,10 +979,18 @@ local siege_of_orgrimmar = {
|
||||
--[144213] = {}, --Automatic Repair Beam
|
||||
[144210] = {0x40, 0x8}, --Death From Above
|
||||
[145444] = {0x1}, --Overload
|
||||
|
||||
[144664] = {0x8, 0x40}, --Shockwave Missile (Missile Turrets)
|
||||
[144663] = {0x8, 0x40}, --Shockwave Missile (Missile Turrets)
|
||||
[144662] = {0x8, 0x40}, --Shockwave Missile (Missile Turrets)
|
||||
[144661] = {0x8, 0x40}, --Shockwave Missile (Missile Turrets)
|
||||
[144660] = {0x8, 0x40}, --Shockwave Missile (Missile Turrets)
|
||||
[143641] = {0x8, 0x40}, --Shockwave Missile (Missile Turrets)
|
||||
|
||||
[143856] = {0x40, 0x8}, --Superheated (Laser Turrets)
|
||||
[144466] = {0x1, 0x200}, --Magnetic Crush (Electromagnets)
|
||||
[149146] = {0x80}, --Detonate! (Crawler Mines)
|
||||
[143327] = {0x40}, --Serrated Slash
|
||||
},
|
||||
|
||||
continuo = {
|
||||
@@ -901,10 +1020,16 @@ local siege_of_orgrimmar = {
|
||||
144213, --Automatic Repair Beam
|
||||
144210, --Death From Above
|
||||
145444, --Overload
|
||||
144664, --Shockwave Missile (Missile Turrets)
|
||||
143856, --Superheated (Laser Turrets)
|
||||
144466, --Magnetic Crush (Electromagnets)
|
||||
149146 --Detonate! (Crawler Mines)
|
||||
149146, --Detonate! (Crawler Mines)
|
||||
143327, --Serrated Slash
|
||||
144664, --Shockwave Missile (Missile Turrets)
|
||||
144663, --Shockwave Missile (Missile Turrets)
|
||||
144662, --Shockwave Missile (Missile Turrets)
|
||||
144661, --Shockwave Missile (Missile Turrets)
|
||||
144660, --Shockwave Missile (Missile Turrets)
|
||||
143641, --Shockwave Missile (Missile Turrets)
|
||||
|
||||
}
|
||||
}
|
||||
@@ -918,18 +1043,183 @@ local siege_of_orgrimmar = {
|
||||
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Klaxxi Paragons]],
|
||||
|
||||
spell_mechanics = {
|
||||
--Kil'ruk the Wind-Reaver
|
||||
[142931] = {}, --Exposed Veins
|
||||
[143939] = {}, --Gouge
|
||||
[143941] = {}, --Mutilate
|
||||
[142232] = {}, --Death from Above
|
||||
[142270] = {}, --Reave
|
||||
[142922] = {}, --Razor Sharp Blades
|
||||
[142930] = {}, --Razor Sharp Blades
|
||||
|
||||
--Xaril the Poisoned Mind
|
||||
[142929] = {}, --Tenderizing Strikes
|
||||
[142315] = {}, --Caustic Blood
|
||||
[142317] = {}, --Bloody Explosion
|
||||
[142528] = {}, --Toxic Injection
|
||||
[148656] = {}, --Vast Apothecarial Knowledge
|
||||
[142877] = {}, --Volatile Poultice
|
||||
[143735] = {}, --Caustic Amber
|
||||
[142797] = {}, --Noxious Vapors
|
||||
|
||||
--Kaz'tik the Manipulator
|
||||
[142667] = {}, --Thick Shell
|
||||
[115268] = {}, --Mesmerize
|
||||
[142649] = {}, --Devour
|
||||
[142270] = {}, --Reave
|
||||
[142651] = {}, --Molt
|
||||
[144275] = {}, --Swipe
|
||||
[142655] = {}, --Swipe
|
||||
[143768] = {}, --Sonic Projection
|
||||
|
||||
--Korven the Prime
|
||||
[142564] = {}, --Encase in Amber
|
||||
[143974] = {}, --Shield Bash
|
||||
|
||||
[143979] = {}, --Vicious Assault
|
||||
[143980] = {}, --Vicious Assault
|
||||
[143981] = {}, --Vicious Assault
|
||||
[143982] = {}, --Vicious Assault
|
||||
[143984] = {}, --Vicious Assault
|
||||
[143985] = {}, --Vicious Assault
|
||||
|
||||
[148649] = {}, --Master of Amber
|
||||
|
||||
--Iyyokuk the Lucid
|
||||
[143666] = {}, --Diminish
|
||||
[142514] = {}, --Calculate
|
||||
[142416] = {}, --Insane Calculation: Fiery Edge
|
||||
[142809] = {}, --Fiery Edgeficious Assault
|
||||
[142735] = {}, --Reaction: Blue
|
||||
[142736] = {}, --Reaction: Red
|
||||
[141858] = {}, --Ingenious
|
||||
|
||||
--Ka'roz the Locust
|
||||
[143701] = {}, --Whirling
|
||||
[143702] = {}, --Whirling
|
||||
[143733] = {}, --Hurl Amber
|
||||
[148650] = {}, --Strong Legs
|
||||
[142564] = {}, --Encase in Amber
|
||||
|
||||
--Skeer the Bloodseeker
|
||||
[143274] = {}, --Hewn
|
||||
[143275] = {}, --Hewn
|
||||
[143280] = {}, --Bloodletting
|
||||
[148655] = {}, --Bloodthirsty
|
||||
|
||||
--Rik'kal the Dissector
|
||||
[143278] = {}, --Genetic Alteration
|
||||
[143279] = {}, --Genetic Alteration
|
||||
[143339] = {}, --Injection
|
||||
[144274] = {}, --Claw
|
||||
[142655] = {}, --Swipe
|
||||
[144276] = {}, --Sting
|
||||
[143373] = {}, --Gene Splice
|
||||
[143337] = {}, --Mutate
|
||||
|
||||
--Hisek the Swarmkeeper
|
||||
[144839] = {}, --Multi-Shot
|
||||
[142948] = {}, --Aim
|
||||
|
||||
},
|
||||
|
||||
continuo = {
|
||||
|
||||
--Kil'ruk the Wind-Reaver
|
||||
142931, --Exposed Veins
|
||||
143939, --Gouge
|
||||
143941, --Mutilate
|
||||
142232, --Death from Above
|
||||
142270, --Reave
|
||||
142922, --Razor Sharp Blades
|
||||
142930, --Razor Sharp Blades
|
||||
|
||||
--Xaril the Poisoned Mind
|
||||
142929, --Tenderizing Strikes
|
||||
142315, --Caustic Blood
|
||||
142317, --Bloody Explosion
|
||||
142528, --Toxic Injection
|
||||
148656, --Vast Apothecarial Knowledge
|
||||
142877, --Volatile Poultice
|
||||
143735, --Caustic Amber
|
||||
142797, --Noxious Vapors
|
||||
|
||||
--Kaz'tik the Manipulator
|
||||
142667, --Thick Shell
|
||||
115268, --Mesmerize
|
||||
142649, --Devour
|
||||
142270, --Reave
|
||||
142651, --Molt
|
||||
144275, --Swipe
|
||||
142655, --Swipe
|
||||
143768, --Sonic Projection
|
||||
|
||||
--Korven the Prime
|
||||
142564, --Encase in Amber
|
||||
143974, --Shield Bash
|
||||
|
||||
143979, --Vicious Assault
|
||||
143980, --Vicious Assault
|
||||
143981, --Vicious Assault
|
||||
143982, --Vicious Assault
|
||||
143984, --Vicious Assault
|
||||
143985, --Vicious Assault
|
||||
|
||||
148649, --Master of Amber
|
||||
|
||||
--Iyyokuk the Lucid
|
||||
143666, --Diminish
|
||||
142514, --Calculate
|
||||
142416, --Insane Calculation: Fiery Edge
|
||||
142809, --Fiery Edgeficious Assault
|
||||
142735, --Reaction: Blue
|
||||
142736, --Reaction: Red
|
||||
141858, --Ingenious
|
||||
|
||||
--Ka'roz the Locust
|
||||
143701, --Whirling
|
||||
143702, --Whirling
|
||||
143733, --Hurl Amber
|
||||
148650, --Strong Legs
|
||||
142564, --Encase in Amber
|
||||
|
||||
--Skeer the Bloodseeker
|
||||
143274, --Hewn
|
||||
143275, --Hewn
|
||||
143280, --Bloodletting
|
||||
148655, --Bloodthirsty
|
||||
|
||||
--Rik'kal the Dissector
|
||||
143278, --Genetic Alteration
|
||||
143279, --Genetic Alteration
|
||||
143339, --Injection
|
||||
144274, --Claw
|
||||
142655, --Swipe
|
||||
144276, --Sting
|
||||
143373, --Gene Splice
|
||||
143337, --Mutate
|
||||
|
||||
--Hisek the Swarmkeeper
|
||||
144839, --Multi-Shot
|
||||
142948, --Aim
|
||||
},
|
||||
|
||||
phases = {
|
||||
{ --> phase 1:
|
||||
adds = {
|
||||
|
||||
|
||||
71161, --Kil'ruk the Wind-Reaver
|
||||
71157, --Xaril the Poisoned Mind
|
||||
71158, --Rik'kal the Dissector
|
||||
71152, --Skeer the Bloodseeker
|
||||
71160, --Iyyokuk the Lucid
|
||||
71155, --Korven the Prime
|
||||
71156, -- Kaz'tik the Manipulator
|
||||
71154, -- Ka'roz the Locust
|
||||
71153, -- Hisek the Swarmkeeper
|
||||
|
||||
71578, --Amber Parasites
|
||||
71542, --Bloods
|
||||
71420, --Hungry Kunchongs
|
||||
71425, --Mature Kunchongs
|
||||
},
|
||||
spells = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user