Thread Tools Display Modes
02-25-08, 06:51 PM   #1
Olison
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 4
[Sugg/Req] In Battleground score window: Display Damage/Healing totals

Hello,
i have a suggestion/request for a mod:
Display totals in the battleground score board: Damage done and Healing Done
Especially interesting in the Alliance/Horde team tab.

Now, i don't have a clue about HOWTO code a wow addon, but is such a idea even possible?
Are the values of the scoreboard readable by the LUA interface?

What do others think of such a addon?
In my opinion, it would be a great way to determine the performance of a team (i play lots of premade battlegrounds with a pvp-guild)

Post please
  Reply With Quote
02-26-08, 06:59 AM   #2
Layrajha
A Frostmaul Preserver
 
Layrajha's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 275
I don't know if this exists or not, but adding a line that, instead of the players' names, displays "Total", and instead of each stat the sum of this stat for each player wouldn't be very hard. I might do it if no one else wants to and if it doesn't exist yet.
  Reply With Quote
02-26-08, 07:29 AM   #3
littlebuddha79
An Onyxian Warder
 
littlebuddha79's Avatar
AddOn Compiler - Click to view compilations
Join Date: Sep 2007
Posts: 377
Originally Posted by Olison View Post
Hello,
i have a suggestion/request for a mod:
Display totals in the battleground score board: Damage done and Healing Done
Especially interesting in the Alliance/Horde team tab.

Now, i don't have a clue about HOWTO code a wow addon, but is such a idea even possible?
Are the values of the scoreboard readable by the LUA interface?

What do others think of such a addon?
In my opinion, it would be a great way to determine the performance of a team (i play lots of premade battlegrounds with a pvp-guild)

Post please
Doesn't the default window at the end of a BG already show each players total damage done and total healing done?
  Reply With Quote
02-26-08, 07:57 AM   #4
Layrajha
A Frostmaul Preserver
 
Layrajha's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 275
Originally Posted by littlebuddha79 View Post
Doesn't the default window at the end of a BG already show each players total damage done and total healing done?
Well, he clearly meant the total of each team or of the battleground itself, and not the total per player.
  Reply With Quote
02-26-08, 10:27 AM   #5
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Well, not *clearly*, but it was inferred, yes.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
02-27-08, 03:29 AM   #6
Layrajha
A Frostmaul Preserver
 
Layrajha's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 275
*Clearly enough* then? Anyway, I'll see if I can do that today during my breaks.
  Reply With Quote
02-27-08, 05:17 AM   #7
Layrajha
A Frostmaul Preserver
 
Layrajha's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 275
Originally Posted by Layrajha View Post
Anyway, I'll see if I can do that today during my breaks.
Ok. I have given it a fast go. I have a working version, but it's:
- from an ugly code
- to an ugly result

Though, as I may not be able to work on it more before some time (well, I may be done tonight, or it may take a week before I have to time code again ), I have uploaded the current version to my site on http://layrajha.com/addons/LayBGScores.zip (not on wowinterface yet, because I don't really want to post it until it's a bit better).
... when I think about it, maybe it's not very good to post a link to my site here. If there's any problem with it, please just delete the link, as I'll upload a better version here anyway.

So, in this current version (which is really a mere hack):
- it adds 3 lines at the bottom of the battleground score window: ALLIANCE, HORDE, and TOTAL. Each line displays the total amount of HKs, KBs, Honor, Damage done, and Healing done, for the respective factions (or for both of them).
- it works in WSG, untested in other BGs
- I don't think it shows any total for flag captures, towers defended etc, but it could be added
- Problems: Currently, these lines are considered as human horde mages. Thus, it adds 3 hordes to the hordes count (showing up to 13 hordes in WSG, for instance), they have the red color, etc. Bah! It should be fixed later

If you have any suggestion, let me know. Anyway, don't bother DLing it if you don't want to do some testing and giving feedback.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » [Sugg/Req] In Battleground score window: Display Damage/Healing totals


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off