4 - Mind Flay DPS on bar incorrect at end of fight
The figure that the bar shows for the DPS of Mind Flay is incorrect after you have finished Flaying a target. If you Mind Flay a target for a bit (any amount, doesn't matter - so long as you get a DPS figure) then stop and let yourself go out of combat, the figure on the bar is not updated to what it should have been. You can compare the figure by checking the bar and then running this script in the chat window:
/script DEFAULT_CHAT_FRAME:AddMessage(floor( MFClip.mfdata.iTotalMFDmg/((MFClip.mfdata.fLostCasttime+MFClip.mfdata.fTickedCasttime)/1000.0 ) ) .. " DPS")
I'm not sure if this is a bug or intentional, since the DPS figure will always be higher on the bar due to the time it takes to get out of combat, or whether this is a bug and it's not updating the bar at the end of the fight correctly.
- 1 comment
- 1 comment
- Reply
- #1
elchefe Nov 10, 2010 at 03:56 UTC - 0 likesMind Flay statistic display is updated right after the end of the last cast. Since there is some time between the last cast and going out of combat, internal statistic values might still get updated (and will if your last cast was Mind Flay). There will just be no more update to the value displayed on your MFClip castbar. I consider this very minor and won't take any action. Thanks for the report, happy face melting.