Download
(13Kb)
Download
Updated: 08-20-10 06:05 AM
Pictures
File Info
Updated:08-20-10 06:05 AM
Created:03-17-09 07:25 PM
Downloads:5,041
Favorites:35
MD5:

CritLog  Popular! (More than 5000 hits)

Version: 10.08.20
by: Aezay [More]

CritLog - A Highscore Recording Addon
This addon records the top hits you have made with your abilities. The special thing about this one is how it always tries to gather the unit of the target,
this is done to get info such as the level and class of who you set the record on. Because of this, it might use a little more resources than other crit mods.

Records are put into three categories, player records, npc records, and records where the target were unable to be determined.
The reason I have done this is because I always hated how my "real" records, those I set in PvE encounter got erased when I had berserker buff on in battlegrounds.

CritLog is an improved version of "AzCrit", a simple crit mod I made. They work kinda the same way, but the main differences are how it stores the records and how
they are displayed.

Slash command is "/cl". You can reset all records with the command "/cl reset".

Spell Colors
The spell list is colored to easily see the different between the different spell categories.

  • Normal
  • Direct Damage
  • Damage over Time
  • Direct Healing
  • Healing over Time
  • Damage Shields

CritLog Changes | 2010 Aug 20
- Critical heals will now be recorded correctly again, instead of overriding the non critical value.
- Fixed an issue where an error could happen, if you clicked a record entry, without having opened a chat edit input box first.

CritLog Changes | 2010 Jun 27
- Changed the TOC version to 30300 for the 3.3 patch.
- Fixed the "ChatFrameEditBox" issues.

CritLog Changes | 2009 Aug 10
- Changed the TOC version to 30200 for the 3.2 patch.
- Replaced the renamed "GetDifficultyColor" with "GetQuestDifficultyColor".
- Added a few code optimizations.

CritLog Changes | 2009 Mar 26
- Fixed a "compare number with string" bug that could happen.
- The options are now in a dropdown menu instead of multiple checkboxes.
- Added an "enabled" option, this is useful if you want to stop CritLog from parsing incoming combat log data.
- Combat log parsing is now completely stopped when affected by one of the blacklisted auras.
- The spell names of the ignored auras are now pulled from the game, so they should work on all locales.
- When logging in, the spell record database will now be scanned, and any invalid spells are removed. This would only happen if Blizzard removes spells from the game.
- Records will now more precisely show where the record was set, using zone and subzone text.
- You can now right click a spell or a record, while holding down the shift key, to delete the entry.
- Added an "Unsorted" option. This will make the spells appear in the order they was first recorded.
Optional Files (0)


Post A Reply Comment Options
Unread 01-16-11, 10:28 AM  
soyolas
A Kobold Labourer

Forum posts: 0
File comments: 141
Uploads: 0
Needs an update, plus i would very much like if it had a minimap button.
Report comment to moderator  
Reply With Quote
Unread 08-14-10, 04:16 AM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
akgis
What you're suggesting is easy to add, but I've almost given up on this addon, as there are just so many damage increasing buffs in game, making any crit records meaningless.
Report comment to moderator  
Reply With Quote
Unread 08-10-10, 11:57 AM  
akgis
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 80
Uploads: 4
Any chance to add a sound when a crit record occurs? Or a option to configure our own sound?
__________________
Report comment to moderator  
Reply With Quote
Unread 08-10-09, 03:22 PM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 640
Uploads: 22
A suggestion, you may want to limit how many characters are used in the name of the NPC or player. Sometimes the text goes completely off the frame as the names of some NPC's or layers (especially in battleground) is huge.

My suggestion is to shorten it to like 19 characters and then add "..." to the end. That way it won't overlap on to the right and off the frame.
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
Report comment to moderator  
Reply With Quote
Unread 04-29-09, 05:53 PM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
passionfly
It's not possible to import from AzCrit, they use a completely different way to store their data.
And the "Tenacity" buff is one of those filtered away, not sure why it wouldn't ignore damage when you have it though. It could be that the damage hit right after tenacity faded.
Report comment to moderator  
Reply With Quote
Unread 04-28-09, 09:42 AM  
passionfly
A Deviate Faerie Dragon

Forum posts: 14
File comments: 29
Uploads: 0
Importing from AzCrit

Is there anyway to import the history damage numbers from AzCrit into this new mod? I want to preserve all my original stats from AzCrit.

Also, the WG tenacity buff pretty much makes any original crit numbers useless since Wintergrasp entries are always bigger and and overshadow anything you may get outside that zone.

This goes contrary to your readme statement of "The reason I have done this is because I always hated how my "real" records, those I set in PvE encounter got erased when I had berserker buff on in battlegrounds."

Wintergrasp does override any pve records you may get for hits.
Last edited by passionfly : 04-28-09 at 09:47 AM.
Report comment to moderator  
Reply With Quote
Unread 03-20-09, 12:26 PM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
richerich
Thanks for the report, it's fixed for the next release.
Report comment to moderator  
Reply With Quote
Unread 03-19-09, 09:50 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Date: 2009-03-19 16:49:38
ID: 3
Error occured in: Global
Count: 1
Message: ..\AddOns\CritLog\core.lua line 125:
attempt to compare number with string
Debug:
[C]: ?
CritLog\core.lua:125:
CritLog\core.lua:116
[C]: sort()
CritLog\core.lua:258:
CritLog\core.lua:257
CritLog\core.lua:747: ?()
..\FrameXML\ChatFrame.lua:3210: ChatEdit_ParseText()
..\FrameXML\ChatFrame.lua:2930: ChatEdit_SendText()
..\FrameXML\ChatFrame.lua:2068:
..\FrameXML\ChatFrame.lua:2061
[C]: ?
[C]: UseAction()
..\FrameXML\SecureTemplates.lua:258: SecureActionButton_OnClick()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
Last edited by Dajova : 03-19-09 at 09:50 AM.
Report comment to moderator  
Reply With Quote
Unread 03-18-09, 07:23 PM  
Xylan Trueheart
Premium Member
Premium Member

Forum posts: 64
File comments: 166
Uploads: 0
Lokks quite nice. Wondering if you could set up a keybind for this?
Report comment to moderator  
Reply With Quote
Unread 03-18-09, 01:10 AM  
Carighan
A Defias Bandit
 
Carighan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 96
Uploads: 1
Wohoooo - it's here!
__________________
SQUEAK.
--(The Death of Rats, Terry Pratchett, Soul Music)
Report comment to moderator  
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.