Close
Page 4 of 6 FirstFirst ... 2 3 4 5 6 LastLast
Showing results 31 to 40 of 53
  1. #31

    Default

    I was wandering, cant you do somting like this? and jsut put all the names inn there:

    Code:
    COMBATLOG_OBJECT_TYPE_PLAYER:(TOON1),

    It wud be great
    Signature edited by Svpernova09

  2. #32

    Default

    does this change make the blizzard numbers over the targets head include party damage or is it in the scrolling combat text visuals..... im trying to find a way to make the blizzard damage numbers include my whole party.
    [align=center]( Siinaa, ssina, siina, ssiinna )
    Level 80 Almost got glad duelist title. lol.
    www.doghousesystems.com

    [/align]

  3. #33

    Default

    I don't think you can mess with the Blizzard UI components. You have to disable them and install this in their place. I'm not 100% sure though.
    WowVoiceBox - Free speech recognition program designed for multiboxers!

    Retired Multi-boxer

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

    Default

    It's only the numbers displayed by SCTD.
    Now playing: WoW (Garona)

  5. #35

    Default

    Quote Originally Posted by 'Sina',index.php?page=Thread&postID=93397#post9339 7
    does this change make the blizzard numbers over the targets head include party damage or is it in the scrolling combat text visuals..... im trying to find a way to make the blizzard damage numbers include my whole party.
    this would be bloody imba tbh ^^ would light up th screen nicely ^^
    1--------10---------20---------30---------40---------50---------60---------70---------80
    Kaiya, Ðeceased, Deceased, Decaesed, Deceasead, Deceasaed

  6. #36

    Default

    I just made the fix so I can see my party's damage-- which is awesome btw =) Only thing is that pet damage does not show up for the party. It would be nice to see that also. Anyone know a fix?
    [align=center]5x Druids || Paladin + 4x Shaman
    4x Hunters + Shaman || 4x Warlocks + Priest
    4x Mages || 4x priests|| 4-Melees

    1????????10?
    ????????20?????????30?????????40?????????50?????????60?????????70[/align]

  7. #37

    Default

    ok so i added the script to my sct.lua file and I fire up wow.

    I make some UI changes and all I can see is healing totems and heals. No damage. Not even my mains damage shows up.

    What is up?
    The last thing the enemy will see is my Muzzle Flash of Freedom!

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

    Default

    You typo'd something.

    It's not in SCT.LUA, it's in SCTD.LUA.
    Now playing: WoW (Garona)

  9. #39

    Default

    Odd i cant see sctd in my interface option to mess with it. I see sct but no sctd. Clicked on addon to see what mod is in stalled its all checked ok, hmm. What u think i did wrong

  10. #40

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

    Quote Originally Posted by The IT Monkey',index.php?page=Thread&postID=49699#post496 99]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[/code]

    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
    );[/code]

    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 [url='http://www.wowinterface.com/downloads/dl.php?id=4913
    SCTD here[/url] . <--Original file... not modified.
    I used the default sctd and now i have the option. But if i do the change in lua in stcd i dont have the sctd option in game did i modify it right. I have sct install already (newest one)

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
  •