Attention to Detail is part of Glory of the Pandaria Hero - Achievement - World of Warcraft Glory of the Pandaria
I found this method on wowhead whilst I was trying to complete the achievement and I found it extremely useful.
Here is what you do
Create this macro:
/run frm = CreateFrame("PlayerModel");frm:SetPoint("BOTTOMRIGHT",nil,"BOTTOMRIGHT",0,100);f rm:SetHeight(600);frm:SetWidth(300);frm:RegisterEvent("PLAYER_TARGET_CHANGED");f rm:SetScript("OnEvent",function(self,event,...) frm:SetUnit("target") end);
This macro will cause the model selected to be HUGE
Then click on jaundice barov and use this one
/run frm2 = CreateFrame("PlayerModel");frm2:SetPoint("BOTTOMRIGHT",frm,"BOTTOMLEFT",0,0);frm 2:SetHeight(600);frm2:SetWidth(300);frm2:SetUnit("target")
It will display a frame for the real boss at all times
Then you won't have to hit fakies
To deactive, use this:
/run frm:UnregisterEvent("PLAYER_TARGET_CHANGED");frm:Hide();frm2:Hide()
Enjoy, and hope this isn’t repost, couldn’t find anything whilst searching “attention to detail”