1. #1
    Deleted

    ElvUI combat text

    I'm trying to use the add-on xCT to display my combat text in the ElvUI package add-on, however it won't display out-going damage, it shows incoming heals, and incoming damage but now out-going, anyone got any idea how to fix this? :<

  2. #2
    have you went to interface, floating combat text and then checked the stuff in there?

  3. #3
    Deleted
    Yes, I have enabled and disabled, nothing changes. :<

  4. #4
    Interface > Addons > xCT > Config.lua

    Line 7

    Code:
       ["blizzheadnumbers"] = true, -- use blizzard damage/healing output (above mob/player head)
    Make sure that is set to "true".

  5. #5
    Deleted
    Now I have floating numbers, but not the xCT combat text.

  6. #6
    Quote Originally Posted by Kitalpha View Post
    Now I have floating numbers, but not the xCT combat text.
    You did something wrong then. Is it turned on in-game (interface > floating combat text).

    Here's what my Lines 7-12 look like in Config.lua:
    Code:
     -- blizz damage options.
            ["blizzheadnumbers"] = true, -- use blizzard damage/healing output (above mob/player head)
            ["damagestyle"]      = true,  -- change default damage/healing font above mobs/player heads. you need to restart WoW to see changes! has no effect if blizzheadnumbers = false
    
        -- xCT outgoing damage/healing options
            ["damage"]       = true,  -- show outgoing damage in it's own frame
            ["healing"]      = true,  -- show outgoing healing in it's own frame

    Here's a screenshot of my in-game options:
    http://imageshack.us/f/14/wowscrnshot110111110141.jpg/

    Here's a screenshot in-combat showing both overhead dmg and xCT scrolling dmg:

    http://imageshack.us/f/256/wowscrnshot110111110205.jpg/
    Last edited by Prag; 2011-11-01 at 03:06 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •