1. #1

    Question for TukUI users

    Hello, I've got a problem with TukUI, I cannot seem to get the UI to show more then 9 buffs on my target, This is getting very annoying, as I cant see when a Paladins bubble is gonna expire ETC.

    The problem doesn't only occur on enemy targets, on every target with friendly buffs. I got myself targeted in the picture below to show what I mean.



    Uploaded with ImageShack.us


    Edit: The question was; Is there anyway to change the friendly target buffs to show more then 9? Or do I just have to live with it?

  2. #2

    Re: Question for TukUI users

    just a guess, but if you change this section (about line 962 in Notepad++) of the unitframes (high or low, depending on resolution) in ..\World of Warcraft\Interface\AddOns\Tukui\unitframes
    folder (i.e - unitframes.high.lua)

    Code:
    self.Buffs = CreateFrame("Frame", nil, self)		
    		self.Buffs:SetHeight(26)
    		self.Buffs:SetWidth(252)
    		self.Buffs.size = 26
    		self.Buffs.spacing = 2
    		self.Buffs.num = 9
    		self.Buffs.numBuffs = 9
    to whatever number of buff you want to show (for example)

    Code:
    	self.Buffs.num = 18
        self.Buffs.numBuffs = 18

  3. #3

    Re: Question for TukUI users

    I'm gonna give it a try.

  4. #4

    Re: Question for TukUI users

    It worked, Thanks alot

  5. #5
    Immortal Luko's Avatar
    10+ Year Old Account
    Join Date
    May 2010
    Location
    Danger Zone
    Posts
    6,994

    Re: Question for TukUI users

    Quote Originally Posted by wolftech
    just a guess...
    That was really good advice. Thank you for the clarity, I was having a similar issue.
    Mountains rise in the distance stalwart as the stars, fading forever.
    Roads ever weaving, soul ever seeking the hunter's mark.

  6. #6

    Re: Question for TukUI users

    New problem as the other one was fixed

    Now that it is able to show 18 buffs, if the target gets an debuff on himself while he have 18 buffs, one buff will not be shown

    Example:
    Target has 18 buffs.
    Target gets hit by an debuff, now target will show 17 buffs and 1 debuff.
    Target gets hit by another debuff, now it only shows 16 buffs and 2 debuffs

    Is there any way to change the position of the debuffs to be 2 rows above the buffs, so it will be able to show 18 buffs AND 18 debuffs?

    Hope you understand what I mean ^^

Posting Permissions

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