Aelobin
DK Twink (80 / 85 / 101)
Made a spreadsheet of all the quests that give relics which are higher (potential) ilvl than the dungeon drops: https://docs.google.com/spreadsheets/d/1iFYm9FJlGio16cBPGX85EXfy2zRw_sct3ilEfVZ0b3g/edit?usp=sharing
And macros to check which ones you have completed:
Alliance
Horde
And macros to check which ones you have completed:
Alliance
/run for _,i in ipairs({37470,39579,39855,40005,38721,42756,39426,38857,39322,39652,38377,38687,37449,39487,39597}) do print("\124cffffff00\124Hquest:"..i..":-1\124h[Click]\124h\124r "..(IsQuestFlaggedCompleted(i) and "Complete" or "Incomplete")) end
Horde
/run for _,i in ipairs({37470,39579,39855,40005,38721,42756,39426,38857,39322,39652,38377,41763,37449,39487,39597}) do print("\124cffffff00\124Hquest:"..i..":-1\124h[Click]\124h\124r "..(IsQuestFlaggedCompleted(i) and "Complete" or "Incomplete")) end
Last edited: