Advertisement

Titan Panel [CritLine]

  Download the Curse Client

Last Update: April 21, 2008 (2 months ago)
Category: PvP
Tags: combat, critline, and titan
Project Manager: agr8
Current Version: Titan Panel [CritLine] TitanCritLine0.5.8
(for World of Warcraft 2.4.0)
Downloads Today: 480
Downloads Total: 68,162
Favorites: 270
Comments: 78
  • About Titan Panel [CritLine]
  •  
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.
  • Downloads (11)
  •  
Advertisement

You need to login or register to post comments.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
 
  • June 22, 2008, 06:14AM (2 weeks ago)

    I 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.

  • May 10, 2008, 12:12AM (1 month, 3 weeks ago)

    Need 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;

  • June 20, 2008, 12:09AM (2 weeks, 2 days ago)

    I'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.

  • May 6, 2008, 11:16PM (2 months ago)

    i 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

  • May 3, 2008, 05:51AM (2 months ago)

    well its really buged it store all data the option "store non damage spell" work even when disabled

  • May 6, 2008, 01:47PM (2 months ago)

    I 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.

  • April 23, 2008, 07:00PM (2 months, 1 week ago)

    Ok, 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?

  • April 24, 2008, 07:41PM (2 months, 1 week ago)

    Do 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.

  • April 23, 2008, 08:04AM (2 months, 2 weeks ago)

    nvm about the healing but i stil have ALL spell recorded (register non damage spell record isnt checked)

  • April 23, 2008, 04:45PM (2 months, 1 week ago)

    I need examples of spells that you're tracking on the priest.

  • April 25, 2008, 04:24PM (2 months, 1 week ago)

    as i said in the previous post fortitude powerword shiel.....shadow resistance..

  • April 25, 2008, 04:30PM (2 months, 1 week ago)

    Do you have "Store all spells casted" enabled?

  • April 26, 2008, 04:52PM (2 months, 1 week ago)

    negatif

  • April 23, 2008, 07:50AM (2 months, 2 weeks ago)

    its 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

  • April 22, 2008, 10:45AM (2 months, 2 weeks ago)

    Hi 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!!

  • April 22, 2008, 04:05PM (2 months, 2 weeks ago)

    I'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.

  • April 22, 2008, 01:55AM (2 months, 2 weeks ago)

    it 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....

  • April 22, 2008, 04:02PM (2 months, 2 weeks ago)

    Did 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.

  • April 21, 2008, 08:42PM (2 months, 2 weeks ago)

    I'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.

  • April 21, 2008, 11:17AM (2 months, 2 weeks ago)

    Every 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.

 
  • Similar Addons
  •  
  1. 4,630 Atlasloot Enhanced PvP, Map, Tradeskill, and ...
  2. 3,608 Preform AV Enabler PvP
  3. 2,022 Natur EnemyCastBar PvP, Buffs & Debuffs, Raids & ...
  4. 1,578 Carbonite Quest Chat & Communication, PvP, ...
  5. 450 Arena Unit Frames PvP and Unit Frames
Advertisement