Maintenance for the week of March 25:
• [COMPLETE] Xbox: NA and EU megaservers for patch maintenance – March 26, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)
• [COMPLETE] PlayStation®: NA and EU megaservers for patch maintenance – March 26, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)
• ESO Store and Account System for maintenance – March 28, 9:00AM EDT (13:00 UTC) - 12:00PM EDT (16:00 UTC)

Looking for an addon that shows critical strikes

aleister
aleister
✭✭✭✭
I saw a video a couple of days ago (can't find it now) of a Nightblade fighting in a dungeon. He was using an addon that looked similar to FTC's scolling text, but every time he got a critical strike, it would animate the damage done in yellow. The text was scrolling in an arc similar to FTC, but it looked a little different. I have FTC, but I don't see a way to make it do anything similar.

Edit: i found it: https://www.youtube.com/watch?v=M0O9i62qAa8

Can someone tell me what addons are being used here?
Edited by aleister on May 30, 2014 4:44PM
  • zgrssd
    zgrssd
    ✭✭✭✭
    Don't know it. It looks a bit like Combat Cloud, so it might be an alternative display way for it.

    But I only know what is on ESOUI.com, and even there not everything.
    Elana Peterson (EU), Dominion, Imperial Sorc, Rune & Alchemy Crafting Char
    Leonida Peterson (EU), Daggerfall, Kajiit Nightblade, Tank & main Crafter
    Kurga Peterson (EU), Ebonhart, Ork Dragonknight, Provision Mule
    Coldblood Peterson (EU) Argonian Templer, Daggerfall, Healer
    Incendia Peterson (EU), Dominion, Dunmer Dragonknight, fire DPS & healer
    Haldor Belendor (EU), Ebonhart, Breton Sorcerer, Tank
    Fuliminictus Peterson (EU), Ebonhart, Altmer Sorcerer, Electric DPS

    Me babbling about PvE roles and Armor, Short Guide to Addon Programming (for Programmers)

    If you think anything I or somebody else said violates the Rules of this Forum, you are free to flag my posts. Till I get any notifcaion from this, I just asume you know you have no case against me or Zenimax disagrees with you.
  • LareliRose
    LareliRose
    ✭✭✭
    LUI
  • zgrssd
    zgrssd
    ✭✭✭✭
    LareliRose wrote: »
    LUI
    Here is the link, incase it is needed:
    http://www.esoui.com/downloads/info413-LUI.html#info
    Elana Peterson (EU), Dominion, Imperial Sorc, Rune & Alchemy Crafting Char
    Leonida Peterson (EU), Daggerfall, Kajiit Nightblade, Tank & main Crafter
    Kurga Peterson (EU), Ebonhart, Ork Dragonknight, Provision Mule
    Coldblood Peterson (EU) Argonian Templer, Daggerfall, Healer
    Incendia Peterson (EU), Dominion, Dunmer Dragonknight, fire DPS & healer
    Haldor Belendor (EU), Ebonhart, Breton Sorcerer, Tank
    Fuliminictus Peterson (EU), Ebonhart, Altmer Sorcerer, Electric DPS

    Me babbling about PvE roles and Armor, Short Guide to Addon Programming (for Programmers)

    If you think anything I or somebody else said violates the Rules of this Forum, you are free to flag my posts. Till I get any notifcaion from this, I just asume you know you have no case against me or Zenimax disagrees with you.
  • Awe
    Awe
    ✭✭✭
    You can easyli change color in FTC
    AddOns\FoundryTacticalCombat\sct\functions.lua
    has
    -- Flag critical hits
    if ( damage.crit == true ) then
    dam = "*" .. dam .. "*"

    change dam line to something like
    dam = "|cff00ff*" .. dam .. "*"
    this makes the text purple

    use any color you like in place of ff00ff
    Edited by Awe on June 5, 2014 12:28PM
  • aleister
    aleister
    ✭✭✭✭
    Awe wrote: »
    You can easyli change color in FTC
    AddOns\FoundryTacticalCombat\sct\functions.lua
    has
    -- Flag critical hits
    if ( damage.crit == true ) then
    dam = "*" .. dam .. "*"

    change dam line to something like
    dam = "|cff00ff*" .. dam .. "*"
    this makes the text purple

    use any color you like in place of ff00ff

    Thanks, I'll try that -- i haven't played around with any Lua hacking yet, but I prefer FTC's combat text.
  • Censorious
    Censorious
    ✭✭✭✭
    The trouble with hacking LUAs is that whenever there's an update you have to hack it again.
    It can get tedious.
    'Clever' sigs get old real fast - just like this one.
Sign In or Register to comment.