Mythic Dungeon Tools - MDT

Mythic Dungeon Tools - MDT

67M Downloads

Visual Affixes are unknown

Bloodnoob opened this issue ยท 3 comments

commented

image

commented

im getting this kind of error in addon. i cant set week 2 for no reasons

commented

I have the same problem as well. I cannot see the affixes from 2 to 7 as well for some reason...

Please advise.

commented

correct in MythicDungeonTools.lua on this
information may not be 100% by affixes

local affixWeeks = {
[1] = {[1]=11,[2]=3,[3]=10,[4]=121}, -->>Bursting, Volcanic, Fortified
[2] = {[1]=7,[2]=124,[3]=9,[4]=121}, -->>Bolstering, Storming, Tyrannical
[3] = {[1]=123,[2]=12,[3]=10,[4]=121}, -->>Spiteful, Grievous, Fortified
[4] = {[1]=122,[2]=4,[3]=9,[4]=121}, -->>Inspiring, Necrotic, Tyrannical
[5] = {[1]=8,[2]=14,[3]=10,[4]=121}, -->>Sanguine, Quaking, Fortified
[6] = {[1]=6,[2]=13,[3]=9,[4]=121}, -->>Raging, Explosive, Tyrannical
[7] = {[1]=123,[2]=3,[3]=10,[4]=121}, -->>Spiteful, Volcanic, Fortified
[8] = {[1]=7,[2]=4,[3]=9,[4]=121}, -->>Bolstering, Necrotic, Tyrannical
[9] = {[1]=124,[2]=122,[3]=10,[4]=121}, -->>Inspiring, Storming, Fortified
[10] = {[1]=11,[2]=13,[3]=9,[4]=121}, -->>Bursting, Explosive, Tyrannical
[11] = {[1]=4,[2]=7,[3]=10,[4]=121}, -->>Sanguine, Grievous, Fortified
[12] = {[1]=6,[2]=14,[3]=9,[4]=121}, -->>Raging, Quaking, Tyrannical
}

I have the same problem as well. I cannot see the affixes from 2 to 7 as well for some reason...

Please advise.