Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
r1265
Date:
04-23-2009 06:37 PM
Size:
156.03 Kb
Downloads:
27,038
Favorites:
216
MD5:
Pictures
Click to enlarge
Click to enlarge
Arena Historian   Popular! (More than 5000 hits)
ArenaHistorian is for people who want to keep track of basically everything about an arena match. Lets you see the exact race, gender, talents, healing and damage done for both the enemy arena team and yours, along with which map it was in, how long it took and if you won or lost.

Mouseover the players name to view healing/damage done, mouseover the race icon to see race name/gender and the talent icon to see the exact spec numbers.

Data is stored when the match ends and the scoreboard pops up, meaning if you leave before then no data will be recorded.

If you miss a game and someone else is using a version either equal to or later then r746 you can also sync the missing games now by typing /ah sync

Type /ah history to view the records of your previous arena matches, or /ah config to view the configuration.


If you want to reset your data type the below on the character you want to reset data for.

/script ArenaHistoryCustomData = nil; ArenaHistoryData = nil; ReloadUI();

Note Post bug and feature requests on my issue tracker


For those interested in uploading your stats online see below
Meebs has done a website that takes data from ArenaHistorian and uploads it online, see http://forums.worldofwarcraft.com/thread.html?topicId=7736887183&sid=1 for more information.

This doesn't require any exe's or additional programs to run beyond ArenaHistorian and a web browser.



  Optional Files - Arena Historian
Sorry, there are currently no optional files available.
  Archived Versions - Arena Historian
File Name
Version
Size
Author
Date
r1200
149kB
Shadowed
04-13-2009 11:33 PM
r1185
149kB
Shadowed
04-03-2009 02:54 PM
r971
145kB
Shadowed
10-15-2008 09:36 PM
  Comments - Arena Historian
Post A Reply Comment Options
Old 02-19-2008, 01:43 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 40
File comments: 1727
Uploads: 90
Same thing, go to Interface/AddOns/ArenaHistorian/ArenaHistorian.lua

line #91 "if( GetBattlefieldWinner() ) then" through #205 "end", remove it so it looks like

Code:
-- Record new data
function ArenaHistorian:UPDATE_BATTLEFIELD_SCORE()
end

-- Get enemy/team mate races
function ArenaHistorian:PLAYER_TARGET_CHANGED()
	self:ScanUnit("mouseover")
end
Shadowed is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-19-2008, 09:23 AM  
koshiru
A Kobold Labourer

Forum posts: 1
File comments: 25
Uploads: 0
Quote:
Originally posted by Shadowd
koshiru: Not sure why you'd be getting it, only thing I can think of is trying to remove different areas of code and seeing if that fixes it.

For example, go to Interface/AddOns/ArenaHistorian/ArenaHistorian.lua

Look for line #187 "-- Translate localized zone text to an unlocalized version" and then look for line #203 "self.history[bracket][index] = data"

Remove everything lines #187, #203 and everything between them, and see if that stops the crashing.

Does this only happen in rated arenas, or skirmish as well?
I tried that, still crashes. I haven't tried skirmish. The queue hardly pops for skirmish. I've checked and I'm fully updated with everything for xp.
I thought it may have been conflicting addons, so i turned off everything else except remembrance and arena historian and it still crashes.

Last edited by koshiru : 02-19-2008 at 09:23 AM.
koshiru is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-17-2008, 03:32 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 40
File comments: 1727
Uploads: 90
Quote:
Originally posted by Selinde
We did 10 3v3 matches but the window is empy, even if i search for the enemy teamname (DE Client).
Go to, WoW\WTF\Account\<ACCOUNT NAME>\<SERVER>\<CHARACTER>\SavedVariables\ArenaHistorian.lua do you see any data in it? Or does it just look like

Quote:
ArenaHistoryData = {
[2] = {
},
[5] = {
},
[3] = {
},
}


koshiru: Not sure why you'd be getting it, only thing I can think of is trying to remove different areas of code and seeing if that fixes it.

For example, go to Interface/AddOns/ArenaHistorian/ArenaHistorian.lua

Look for line #187 "-- Translate localized zone text to an unlocalized version" and then look for line #203 "self.history[bracket][index] = data"

Remove everything lines #187, #203 and everything between them, and see if that stops the crashing.

Does this only happen in rated arenas, or skirmish as well?

Last edited by Shadowed : 02-17-2008 at 03:32 PM.
Shadowed is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-17-2008, 09:22 AM  
Selinde
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
We did 10 3v3 matches but the window is empy, even if i search for the enemy teamname (DE Client).
Selinde is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-16-2008, 08:30 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 40
File comments: 1727
Uploads: 90
Quote:
Originally posted by koshiru
I'm using xp and I sent an email.
Err sorry, I mean shadowed.wow at gmail dot com not googlecode.

Are you using the latest XP, SP2 and such? I haven't ran into any issues so I'm not sure why you'd get crashes.
Shadowed is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-16-2008, 07:38 PM  
koshiru
A Kobold Labourer

Forum posts: 1
File comments: 25
Uploads: 0
Quote:
Originally posted by Shadowd
If you would email it to shadowed.wow at googlecode dot com that'd be great, also what OS are you using?
I'm using xp and I sent an email.
koshiru is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-16-2008, 02:08 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 40
File comments: 1727
Uploads: 90
If you would email it to shadowed.wow at googlecode dot com that'd be great, also what OS are you using?
Shadowed is online now Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-16-2008, 01:00 PM  
koshiru
A Kobold Labourer

Forum posts: 1
File comments: 25
Uploads: 0
Was attempting to use this mod, but each time it goes to show the arena scoreboard thing I crash.
I could send you the crash log if you want
koshiru is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-14-2008, 05:28 AM  
Selinde
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
Nice, I'll test it.
Selinde is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-12-2008, 08:22 PM  
blackwater
A Deviate Faerie Dragon

Forum posts: 14
File comments: 54
Uploads: 0
awesome

great idea! been waiting for someone to do this.
blackwater is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.