Close
Showing results 1 to 4 of 4
  1. #1

    Default Howto: Add party damage to your Scrolling Combat Text Damage

    Hello here i will help you setup your SCTD to show your partys damage!

    First you need to download these two addons:
    SCT: http://wow.curse.com/downloads/details/111/
    Shows damage taken, buffs/debuffs etc. very helpfull and good addon to use.
    SCTD: http://wow.curse.com/downloads/details/2992/
    Shows your damage done in a more in a more controlled way.

    Now after you have downloaded these two addons and put them in your interface/addons folder, open your SCTD folder and
    find the file sctd.lua, open it and find the line:
    local COMBATLOG_OBJECT_NONE = COMBATLOG_OBJECT_NONE
    Under this line u copy and paste this line


    Code:
    local COMBATLOG_FILTER_MINE = bit.bor (
    					COMBATLOG_OBJECT_AFFILIATION_PARTY,
    					COMBATLOG_OBJECT_AFFILIATION_MINE,
    					COMBATLOG_OBJECT_REACTION_FRIENDLY,
    					COMBATLOG_OBJECT_CONTROL_PLAYER,
    					COMBATLOG_OBJECT_TYPE_PLAYER,
    					COMBATLOG_OBJECT_TYPE_OBJECT
    				);
    Have fun!

  2. #2
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169
    Now playing: WoW (Garona)

  3. #3

    Default

    oh.. didnt see that one well saw afew ppl that wanted it etc so just made this post, want me to delete this or?

  4. #4

    Default

    No, keep this post. This one is much better and is in it's own thread.
    Jenzali - Troll Druid (Level 85) - Emerald Dream
    Soon to be joined by 4 other Druid buddies!

Similar Threads

  1. [HowTo] Change SCTD to show party damage as well.
    By The IT Monkey in forum Macros and Addons
    Replies: 52
    Last Post: 06-18-2009, 07:51 PM
  2. Replies: 2
    Last Post: 09-16-2008, 10:59 PM
  3. Scrolling Combat Text
    By NoobShammy in forum Macros and Addons
    Replies: 2
    Last Post: 08-18-2008, 06:19 AM
  4. Looking for a multiboxing scrolling combat text
    By l0de in forum Macros and Addons
    Replies: 4
    Last Post: 03-10-2008, 11:03 PM
  5. Scrolling Battle Text for Party Damage?
    By zanthor in forum Macros and Addons
    Replies: 0
    Last Post: 12-11-2007, 08:41 AM

Posting Rules

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