View Single Post
07-25-12, 08:18 PM   #2
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
http://www.wowinterface.com/download...geMoPBeta.html

That is not exactly what you are asking for, I think, but it does add some sort of comical effect.

As for cutting down on all values, I've noticed a problem with e.g. tooltips (and most numbers across the game). Tooltip stats are now displayed as strings rather than numbers, because they use comma separators. It might be needed to cut out these separators and then use tonumber() before you can work with these numbers.

Hooking into the function that adds these separators (if accessible) would not work, because you'd end up reducing all comma-separated numbers across the game, and not just the ones relevant to stats.

Last edited by Haleth : 07-25-12 at 08:24 PM.
  Reply With Quote