Thread: Dungeon IDs
View Single Post
04-20-16, 01:39 AM   #12
suipsyco
A Deviate Faerie Dragon
Join Date: Apr 2016
Posts: 13
See things like the character limit, I would never have thought of.
The macro you posted colors the "Not completed", but not the "completed"
The original macro is:
Code:
/run for i=1,GetNumSavedInstances() do local n,_,_,d,l = GetSavedInstanceInfo(i) if d==23 then print(n,l and "\124cff00ff00Completed" or "\124cffff0000Not Completed") end end
I didn't create it, I modified this one to report in the chat of choice (party, say, etc). This works fine for mythics, but since the LFR information isn't stored the same way(as far as i could tell), it wouldn't work

Last edited by suipsyco : 04-20-16 at 01:42 AM.
  Reply With Quote