Titan Panel [CritLine] records your highest normal/critical damages and heals. It lets you know when you break your previous record high with a splash message on the centre of your screen. It also displays a detailed summary when the Titan Panel [CritLine] section is moused over on the Titan Panel. This summary includes your targets name, level, type of attack, and damage.
Titan Panel [CritLine] is a port of CritLine (orignially by Sordit). If you want to use CritLine and don't want to use Titan Panel, try one of the various mods labeled 'CritLine' on this site.
v0.5.8
Found a bug with filter where I was not setting the correct flag when the filter check was disabled. It should have set it from 0 to 1
but instead was setting 0 to 0 thus having no effect.
I've also increased the number of attacks stored from 30 to 40.
Installation Guide
- Exit "World of Warcraft" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Mac Users
- StuffitExpander: Double click the archive to extract it to a folder in the current directory.
- Verify your WoW Installation Path
That is where you are running WoW from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your World of Warcraft folder. (default is C:\Program Files\World of Warcraft\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start World of Warcraft
- Make sure AddOns are installed
- Log in
- At the Character Select screen, look in lower left corner for the "addons" button.
- If button is there: make sure all the mods you installed are listed and make sure "load out of date addons" is checked.
- If the button is NOT there: means you did not install the addons properly. Look at the above screenshots. Try repeating the steps or getting someone who knows more about computers than you do to help.
Translations
When you download a mod, please be sure that the mod is compatible with your translation of wow. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
TOC Numbers (Out of Date Mods)
When Blizzard patches WoW, they change the Interface number. This means that all mods will be "out of date" unless or until the author releases a new version for that interface. Some people go into the .toc files and update the numbers themselves, but this is STRONGLY advised against as it will cause problems locating possible incompatibilities addons. When you log into WoW after a patch, you DO NOT have to delete your interface directory. All you have to do is simply tell WoW to ignore the interface numbers and load all the mods anyway. All you have to do is, while at the "character select" screen, look in the lower left corner and click on the "addons" button. A window will pop up listing all your installed mods.
If you look in the upper left corner of that window there should be a box that says "Load Out of Date AddOns". You want to CHECK this box. Now simply go into WoW normally and all your mods should load. As of the 1.9 patch, you will have to do this after EVERY patch/update that Blizzard posts! If you encounter any problems with a mod after a patch, please be sure to let the author of the mod know so they can fix it.
See also: About "Out Of Date AddOns"
Mac Support
WoW addons are not platformed based. As such, they can be used on either Mac or PC. You can extract both .zip and .rar files on a Mac using StuffitExpander.
Directory Structure
World of Warcraft
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.toc
|_ *AddonName*.xml
|_ *AddonName*.lua
|_ (possibly others as well)...
- +0
- Thumbs Down
- Thumbs Up
Wishmere saidI would still like to see a slider/scroll bar on the filer menu. I have too many actions to see one 1 screen since it records 0 damage moves (I.E. Sprint/vanish/pots).
With out this option I cant filter actions and can not properly use the mod.
- +0
- Thumbs Down
- Thumbs Up
Raptor2213 saidNeed a couple new features.
1) The level adjustment - this feature does not record crits on bosses because they are "higher than 10 levels over the player", even though they're realy not. I find it annoying that I can't kill a snake without getting a HUGE crit thats not a proper reflection of this, but unless I change it, it won't record, say, my 4k crits on Shade of Aran. Perhaps a simple change to two sliders would work (min/max). That, or just make it min (because if you crit on a higher-lvl mob, you're golden anyways).
2) A scroll bar on the filter. As a druid and a tank, I have a TON of damage abilities (several per form, plus all the crap I get aflicted with). Right now, while running wow at 1920x1440, I can BARELY see all the abilities.
- FYI, to anyone who wants to 'fix' the addon to display hits on mobs HIGHER, simply change the TitanCritLine.lua as shown below:
if (UnitLevel("player") < UnitLevel("target")) then
leveldiff = (UnitLevel("target") - UnitLevel("player"));
Should instead read:
if (UnitLevel("player") < UnitLevel("target")) then
leveldiff = 0;
- +0
- Thumbs Down
- Thumbs Up
agr8 saidI'll add this change to the code. I was away from the game for a few weeks so I'll update this code as soon as I can.
- +0
- Thumbs Down
- Thumbs Up
CYPSYAN saidi dont have anything special i just installed this addon , and when i do dailies or some other quest it store the item quest damage or stuff like this, i have many toons btw
- +0
- Thumbs Down
- Thumbs Up
CYPSYAN saidwell its really buged it store all data the option "store non damage spell" work even when disabled
- +0
- Thumbs Down
- Thumbs Up
agr8 saidI can't explain why you are seeing all of the spells on your character. All pet spells are stored by default but the player has the option to enable or disable that ability. I've tried to recreate your situation but without your TitanCritLine.lua file, I cannot determine why you are seeing everything.
- +0
- Thumbs Down
- Thumbs Up
Wishmere saidOk, all is fixed with the filter and Im now able to filter out special moves (ie Acrance blast and bombing runs). I would like to make one more suggestion tho. When I bring up my filter menu, every possibly move I have is listed there, even moves that dont do damage (ie. Sprint, vanish, Orb of Deception, World Enlarger and ever flask/pot/elixer I've used since I installed). Because all these are listed with [0] damage they fill up my screen and I cant see all the filter options. Is it possible to add a slider bar to the filter popup?
- +0
- Thumbs Down
- Thumbs Up
agr8 saidDo you have "Store all spells casted" enabled? It would explain why you have everything listed that could possibly happen to your character. I can look into adding a slider bar to the filter window.
- +0
- Thumbs Down
- Thumbs Up
CYPSYAN saidnvm about the healing but i stil have ALL spell recorded (register non damage spell record isnt checked)
- +0
- Thumbs Down
- Thumbs Up
agr8 saidI need examples of spells that you're tracking on the priest.
- +0
- Thumbs Down
- Thumbs Up
CYPSYAN saidas i said in the previous post fortitude powerword shiel.....shadow resistance..
- +0
- Thumbs Down
- Thumbs Up
agr8 saidDo you have "Store all spells casted" enabled?
- +0
- Thumbs Down
- Thumbs Up
CYPSYAN saidnegatif
- +0
- Thumbs Down
- Thumbs Up
CYPSYAN saidits getting werd on my priest tracking ALL spell and when i mean all spell i mean even fortitude sshadow resistance powerword shield...mining: create mote of earth
- +0
- Thumbs Down
- Thumbs Up
Daenerjs saidHi Agr8!
I've 2 questions/suggestions for you :P
I've a lot of skill to filter, but I cant cause some skills are out om the screen edge and its impossible to scroll the filter tab (I think...).
The second question is: its possible to sort the list of the skills for example from the highest damage to the lower, or alphabetical, or for the numer of times used, ecc??
Would be nice!!
Thank you and very good job!!
- +0
- Thumbs Down
- Thumbs Up
agr8 saidI've recently updated the number of skill shown to 40. I personally dont have that many so I dont know how it will affect the look and feel of the window. I'll look into methods to make viewing this window nicer.
Right now I'm just dumping the contents of the dictionary in order it was stored, but I could come up with a way to either sort the information, or open two filter windows, one for you and one for pet damage.
- +0
- Thumbs Down
- Thumbs Up
CYPSYAN saidit doesnt seems to track healing spell except renew showing 0
btw the older vresion i tried wasnt showing all spell until i made a record with
now its showing all spell even priest power word shield or abolish disease or renew....
- +0
- Thumbs Down
- Thumbs Up
agr8 saidDid you uncheck the "Do not track Healing" option in the settings? When you do you will start storing your heals and critical heals. I've tested this with a shammy and paladin so it should work.
- +0
- Thumbs Down
- Thumbs Up
agr8 saidI'm at work so I cannot test the changes I just made. It should work but since I've not tested myself, I only put the new file as a development version.
If some brave soul would like to test the following fixes:
Filter functionality should be working.
I've also increased the number of attacks stored from 30 to 40.
- +0
- Thumbs Down
- Thumbs Up
mrsmurftoyou saidEvery time I come through a portal (mage,Shatt to IF, etc) I get a big message "char name WELCOME back to realm" is there any way to shut this off? If not, could you make a way to shut this off?
Other than that I love this mod, thanks.