1. #1

    in need of a script master

    got a few things i need doing


    moving debuffs on bliz frames to bottom right of raid frames

    possible original frames debuff movement

    coordinates to place frames if there is a problem for example and a frame gets out of place

    possible resize frames script

  2. #2
    Deleted
    Try:
    Code:
    hooksecurefunc("CompactUnitFrame_SetMaxBuffs",function(f,n) if n ~= 0 then CompactUnitFrame_SetMaxBuffs(f,0) end end)
    hooksecurefunc("CompactUnitFrame_SetMaxDebuffs",function(f,n) if n ~= 10 then CompactUnitFrame_SetMaxDebuffs(f,10) end end)
    hooksecurefunc("CompactUnitFrame_SetMaxDispelDebuffs",function(f,n) if n ~= 10 then CompactUnitFrame_SetMaxDispelDebuffs(f,10) end end)
    How to use. Untested.
    Last edited by mmocba105e19de; 2012-10-08 at 10:24 PM.

  3. #3

    how can i get more debuffs to show on my party and raid frames?

    the bliz frames show next to no debuffs so im trying to figure out how to show more. is anyone aware of how to remedy this?

  4. #4
    Deleted
    Threads merged.

Posting Permissions

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