Close
Page 1 of 6 1 2 3 ... LastLast
Showing results 1 to 10 of 53

Hybrid View

  1. #1

    Default [HowTo] Change SCTD to show party damage as well.

    Hey All,
    Did a bit of research today and noticed that SCTD has been updated for 2.4. So I did a little more digging and found what has to be changed to show the entire parties damage.

    In the sctd.lua line 50 reads like this:
    Code:
    local COMBATLOG_FILTER_MINE = COMBATLOG_FILTER_MINE
    Change it to read like this:
    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
    				);
    COMBATLOG_FILTER_MINE is a WoW filter that usually only calls:
    COMBATLOG_OBJECT_AFFILIATION_MINE,
    COMBATLOG_OBJECT_REACTION_FRIENDLY,
    COMBATLOG_OBJECT_CONTROL_PLAYER,
    COMBATLOG_OBJECT_TYPE_PLAYER,
    COMBATLOG_OBJECT_TYPE_OBJECT
    I simply added
    COMBATLOG_OBJECT_AFFILIATION_PARTY,
    to the mix and it all went well.

    I first tried just changing MINE to FRIENDLY_UNIT... but that was a DISASTER.

    Hope you all enjoy.

    -J (the IT Monkey)

    Edit: Almost forgot... you can download SCTD here . <--Original file... not modified.

  2. #2
    Member Tdog's Avatar
    Join Date
    Mar 2008
    Location
    In 5 places at once...
    Posts
    1029

    Default

    I'm a complete noob when it comes to lua. Could you tell me what's the exact name of the folder I'm looking in to change this?

  3. #3
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    \World of Warcraft\Interface\Addons\SCTD\....

    I seriously hope they fix parrot. The "throttling" feature where it combines all damage from a single skill type within a certain time window was AWESOME. Seeing a damage scroll that said "5293 - Fireball (2 hits, 2 crits)" was just too damned nifty.
    Now playing: WoW (Garona)

  4. #4

    Default

    Nice one IT Monkey - I will try and add an SCT page to the wiki and have this mentioned
    [align=center]AeineiA AeineiB AeneiC AenieD AeineiX
    All your soul are belong to us
    "They can't be bargained with. They can't be reasoned with. They don't feel pity, or remorse, or fear. And they absolutely will not stop, ever, until you are dead"
    The Wiki is your Friend
    [/align]

  5. #5

    Default

    Nice, I got the mod and changed the lua, have yet to see the mod in game though. Whats the / command to set it up? /sct or/sctd didn't work for me.
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  6. #6

    Default

    Are you sure you have the mods enabled? /sct should get you at the very least a help message. /sct menu should show you a message.

  7. #7

    Default

    BTW u need to install SCT too, dl here http://www.wowinterface.com/downloads/info3965.html because SCTD is a "plug in", check on your add on list on character page if u missing something (like me :P )

    I do the change in .lua and it work great for me, thanks for this

  8. #8

    Default

    Quote Originally Posted by '@Ang@',index.php?page=Thread&postID=50016#post500 16
    I do the change in .lua and it work great for me, thanks for this
    Not a problem.. it was my pleasure. I looked at MSBT today as it has been partially updated for 2.4. It is supposed to do the throttling thing like parrot. I dug around in it for a couple hours but no matter what I did to it I couldn't get it to register party events. It will take someone a little more deft in hacking lua than me to get it to work.

  9. #9

    Default

    Quote Originally Posted by '@Ang@',index.php?page=Thread&postID=50016#post500 16
    BTW u need to install SCT too, dl here http://www.wowinterface.com/downloads/info3965.html because SCTD is a "plug in", check on your add on list on character page if u missing something (like me :P )

    I do the change in .lua and it work great for me, thanks for this
    That should do it, hehe, thanks
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  10. #10

    Default

    Thanks for this tip. Worked right away for me

    But I have one problem if there is someone that could help me. My warlocks is SL specced, and when they get hit, the damage transfered to the pet is registered, and this gets *very* spammy. Anyone know is there is someway to ignore the damage mitigated through Soul Link?

Similar Threads

  1. Addon to show SCT damage of party members?
    By LancerX in forum Macros and Addons
    Replies: 11
    Last Post: 03-26-2009, 06:18 PM
  2. How to show your parties damage?
    By Sina in forum Macros and Addons
    Replies: 2
    Last Post: 10-25-2008, 05:41 AM
  3. Replies: 2
    Last Post: 09-16-2008, 10:59 PM
  4. Howto: Add party damage to your Scrolling Combat Text Damage
    By Wheatlord in forum Macros and Addons
    Replies: 3
    Last Post: 08-28-2008, 02:43 PM
  5. Mod to show entire parties damage in the SCT?
    By The IT Monkey in forum Macros and Addons
    Replies: 1
    Last Post: 01-22-2008, 11:36 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
  •