This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1.Currently there is no Raid debuffs module for Warlords of Draenor2.3.
What is the expected output? What do you see instead? Would like to see one added or at least know If I should them manually
What Grid2 version and language of WoW are you using? r734
Do you have an error log of what happened?
Please provide any additional information below.
I am somehow afraid that nobody is maintaining it anymore. This would be a shame because it is by far the best heal addon imho. Let's really hope for the best and that Gragagrogog is saving us.
Hello, I'm not a grid 2 developper, only an user who loves this addon and has knowledge with lua. I had already updated grid 2 in order to add raid debuffs module for WoD (since the end of beta) and keep it aside until grid 2 is up to date. But we are close to the opening of the raid, so i'll very soon give a link to download the raid debuffs module updated for Warlords of Dreanor for those interrested.
I added raid/boss categories for wod in r735... If you have a list of raid debuffs I'll be happy to upload it... Otherwise ill just look through EJ once i get home.
If possible you need to adjust the encounter journal raid size because 25 heroic and stuff is gone. And for the List of debuffs wouldn't it be the easiest way to add a auto detect tool like grid1 had it? So we could add them our selfs even for normal instances.
here is my list. maybe that helps you out:)
local RDDB = Grid2Options:GetRaidDebuffsTable() RDDB["Warlords of Draenor"] = { [994] = { --Highmaul ["[1128-1]Kargath Bladefist"] = { 159113, --IMPALE 159178, --OPENWOUNDS 159213, --MONSTERSBRAWL 159410, --MAULINGBREW 160521, --VILEBREATH 159386, --IRONBOMB 159188, --GRAPPLE 162497, --ONTHEHUNT 159202, --FLAME JET }, ["[971-2]The Butcher"] = { 156152, --GUSHINGWOUNDS 156151, --THETENDERIZER 156143, --THECLEAVER 163046, --PALEVITRIOL }, ["[1195-3]Tectus"] = { 162892, --INFESTINGSPORES--PETRIFICATION }, ["[1196-4]Brackenspore"] = { 163242, --INFESTINGSPORES 163590, --CREEPINGMOSS 163241, --ROT 159220, --NECROTICBREATH 160179, --MINDFUNGUS 159972, --FLESHEATER }, ["[1148-5]Twin Ogron"] = { 158026, --ENFEEBLINGROAR 158241, --BLAZE 155569, --INJURED 167200, --ARCANEWOUND 159709, --WEAKENEDDEFENSES 159709 167179 163374, --ARCANEVOLATILITY }, ["[1153-6]Ko'ragh"] = { 161242, --CAUSTICENERGY 161358, --SUPPRESSION FIELD 162184, --EXPELMAGICSHADOW 162186, --EXPELMAGICARCANE 161411, --EXPELMAGICFROST 163472, --DOMINATINGPOWER 162185, --EXPELMAGICFEL }, ["[1197-7]Imperator Mar'gok"] = { 156238, --BRANDED 156238 163990 163989 163988 156467, --DESTRUCTIVERESONANCE 156467 164075 164076 164077 157349, --FORCENOVA 157349 164232 164235 164240 158605, --MARKOFCHAOS 158605 164176 164178 164191 157763, --FIXATE 158553, --CRUSHARMOR }, ["Trash"] = { 175601, -- Trash TAINTED CLAWS 172069, -- Trash RADIATING POISON 56037, -- Trash RUNE OF DESTRUCTION 175654, -- Trash RUNE OF DISINTEGRATION }, }, [988] = { --Blackrock Foundry ["[1161-1]Gruul"] = { 155080, --INFERNOSLICE 143962, --INFERNOSTRIKE 155078, --OVERWHELMINGBLOWS 36240, --CAVEIN 165300, --FLARE Mythic }, ["[1202-2]Oregorger"] = { 156309, --ACIDTORRENT 156203, --RETCHEDBLACKROCK 173471, --ACIDMAW }, ["[1122-3]Beastlord Darmac"] = { 155365, --PINNEDDOWN 155061, --RENDANDTEAR 155030, --SEAREDFLESH 155236, --CRUSHARMOR 159044, --EPICENTRE 162276, --UNSTEADY Mythic 155657, --FLAMEINFUSION }, ["[1123-4]Flamebender Ka'graz"] = { 155318, --LAVASLASH 155277, --BLAZINGRADIANCE 154952, --FIXATE 155074, --CHARRINGBREATH 163284, --RISINGFLAME 162293, --EMPOWEREDARMAMENT }, ["[1155-5]Hans'gar and Franzok"] = { 157139, --SHATTEREDVERTEBRAE 161570, --SEARINGPLATES 157853, --AFTERSHOCK }, ["[1147-6]Operator Thogar"] = { 155921, --ENKINDLE 165195, --PROTOTYPEPULSEGRENADE 155701, --SERRATEDSLASH 156310, --LAVASHOCK 164380, --BURNING }, ["[1154-7]The Blast Furnace"] = { 155240, --TEMPERED 155242, --HEAT 176133, --BOMB 156934, --RUPTURE 175104, --MELTARMOR 176121, --VOLATILEFIRE 158702, --FIXATE 155225, --MELT }, ["[1162-8]Kromog"] = { 157060, --RUNEOFGRASPINGEARTH 156766, --WARPEDARMOR 161839, --RUNEOFCRUSHINGEARTH }, ["[1203-9]The Iron Maidens"] = { 164271, --PENETRATINGSHOT 158315, --DARKHUNT 156601, --SANGUINESTRIKES 170395, --SORKASPREY 170405, --MARAKSBLOODCALLING 158692, --DEADLYTHROW 158702, --FIXATE 158686, --EXPOSEARMOR 158683, --CORRUPTEDBLOOD }, ["[959-10]Blackhand"] = { 156096, --MARKEDFORDEATH 156107, --IMPALED 156047, --SLAGGED 156401, --MOLTENSLAG 156404, --BURNED 158054, --SHATTERINGSMASH 158054 155992 159142 156888, --OVERHEATED 157000, --ATTACHSLAGBOMBS }, ["Trash"] = { }, } }
I'm happy to see that you have added it. Like i have said on Curse, you can download the raid debuffs list Link Removed: http://www.mediafire.com/download/r3ceq836hbbn0x7/Grid2RaidDebuffsUpdatedForWoD.zip . Some debuffs may be missing mainly those of World boss and Blackrock foundry boss but it should save you lot of time.
In Warlords of Draenor, there are new raid difficulty : Mythic 20 (players), Normal, Heroic, LFR (between 10 players and 30 players).
In lua, the new difficulty values are : 14 for Normal, 15 for Heroic, 16 for Mythic and 17 for LFR.
I have added the following code in the function "MakeDefaultDifficultyEJ_LinkOption" in Grid2RaidDebuffsOption.lua which set the encounter journal raid with the right difficulty.
[14] = "(10-30) "..PLAYER_DIFFICULTY1, -- WoD Difficulty (Normal) [15] = "(10-30) "..PLAYER_DIFFICULTY2, -- WoD Difficulty (Heroic) [16] = "(20) "..PLAYER_DIFFICULTY6, -- WoD Difficulty (Mythic) [17] = "(10-30) "..PLAYER_DIFFICULTY3 -- WoD Difficulty (LFR)
Btw since here are some people that know how such lua things work. Is there a possibility to get the correct income heal amount? On my paladin I heal for 16k but Grid only shows 8k (for Holy Light and Flash of Light). Eternal Flame isn't shown at all (the direct heal). The hot is shown correctly.
@Mauchy: Go
I've taken a look on this issue but i don't know how i could fix it because i have the impression the problem come from Blizzard. In order to display the incoming heal; Grid 2 use the UnitGetIncomingHeals Blizzard API Function and it's seems buggy (return wrong value and not work on several spells like with my penance).
If you will try to write the script below in the chatbox while casting a heal on you. you will see that this function return wrong value and obviously the same displayed in grid 2.
/script print(UnitGetIncomingHeals("player"))
@SkamerEU: Go Ye the EJ link leads to an empty page when you get the difficultyID wrong. I think i have a solution for it using EJ_IsValidInstanceDifficulty, will test it once the raid opens in EU...
Hi @all!
Is there allready a solution for the problem of the difficulties?
@Gragagrogog: Go
Any updates here?
To post a comment, please login or register a new account.