Log in

View Full Version : Howto: Add party damage to your Scrolling Combat Text Damage



Wheatlord
08-28-2008, 07:24 AM
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




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!

Ughmahedhurtz
08-28-2008, 11:34 AM
[HowTo] Change SCTD to show party damage as well. ('http://www.dual-boxing.com/forums/index.php?page=Thread&postID=54373&highlight=sctd#post54373')

Hmm...

Wheatlord
08-28-2008, 01:58 PM
oh.. didnt see that one :) well saw afew ppl that wanted it etc so just made this post, want me to delete this or?

Akoko
08-28-2008, 02:43 PM
No, keep this post. This one is much better and is in it's own thread.