9b385c79e3
- Updated NickTag to the latest version. - Added a welcome window on first run. - Added a new attribute: frags, which will show adds killed. - Added boss end which will end a combat when some requisites are done. - Fixed a issue when ending a combat did not close heal actor timer. - Fixed a green texture shown when an actor don't have a avatar. - Fixed a issue on reverse report were dead shown nothing. - Fixed bug were a instance segment didn't change while in combat. - Fixed problem when removing a combat table did not reduce absorbs amount. - Pet equilization at the end of a encountr has been disabled. - Equilization at the end of a encounter has been improved. - New API: _detalhes:GetEncounterEnd (mapid, bossindex) get table with boss end.
1048 lines
34 KiB
Lua
1048 lines
34 KiB
Lua
--[[
|
|
=====================================================================================================
|
|
Siege of Orgrimmar Mobs and Spells Ids for Details
|
|
=====================================================================================================
|
|
--]]
|
|
|
|
local Loc = LibStub ("AceLocale-3.0"):GetLocale ("Details_RaidInfo-SiegeOfOrgrimmar")
|
|
|
|
local _detalhes = _G._detalhes
|
|
|
|
local siege_of_orgrimmar = {
|
|
id = 1136,
|
|
|
|
name = Loc ["STRING_RAID_NAME"],
|
|
|
|
icons = "Interface\\AddOns\\Details_RaidInfo-SiegeOfOrgrimmar\\images\\boss_faces",
|
|
|
|
icon = "Interface\\AddOns\\Details_RaidInfo-SiegeOfOrgrimmar\\images\\icon256x128",
|
|
|
|
background = "Interface\\AddOns\\Details_RaidInfo-SiegeOfOrgrimmar\\images\\wallpaper",
|
|
backgroundEJ = [[Interface\EncounterJournal\UI-EJ-LOREBG-SiegeofOrgrimmar]],
|
|
|
|
boss_names = {
|
|
-- Vale of Eternal Sorrows
|
|
"Immerseus",
|
|
"The Fallen Protectors",
|
|
"Norushen",
|
|
"Sha of Pride",
|
|
-- Gates of Retribution
|
|
"Galakras",
|
|
"Iron Juggernaut",
|
|
"Kor'kron Dark Shaman",
|
|
"General Nazgrim",
|
|
-- The Underhold
|
|
"Malkorok",
|
|
"Spoils of Pandaria",
|
|
"Thok the Bloodthirsty",
|
|
-- Downfall
|
|
"Siegecrafter Blackfuse",
|
|
"Paragons of the Klaxxi",
|
|
"Garrosh Hellscream"
|
|
},
|
|
|
|
boss_ids = {
|
|
-- Vale of Eternal Sorrows
|
|
[71543] = 1, -- Immerseus
|
|
[71479] = 2, -- He Softfoot
|
|
[71480] = 2, -- Sun Tenderheart
|
|
[71475] = 2, -- Rook Stonetoe
|
|
[71967] = 3, -- Norushen
|
|
[72276] = 3, -- Amalgam of Corruption
|
|
[71734] = 4, -- Sha of Pride
|
|
|
|
-- Gates of Retribution
|
|
[72249] = 5, -- Galakras
|
|
[71466] = 6, -- Iron Juggernaut
|
|
[71859] = 7, -- Kor'kron Dark Shaman
|
|
[71858] = 7, -- Wavebinder Kardris
|
|
[71515] = 8, -- General Nazgrim
|
|
|
|
-- The Underhold
|
|
[71454] = 9, -- Malkorok
|
|
[71889] = 10, -- Spoils of Pandaria
|
|
[71529] = 11, -- Thok the Bloodthirsty
|
|
|
|
-- Downfall
|
|
[71504] = 12, -- Siegecrafter Blackfuse
|
|
[71161] = 13, -- Kil'ruk the Wind-Reaver
|
|
[71157] = 13, -- Xaril the Poisoned Mind
|
|
[71156] = 13, -- Kaz'tik the Manipulator
|
|
[71155] = 13, -- Korven the Prime
|
|
[71160] = 13, -- Iyyokuk the Lucid
|
|
[71154] = 13, -- Ka'roz the Locust
|
|
[71152] = 13, -- Skeer the Bloodseeker
|
|
[71158] = 13, -- Rik'kal the Dissector
|
|
[71153] = 13, -- Hisek the Swarmkeeper
|
|
[71865] = 14, -- Garrosh Hellscream
|
|
},
|
|
|
|
encounters = {
|
|
|
|
------------> Immerseus ------------------------------------------------------------------------------
|
|
[1] = {
|
|
|
|
boss = "Immerseus",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Immerseus]],
|
|
|
|
spell_mechanics = {
|
|
[143295] = {0x1, 0x2000}, --> Sha Bolt
|
|
[143309] = {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
|
|
[143286] = {0x40}, --> Seeping Sha
|
|
},
|
|
|
|
phases = {
|
|
--> phase 1 - Tears of the Vale
|
|
{
|
|
spells = {
|
|
143295, --> Sha Bolt
|
|
143309, --> Swirl
|
|
143436, --> Corrosive Blast
|
|
143281, --> Seeping Sha
|
|
143574, --> Swelling Corruption
|
|
},
|
|
|
|
adds = {
|
|
71543, --> Immerseus
|
|
}
|
|
},
|
|
--> phase 2 - Split
|
|
{
|
|
spells = {
|
|
143459, --> Sha Residue (speed mod over players near sha puddle, trigger on death)
|
|
143540, --> Congealing (speed mod over contaminated puddle)
|
|
143524, --> Purified Residue (full health trigger for contaminated puddle)
|
|
143498, --> Erupting Sha
|
|
143460, --> Sha Pool
|
|
143286, --> Seeping Sha
|
|
},
|
|
|
|
adds = {
|
|
71603, --> Sha Puddle
|
|
71604, --> Contaminated Puddle
|
|
}
|
|
}
|
|
}
|
|
}, --> end of Immerseus
|
|
|
|
|
|
------------> The Fallen Protectors ------------------------------------------------------------------------------
|
|
[2] = {
|
|
|
|
boss = "The Fallen Protectors",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Golden Lotus Council]],
|
|
|
|
spell_mechanics = {
|
|
[144397] = {0x8000, 0x1}, --> Vengeful Strikes (Rook Stonetoe)
|
|
[143023] = {0x8}, --> Corrupted Brew (Rook Stonetoe)
|
|
[143028] = {0x1}, --> Clash (Rook Stonetoe)
|
|
[143009] = {0x80}, --> Corruption Kick (Rook Stonetoe)
|
|
[144357] = {0x8, 0x1}, --> Defiled Ground (Embodied Misery)
|
|
[101000] = {0x10000}, --> Inferno Strike (Embodied Sorrow)
|
|
[144018] = {0x20, 0x1}, --> Corruption Shock (Embodied Gloom)
|
|
|
|
[143198] = {0x1}, --> Garrote (He Softfoot)
|
|
[143301] = {0x8000}, --> Gouge (He Softfoot)
|
|
[144367] = {0x8}, --> Noxious Poison (He Softfoot)
|
|
[143224] = {0x1, 0x800}, --> Instant Poison (He Softfoot)
|
|
[143808] = {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)
|
|
[143559] = {0x1, 0x40}, --> Dark Meditation
|
|
|
|
},
|
|
|
|
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)
|
|
144018, --> Corruption Shock (Embodied Gloom)
|
|
|
|
143198, --> Garrote (He Softfoot)
|
|
143301, --> Gouge (He Softfoot)
|
|
144367, --> Noxious Poison (He Softfoot)
|
|
143224, --> Instant Poison (He Softfoot)
|
|
143808, --> Mark of Anguish (Embodied Anguish)
|
|
|
|
143424, --> Sha Sear (Sun Tenderheart)
|
|
143434, --> Shadow Word: Bane (Sun Tenderheart)
|
|
143544, --> Calamity (Sun Tenderheart)
|
|
143559, --> Dark Meditation
|
|
},
|
|
|
|
phases = {
|
|
{
|
|
--> phase 1 -
|
|
spells = {
|
|
--> no spell, is all continuo
|
|
},
|
|
adds = {
|
|
71479, -- He Softfoot
|
|
71480, -- Sun Tenderheart
|
|
71475, -- Rook Stonetoe
|
|
|
|
71476, --> Embodied Misery (Rook Stonetoe)
|
|
71481, --> Embodied Sorrow (Rook Stonetoe)
|
|
71477, --> Embodied Gloom (Rook Stonetoe)
|
|
|
|
71478, --> Embodied Anguish (He Softfoot)
|
|
|
|
71474, --> Embodied Despair (Sun Tenderheart)
|
|
71482, --> Embodied Desperation (Sun Tenderheart)
|
|
71993, --> Despair Spawns (Sun Tenderheart)
|
|
}
|
|
}
|
|
}
|
|
|
|
}, --> end of The Fallen Protectors
|
|
|
|
------------> Norushen ------------------------------------------------------------------------------
|
|
|
|
[3] = {
|
|
boss = "Norushen",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Norushen]],
|
|
|
|
spell_mechanics = {
|
|
[146707] = {0x1}, --> Disheartening Laugh
|
|
[144514] = {0x10}, --> Lingering Corruption
|
|
|
|
[144628] = {0x40}, --> Titanic Smash
|
|
[144649] = {0x20}, --> Hurl Corruption
|
|
[144654] = {0x8}, --> Burst of Corruption
|
|
[144657] = {0x800}, --> Piercing Corruption
|
|
|
|
[145212] = {0x1}, --> Unleashed Anger
|
|
[146124] = {0x100}, --> Self Doubt (not a damage)
|
|
[145733] = {0x1}, --> Icy Fear
|
|
[145227] = {0x8, 0x40}, --> Blind Hatred
|
|
|
|
[147082] = {0x1, 0x2}, --> Burst of Anger
|
|
[145073] = {0x200, 0x8}, --> Residual Corruption
|
|
[144548] = {0x200}, --> Expel Corruption
|
|
},
|
|
|
|
continuo = {
|
|
146707, --> Disheartening Laugh
|
|
144514, --> Lingering Corruption
|
|
|
|
144628, --> Titanic Smash
|
|
144649, --> Hurl Corruption
|
|
144654, --> Burst of Corruption
|
|
144657, --> Piercing Corruption
|
|
|
|
145212, --> Unleashed Anger
|
|
146124, --> Self Doubt
|
|
145733, --> Icy Fear
|
|
145227, --> Blind Hatred
|
|
|
|
147082, --> Burst of Anger
|
|
145073, --> Residual Corruption
|
|
144548, --> Expel Corruption
|
|
},
|
|
|
|
phases = {
|
|
{
|
|
adds = {
|
|
72276, --> Amalgam of Corruption
|
|
|
|
71977, --> Manifestation of Corruption (dps test)
|
|
72264, --> Unleashed Manifestation of Corruption
|
|
71976, --> Essences of Corruption (dps test)
|
|
72263, --> Unleashed Essences of Corruption
|
|
|
|
72001, --> Greater Corruption (healer test)
|
|
|
|
72051, --> Titanc Corruption (tank test)
|
|
}
|
|
}
|
|
}
|
|
|
|
}, --> end of Norushen
|
|
|
|
------------> Sha of Pride ------------------------------------------------------------------------------
|
|
[4] = {
|
|
boss = "Sha of Pride",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Sha of Pride]],
|
|
|
|
spell_mechanics = {
|
|
[144400] = {0x1}, --> Swelling Pride
|
|
[144774] = {0x40}, --> Reaching Attack
|
|
[144358] = {0x100}, --> Wounded Pride (not a damage)
|
|
[144351] = {0x10}, --> Mark of Arrogance
|
|
[144911] = {0x8}, --> Bursting Pride
|
|
[145320] = {0x200}, --> Projection
|
|
[146818] = {0x2000}, --> Aura of Pride
|
|
[144379] = {0x20}, --> Mocking Blast
|
|
[144832] = {0x1, 0x2}, --> Unleashed
|
|
},
|
|
|
|
continuo = {
|
|
144400, --> Swelling Pride
|
|
144774, --> Reaching Attack
|
|
144358, --> Wounded Pride (not a damage)
|
|
144351, --> Mark of Arrogance
|
|
144911, --> Bursting Pride
|
|
145320, --> Projection
|
|
146818, --> Aura of Pride
|
|
144379, --> Mocking Blast
|
|
144832, --> Unleashed
|
|
},
|
|
|
|
phases = {
|
|
{ --> phase 1
|
|
adds = {
|
|
71734, --> Sha of Pride
|
|
72172, --> Reflections
|
|
71946, --> Manifestation of Pride
|
|
}
|
|
}
|
|
}
|
|
}, --> end of Sha of Pride
|
|
|
|
------------> Galakras ------------------------------------------------------------------------------
|
|
[5] = {
|
|
boss = "Galakras",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Galakras]],
|
|
|
|
spell_mechanics = {
|
|
[146902] = {0x1, 0x100}, -- Poison-Tipped Blades (Korgra the Snake)
|
|
[147705] = {0x8}, -- Poison Cloud (Korgra the Snake)
|
|
[147711] = {0x200}, -- Curse of Venom (Korgra the Snake)
|
|
[147713] = {0x1}, -- Venom Bolt Volley (Korgra the Snake)
|
|
[147688] = {0x40}, -- Arcing Smash (Lieutenant Krugruk)
|
|
[147683] = {0x1}, -- Thunder Clap (Lieutenant Krugruk)
|
|
[146849] = {0x40}, -- Shattering Strike (High Enforcer Thranok)
|
|
[146769] = {0x200}, -- Crusher's Call (High Enforcer Thranok)
|
|
[146848] = {0x80}, -- Skull Cracker (High Enforcer Thranok)
|
|
[146773] = {0x1}, -- Shoot (Master Cannoneer Dagryn)
|
|
[147824] = {0x40}, -- Muzzle Spray (Master Cannoneer Dagryn)
|
|
|
|
[146899] = {0x200}, -- Fracture (Dragonmaw Bonecrushers)
|
|
[146897] = {0x1}, -- Shattering Roare (Dragonmaw Bonecrushers)
|
|
[146728] = {0x20}, -- Chain Heal (Dragonmaw Tidal Shamans)
|
|
[149188] = {0x40}, -- Tidal Wwave (Dragonmaw Tidal Shamans)
|
|
[149187] = {0x40}, -- Tidal Wave (Dragonmaw Tidal Shamans)
|
|
[143474] = {0x200}, -- Healing Tide Totems (Dragonmaw Tidal Shamans)
|
|
[143477] = {0x200}, -- Healing Tide (Healing Tide Totems)
|
|
[147552] = {0x1, 0x8}, -- Flame Arrows (Dragonmaw Flameslingers)
|
|
[146764] = {0x1, 0x8}, -- Flame Arrows (Dragonmaw Flameslingers)
|
|
[146763] = {0x1, 0x8}, -- Flame Arrows (Dragonmaw Flameslingers)
|
|
[146747] = {0x1}, -- Dragonmaw Strike (Dragonmaw Grunts)
|
|
[147669] = {0x1}, -- Throw Axe (Dragonmaw Grunts)
|
|
[148352] = {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
|
|
[147043] = {0x2}, -- Pulsing Flames
|
|
},
|
|
|
|
continuo = {
|
|
|
|
},
|
|
|
|
phases = {
|
|
{ --> phase 1: Bring Her Down!
|
|
adds = {
|
|
72456, --Korgra the Snake
|
|
72357, --Lieutenant Krugruk
|
|
72355, --High Enforcer Thranok
|
|
72356, --Master Cannoneer Dagryn
|
|
|
|
72352, --Dragonmaw Ebon Stalkers
|
|
72354, --Dragonmaw Bonecrushers
|
|
72367, --Dragonmaw Tidal Shamans
|
|
71610, --Healing Tide Totem
|
|
72353, --Dragonmaw Flameslingers
|
|
72941, --Dragonmaw Grunts
|
|
72600, --Dragonmaw Wind Reavers
|
|
72943, --Dragonmaw Proto-Drakes
|
|
72351, --Dragonmaw Flagbearers
|
|
--missing npc id for Banners placed from Dragonmaw Flagbearers
|
|
72947, --Kor'kron Demolishers
|
|
},
|
|
spells = {
|
|
146902, --Poison-Tipped Blades (Korgra the Snake)
|
|
147705, --Poison Cloud (Korgra the Snake)
|
|
147711, --Curse of Venom (Korgra the Snake)
|
|
147713, --Venom Bolt Volley (Korgra the Snake)
|
|
147688, --Arcing Smash (Lieutenant Krugruk)
|
|
147683, --Thunder Clap (Lieutenant Krugruk)
|
|
146849, --Shattering Strike (High Enforcer Thranok)
|
|
146769, --Crusher's Call (High Enforcer Thranok)
|
|
146848, --Skull Cracker (High Enforcer Thranok)
|
|
146773, --Shoot (Master Cannoneer Dagryn)
|
|
147824, --Muzzle Spray (Master Cannoneer Dagryn)
|
|
|
|
146899, --Fracture (Dragonmaw Bonecrushers)
|
|
146897, --Shattering Roare (Dragonmaw Bonecrushers)
|
|
146728, --Chain Heal (Dragonmaw Tidal Shamans)
|
|
149188, --Tidal Wwave (Dragonmaw Tidal Shamans)
|
|
149187, --Tidal Wave (Dragonmaw Tidal Shamans)
|
|
143474, --Healing Tide Totems (Dragonmaw Tidal Shamans)
|
|
143477, --Healing Tide (Healing Tide Totems)
|
|
147552, --Flame Arrows (Dragonmaw Flameslingers)
|
|
146764, --Flame Arrows (Dragonmaw Flameslingers)
|
|
146763, --Flame Arrows (Dragonmaw Flameslingers)
|
|
146747, --Dragonmaw Strike (Dragonmaw Grunts)
|
|
147669, --Throw Axe (Dragonmaw Grunts)
|
|
148352, --DrakeFire (Dragonmaw Proto-Drakes)
|
|
-- missing spells from Dragonmaw Wind Reavers
|
|
146776, --Flame Breath (Dragonmaw Proto-Drakes)
|
|
148311, --Bombard (Kor'kron Demolishers)
|
|
148310, --Bombard (Kor'kron Demolishers)
|
|
|
|
}
|
|
},
|
|
{ --> phase 2: Galakras, The Last of His Progeny
|
|
adds = {
|
|
72249, --Galakras
|
|
},
|
|
spells = {
|
|
147029, --Flames of Galakrond
|
|
147043, --Pulsing Flames
|
|
}
|
|
}
|
|
}
|
|
}, --> end of Galakras
|
|
|
|
------------> Iron Juggernaut ------------------------------------------------------------------------------
|
|
[6] = {
|
|
boss = "Iron Juggernaut",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Iron Juggernaut]],
|
|
|
|
spell_mechanics = {
|
|
[144464] = {0x100}, --> Flame Vents
|
|
[144218] = {0x40}, --> Borer Drill
|
|
[144459] = {0x1}, --> Laser Burn
|
|
--[144439] = {}, -->Ricochet
|
|
[144483] = {0x1}, --> Seismic Activity
|
|
[144485] = {0x1, 0x40}, --> Shock Pulse
|
|
[144154] = {0x2000}, --> Demolisher Cannons
|
|
[144918] = {0x40, 0x80}, --> Cutter Laser
|
|
[144498] = {0x8, 0x200} --> Explosive Tar
|
|
},
|
|
|
|
continuo = {
|
|
|
|
},
|
|
|
|
phases = {
|
|
{ --> phase 1: Pressing the Attack: Assault Mode
|
|
adds = {
|
|
72050 --> Crawler Mines
|
|
},
|
|
spells = {
|
|
144464, --> Flame Vents
|
|
144218, --> Borer Drill
|
|
144459, --> Laser Burn
|
|
--> Mortar Cannon
|
|
--144439 --> Ricochet
|
|
}
|
|
},
|
|
{ --> phase 2: Breaking the Defense: Siege Mode:
|
|
adds = {
|
|
|
|
},
|
|
spells = {
|
|
144483, --> Seismic Activity
|
|
144485, --> Shock Pulse
|
|
144154, --> Demolisher Cannons
|
|
144918, --> Cutter Laser
|
|
144498 --> Explosive Tar
|
|
}
|
|
}
|
|
},
|
|
|
|
}, --> end of Iron Juggernaut
|
|
|
|
------------> Kor'kron Dark Shaman ------------------------------------------------------------------------------
|
|
[7] = {
|
|
boss = "Kor'kron Dark Shaman",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-KorKron Dark Shaman]],
|
|
|
|
spell_mechanics = {
|
|
[144303] = {0x1}, --Swipe
|
|
[144304] = {0x1}, --Rend
|
|
|
|
[144215] = {0x100}, --Froststorm Strike
|
|
[144089] = {0x1}, --Toxic Mist 90%
|
|
[144090] = {0x8}, --Foul Stream 80%
|
|
[144070] = {0x200}, --Ashen Wall 70%
|
|
|
|
[144214] = {0x1}, --Froststorm Bolt
|
|
[144005] = {0x8}, --Toxic Storm 90%
|
|
[143990] = {0x80, 0x40}, --Foul Geyser 80%
|
|
[143973] = {0x8}, --Falling Ash 70%
|
|
|
|
[144064] = {0x40} --Foulness
|
|
},
|
|
|
|
continuo = {
|
|
144303, --Swipe
|
|
144304, --Rend
|
|
|
|
144215, --Froststorm Strike
|
|
144089, --Toxic Mist
|
|
144090, --Foul Stream
|
|
144070, --Ashen Wall
|
|
|
|
144214, --Froststorm Bolt
|
|
144005, --Toxic Storm
|
|
143990, --Foul Geyser
|
|
143973, --Falling Ash
|
|
144064 --Foulness
|
|
},
|
|
|
|
phases = {
|
|
{ --> phase 1:
|
|
adds = {
|
|
71859, --> Earthbreaker Haromm
|
|
71858, --> Wavebinder Kardris
|
|
71921, --> Darkfang
|
|
71923, --> Bloodclaw
|
|
71801, --> Toxic Storm
|
|
71827, --> Ash Elemental
|
|
71825 --> Foul Slimes
|
|
},
|
|
spells = {
|
|
-->
|
|
}
|
|
},
|
|
},
|
|
|
|
}, --> end of Kor'kron Dark Shaman
|
|
|
|
------------> General Nazgrim ------------------------------------------------------------------------------
|
|
[8] = {
|
|
boss = "General Nazgrim",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-General Nazgrim]],
|
|
|
|
spell_mechanics = {
|
|
[143494] = {0x100}, --Sundering Blow
|
|
[143638] = {0x1}, --Bonecracker
|
|
[143716] = {0x2000}, --Heroic Shockwave
|
|
[143712] = {0x80, 0x8}, --Aftershocks
|
|
[143503] = {0x1}, --War Song
|
|
[143872] = {0x80, 0x40}, --Ravager
|
|
|
|
[143420] = {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)
|
|
},
|
|
|
|
continuo = {
|
|
143494, --Sundering Blow
|
|
143638, --Bonecracker
|
|
143716, --Heroic Shockwave
|
|
143712, --Aftershocks
|
|
143503, --War Song
|
|
143872, --Ravager
|
|
|
|
143420, --Ironstorm (Kor'kron Ironblades)
|
|
143481, --Backstab (Kor'kron Assassins)
|
|
143432, --Arcane Shock (Kor'kron Arcweavers)
|
|
143431, --Magistrike (Kor'kron Arcweavers)
|
|
|
|
},
|
|
|
|
phases = {
|
|
{ --> phase 1:
|
|
adds = {
|
|
71515, --General Nazgrim
|
|
71626, --Kor'kron Banner
|
|
71715, --Orgrimmar Faithful
|
|
71516, --Kor'kron Ironblades
|
|
71518, --Kor'kron Assassins
|
|
71517, --Kor'kron Arcweavers
|
|
71519, --Kor'kron Warshamans
|
|
71610, --Healing Tide Totem
|
|
},
|
|
spells = {
|
|
-->
|
|
}
|
|
},
|
|
},
|
|
|
|
}, --> end of General Nazgrim
|
|
|
|
------------> Malkorok ------------------------------------------------------------------------------
|
|
[9] = {
|
|
boss = "Malkorok",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Malkorok]],
|
|
|
|
spell_mechanics = {
|
|
[142861] = {0x200}, --Ancient Miasma
|
|
[142990] = {0x100}, --Fatal Strike
|
|
[142851] = {0x2000}, --Seismic Slam
|
|
[142826] = {0x40}, --Arcing Smash
|
|
[142816] = {0x40}, --Breath of Y'Shaarj
|
|
[142987] = {0x200, 0x1}, --Imploding Energy
|
|
|
|
[142879] = {0x10000}, --Blood Rage
|
|
[142913] = {0x80}, --Displaced Energy
|
|
},
|
|
|
|
continuo = {
|
|
|
|
},
|
|
|
|
phases = {
|
|
{ --> phase 1: Might of the Kor'kron
|
|
adds = {
|
|
71454 --Malkorok
|
|
},
|
|
spells = {
|
|
142861, --Ancient Miasma
|
|
142990, --Fatal Strike
|
|
142851, --Seismic Slam
|
|
142826, --Arcing Smash
|
|
142816, --Breath of Y'Shaarj
|
|
142987 --Imploding Energy
|
|
}
|
|
},
|
|
{ --> phase 2: Blood Rage
|
|
adds = {
|
|
|
|
},
|
|
spells = {
|
|
142879, --Blood Rage
|
|
142913 --Displaced Energy
|
|
}
|
|
},
|
|
},
|
|
|
|
}, --> end of Malkorok
|
|
|
|
------------> Spoils of Pandaria ------------------------------------------------------------------------------
|
|
[10] = {
|
|
boss = "Spoils of Pandaria",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Spolis of Pandaria]],
|
|
|
|
spell_mechanics = {
|
|
--Lightweight Crates -> Mogu Crates
|
|
[145218] = {0x10, 0x20}, --Harden Flesh (Animated Stone Mogu)
|
|
[144923] = {0x20}, --Earthen Shard (Animated Stone Mogu)
|
|
[142775] = {0x40}, --Nova (Sparks of Life)
|
|
[142765] = {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)
|
|
[145240] = {0x20}, --Forbidden Magic (Mogu Shadow Ritualists)
|
|
--[145460] = {}, --Mogu Rune of Power (Mogu Shadow Ritualists)
|
|
--Massive Crates -> Mogu Crates
|
|
[145489] = {0x1}, --Return to Stone
|
|
[148515] = {0x40}, --Shadow Volley (Jun-Wei)
|
|
[148518] = {0x40}, --Molten Fist (Zu-Yin)
|
|
[148582] = {0x40}, --Jade Tempest (Xiang-Lin)
|
|
[148513] = {0x40}, --Fracture (Kun-Da)
|
|
|
|
--Lightweight Crates -> Mantid Crates
|
|
[145718] = {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)
|
|
--Stout Crates -> Mantid Crates
|
|
--[145808] = {}, --Mantid Swarm (Zar'thik Amber Priests)
|
|
--[145790] = {}, --Residue (Zar'thik Amber Priests)
|
|
[145817] = {0x40}, --Windstorm (Set'thik Wind Wielders)
|
|
--[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)
|
|
[142997] = {0x200}, --Set to Blow (Ka'thik Demolisher)
|
|
[145987] = {0x200}, --Set to Blow (Ka'thik Demolisher)
|
|
[145996] = {0x200}, --Set to Blow (Ka'thik Demolisher)
|
|
[146365] = {0x200}, --Set to Blow (Ka'thik Demolisher)
|
|
[147404] = {0x200}, --Set to Blow (Ka'thik Demolisher)
|
|
[148054] = {0x200}, --Set to Blow (Ka'thik Demolisher)
|
|
[148055] = {0x200}, --Set to Blow (Ka'thik Demolisher)
|
|
[148056] = {0x200}, --Set to Blow (Ka'thik Demolisher)
|
|
|
|
--Pandaren Crates
|
|
[146217] = {0x2000}, --(Ancient Brewmaster Spirits)
|
|
[146222] = {0x40}, --(Ancient Brewmaster Spirits)
|
|
--[146081] = {}, --(Ancient Brewmaster Spirits)
|
|
[146180] = {0x40, 0x1}, --Gusting Crane Kick (Wise Mistweaver Spirits)
|
|
--[146189] = {}, Eminence --(Wise Mistweaver Spirits)
|
|
--[146679] = {}, --(Wise Mistweaver Spirits)
|
|
[146257] = {0x8, 0x2000}, --(Nameless Windwalker Spirits)
|
|
--[146142] = {}, --(Nameless Windwalker Spirits)
|
|
},
|
|
|
|
continuo = {
|
|
|
|
},
|
|
|
|
phases = {
|
|
{ --> phase 1:
|
|
adds = {
|
|
--Lightweight Crates -> Mogu Crates
|
|
71380, --Animated Stone Mogu
|
|
71382, --Burial Urns
|
|
71433,--Sparks of Life
|
|
71378, --Quilen Guardians
|
|
--Stout Crates -> Mogu Crates
|
|
71395, --Modified Anima Golems
|
|
71393, --Mogu Shadow Ritualists
|
|
--Massive Crates -> Mogu Crates
|
|
72535, --Stone Statue
|
|
73723, --Jun-Wei
|
|
73724, --Zu-Yin
|
|
73725, --Xiang-Lin
|
|
71408, --Kun-Da
|
|
|
|
--Lightweight Crates ->
|
|
71385, --Sri'thik Bombardiers
|
|
71383, --Kor'thik Warcallerss
|
|
--Stout Crates -> Mantid Crates
|
|
71397, --Zar'thik Amber Priests
|
|
71398, --Zar'thik Swarmer
|
|
71405, --Set'thik Wind Wielders
|
|
--Massive Crates -> Mantid Crates
|
|
--unknow id -- Ka'thik Demolisher
|
|
|
|
--Pandaren Crates
|
|
71427, --Ancient Brewmaster Spirits
|
|
71428, --Wise Mistweaver Spirits
|
|
71430 --Nameless Windwalker Spirits
|
|
},
|
|
spells = {
|
|
--Lightweight Crates -> Mogu Crates
|
|
145218, --Harden Flesh (Animated Stone Mogu)
|
|
144923, --Earthen Shard (Animated Stone Mogu)
|
|
142775, --Nova (Sparks of Life)
|
|
142765, --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)
|
|
145240, --Forbidden Magic (Mogu Shadow Ritualists)
|
|
145460, --Mogu Rune of Power (Mogu Shadow Ritualists)
|
|
--Massive Crates -> Mogu Crates
|
|
145489, --Return to Stone
|
|
148515, --Shadow Volley (Jun-Wei)
|
|
148518, --Molten Fist (Zu-Yin)
|
|
148582, --Jade Tempest (Xiang-Lin)
|
|
148513, --Fracture (Kun-Da)
|
|
|
|
--Lightweight Crates ->
|
|
145718, -- Gusting Bomb (Sri'thik Bombardiers)
|
|
145706, --Throw Explosives (Sri'thik Bombardiers)
|
|
145748, -- Encapsulated Pheromones (Sri'thik Bombardiers)
|
|
145692, -- Enrage (Kor'thik Warcallerss)
|
|
--Stout Crates -> Mantid Crates
|
|
145808, --Mantid Swarm (Zar'thik Amber Priests)
|
|
145790, --Residue (Zar'thik Amber Priests)
|
|
145817, --Windstorm (Set'thik Wind Wielders)
|
|
145812, --Rage of the Empress (Set'thik Wind Wielders)
|
|
--Massive Crates -> Mantid Crates
|
|
148760, --Pheromone Cloud (Pheromone Cloud)
|
|
145993, --Set to Blow (Ka'thik Demolisher)
|
|
142997, --Set to Blow (Ka'thik Demolisher)
|
|
145987, --Set to Blow (Ka'thik Demolisher)
|
|
145996, --Set to Blow (Ka'thik Demolisher)
|
|
146365, --Set to Blow (Ka'thik Demolisher)
|
|
147404, --Set to Blow (Ka'thik Demolisher)
|
|
148054, --Set to Blow (Ka'thik Demolisher)
|
|
148055, --Set to Blow (Ka'thik Demolisher)
|
|
148056, --Set to Blow (Ka'thik Demolisher)
|
|
|
|
--Pandaren Crates
|
|
146217, --(Ancient Brewmaster Spirits)
|
|
146222, --(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)
|
|
}
|
|
}
|
|
},
|
|
|
|
}, --> 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",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Thok the Bloodthirsty]],
|
|
|
|
spell_mechanics = {
|
|
[143426] = {0x100}, --Fearsome Roar
|
|
[143428] = {0x40}, --Tail Lash
|
|
[143707] = {0x1}, --Shock Blast
|
|
[143343] = {0x1, 0x4000}, --Deafening Screech
|
|
--[143452] = {}, --Bloodied
|
|
|
|
[143780] = {0x100}, --Acid Breath
|
|
[143791] = {0x1}, --Corrosive Blood
|
|
|
|
[143773] = {0x100}, --Freezing Breath
|
|
[143800] = {0x1}, --Icy Blood
|
|
|
|
[143767] = {0x100}, --Scorching Breath
|
|
[143783] = {0x1, 0x8}, --Burning Blood
|
|
},
|
|
|
|
continuo = {
|
|
|
|
},
|
|
|
|
phases = {
|
|
{ --> phase 1: A Cry in the Darkness
|
|
adds = {
|
|
|
|
},
|
|
spells = {
|
|
143426, --Fearsome Roar
|
|
143428, --Tail Lash
|
|
143707, --Shock Blast
|
|
143343, --Deafening Screech
|
|
143452, --Bloodied
|
|
|
|
143780, --Acid Breath
|
|
143791, --Corrosive Blood
|
|
|
|
143773, --Freezing Breath
|
|
143800, --Icy Blood
|
|
|
|
143767, --Scorching Breath
|
|
143783 --Burning Blood
|
|
}
|
|
},
|
|
{ --> phase 2: Frenzy for Blood!
|
|
adds = {
|
|
71658 --Kor'kron Jailer
|
|
},
|
|
spells = {
|
|
|
|
}
|
|
},
|
|
},
|
|
|
|
}, --> end of Thok the Bloodthirsty
|
|
|
|
------------> Siegecrafter Blackfuse ------------------------------------------------------------------------------
|
|
[12] = {
|
|
boss = "Siegecrafter Blackfuse",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Siegecrafter Blackfuse]],
|
|
|
|
spell_mechanics = {
|
|
[144335] = {0x8}, --Matter Purification Beam
|
|
[143385] = {0x100}, --Electrostatic Charge
|
|
[143265] = {0x40}, --Launch Sawblade
|
|
--[144213] = {}, --Automatic Repair Beam
|
|
[144210] = {0x40, 0x8}, --Death From Above
|
|
[145444] = {0x1}, --Overload
|
|
[144664] = {0x8, 0x40}, --Shockwave Missile (Missile Turrets)
|
|
[143856] = {0x40, 0x8}, --Superheated (Laser Turrets)
|
|
[144466] = {0x1, 0x200}, --Magnetic Crush (Electromagnets)
|
|
[149146] = {0x80}, --Detonate! (Crawler Mines)
|
|
},
|
|
|
|
continuo = {
|
|
|
|
},
|
|
|
|
phases = {
|
|
{ --> phase 1:
|
|
adds = {
|
|
71504, --Siegecrafter Blackfuse
|
|
71591, --Automated Shredders
|
|
72050, --Crawler Mines
|
|
71790, --Disassembled Crawler Mines
|
|
71591, --Automated Shredder
|
|
71638, --Activated Missile Turrets
|
|
71606, --Deactivated Missile Turrets
|
|
71752, --Activated Laser Turrets
|
|
71751, --Deactivated Laser Turrets
|
|
71696, --Activated Electromagnets
|
|
71694 --Deactivated Electromagnets
|
|
|
|
},
|
|
spells = {
|
|
144335, --Matter Purification Beam
|
|
143385, --Electrostatic Charge
|
|
143265, --Launch Sawblade
|
|
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)
|
|
|
|
}
|
|
}
|
|
},
|
|
|
|
}, --> end of Siegecrafter Blackfuse
|
|
|
|
------------> Paragons of the Klaxxi ------------------------------------------------------------------------------
|
|
[13] = {
|
|
boss = "Paragons of the Klaxxi",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Klaxxi Paragons]],
|
|
|
|
spell_mechanics = {
|
|
|
|
},
|
|
|
|
continuo = {
|
|
|
|
},
|
|
|
|
phases = {
|
|
{ --> phase 1:
|
|
adds = {
|
|
|
|
|
|
},
|
|
spells = {
|
|
|
|
}
|
|
}
|
|
},
|
|
|
|
}, --> end of Paragons of the Klaxxi
|
|
|
|
------------> Garrosh Hellscream ------------------------------------------------------------------------------
|
|
[14] = {
|
|
boss = "Garrosh Hellscream",
|
|
portrait = [[Interface\EncounterJournal\UI-EJ-BOSS-Garrosh Hellscream]],
|
|
|
|
spell_mechanics = {
|
|
[144582] = {0x1}, --Hamstring (Kor'kron Warbringers)
|
|
[144758] = {0x1, 0x40}, --Desecrate
|
|
[144762] = {0x8}, --desecrated (Desecrated Weapon)
|
|
[144584] = {0x20}, --Chain Lightning (Farseer Wolf Riders)
|
|
[144989] = {0x40}, --Whirling Corruption
|
|
[145033] = {0x2000}, --Empowered Whirling Corruption
|
|
[145599] = {0x20}, --Touch of Y'Shaarj (mc casted)
|
|
[145183] = {0x100}, --Gripping Despair
|
|
[145195] = {0x100} --Empowered Gripping Despair
|
|
},
|
|
|
|
continuo = {
|
|
|
|
},
|
|
|
|
phases = {
|
|
{ --> phase 1:
|
|
adds = {
|
|
72154, --Desecrated Weapon
|
|
71979, --Kor'kron Warbringers
|
|
71983, --Farseer Wolf Riders
|
|
71984, --Siege Engineers
|
|
},
|
|
spells = {
|
|
144758, --Desecrate
|
|
144582, --Hamstring (Kor'kron Warbringers)
|
|
144762, --desecrated (Desecrated Weapon)
|
|
144583, --Ancestral Chain Heal (Farseer Wolf Riders)
|
|
144584, --Chain Lightning (Farseer Wolf Riders)
|
|
}
|
|
},
|
|
|
|
{ --> phase 2:
|
|
adds = {
|
|
72237, --Embodied Fears
|
|
72238, --Embodied Doubts
|
|
72236, --Embodied Despairs
|
|
},
|
|
spells = {
|
|
144969 --Annihilate
|
|
}
|
|
},
|
|
|
|
{ --> phase 3:
|
|
adds = {
|
|
72272 --Minion of Y'Shaarj
|
|
|
|
},
|
|
spells = {
|
|
144989, --Whirling Corruption
|
|
145033, --Empowered Whirling Corruption
|
|
145599, --Touch of Y'Shaarj (mc casted)
|
|
145183, --Gripping Despair
|
|
145195, --Empowered Gripping Despair
|
|
145213, --Explosive Despair
|
|
144758, --Desecrate
|
|
145829, --Empowered Desecrate
|
|
144762, --desecrated (Desecrated Weapon)
|
|
}
|
|
},
|
|
|
|
{ --> phase 4:
|
|
adds = {
|
|
72272 --Minion of Y'Shaarj
|
|
},
|
|
spells = {
|
|
145033, --Empowered Whirling Corruption
|
|
145195, --Empowered Gripping Despair
|
|
145829, --Empowered Desecrate
|
|
145599, --Touch of Y'Shaarj (mc casted)
|
|
}
|
|
},
|
|
},
|
|
|
|
}, --> end of Garrosh Hellscream
|
|
|
|
} --> End SoO
|
|
}
|
|
|
|
--[[
|
|
[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",
|
|
--]]
|
|
|
|
_detalhes:InstallEncounter (siege_of_orgrimmar)
|