
Originally Posted by
'Bradster',index.php?page=Thread&postID=101209#pos t101209
Loved it, great job.
I really like your UI setup as well, I never use the Peal frames because I have a hard time reading them. The way you have them setup it's very clear whats going on. Also the addon that lists the damage done from the other trolls is pretty nice. What's that called?
Make more

the addon he uses is SCTD but u have to go to the SCTD.lua file and add a few lines.
1.find the line "local COMBATLOG_OBJECT_NONE = COMBATLOG_OBJECT_NONE" in SCTD.lua
2.put this UNDER it;
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
);
Now it shows the damage done of your whole party
btw good movie=)
Connect With Us