View Single Post
09-29-10, 04:41 AM   #4
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
True... but to be able to do the display information, you have to have the data, which means you have to do the work of a damage meter to collect it in the first place... or try to scrape the data off of another program (such as Skada or Recount)

If you try to scrape it off the other apps, then you have to make your code much more complex and you are at the mercy of the "other" programmers... if they change their mod, they break your mod without warning.

So... in order to present much of the data you're requesting, you first have to collect the damage and heal data in which case you're already doing pretty much all of the work of a Recount/Skada type app.

It is possible to use algorithms as you mention, but they're actually unreliable for a host of reasons... which is why damage meters don't do that either. It also would be impossible to, for example, tell the difference between the heals the tank is receiving versus the damage he is taking... all you have is his current health with no differentiation between how much of that is the result of damage and healing.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/

Last edited by spiel2001 : 09-29-10 at 04:44 AM.