PDA

View Full Version : Debuffs on Targets target



Hand
06-29-2006, 03:18 AM
Has anyone made a successful setup that shows the debuff on target's target? I recently switched to nurfed and I like it a lot, this is pretty much my only complaint. It's nice to see what curses/debuffs are and aren't up to yell at people to put them there, and to see when judgement of wisdom is there (for alliance) so I can autowand and whatnot.

Anyway I looked through a lot of the posted custom layouts and couldn't find anyone that did it, if anyone has done it or knows how to do this, could they post please? Thanks.

mimas
06-29-2006, 11:25 AM
Would appreciate this too - it's the only thing that's stopping me using nurfed unitframes.
In some situations you really do need to see the ToT debuffs - tanking fankriss for example, where you need to watch debuffs on the other tank to manage transitions.

Caraman
06-29-2006, 03:22 PM
I would also like this feature if anyone knows how to do it.

Tivoli
06-29-2006, 04:04 PM
It's being implemented so that this is possible ^^.

Caraman
06-29-2006, 07:07 PM
Thanks!

Hand
06-30-2006, 07:56 AM
Thanks a bunch

cigar3tte
07-13-2006, 10:43 AM
just adding in a 'thanks' as well. this is very important for me during Ebonroc and Huhuran.

Patris
08-08-2006, 09:46 AM
It's being implemented so that this is possible ^^.
Seems I cant find the option for it.
Any chance anyone could point me in the right direction?

Ralrra
08-08-2006, 10:02 AM
it's in the process of being implemented, meaning it's not yet done and released.

Elladia
09-27-2006, 10:14 PM
I didn't find this option on the newly released Nurfed. I just wanted to add that there's still an interest for it :)

CaliberX
09-28-2006, 12:45 PM
Trying to do this in newest version.

Created a new template called Nurfed_Unit_minitarget.

Modifying Tivoli's paridigm frames and added...


buff1 = { type = "Button", uitemp = "TargetDebuffButtonTemplate", Anchor = { "TOPLEFT", "$parent", "TOPRIGHT", 4, 2 } },

...to the new template.

It sorta works but mousing over the icons gives this error and shows no tooltip.


[2006/09/28 15:35:33-364]: <string>:"Nurfed_targettargetbuff1:OnEnter":3: Usage: SetUnitDebuff("unit", index [,raidFilter])
<in C code>: in function `SetUnitDebuff'
<string>:"Nurfed_targettargetbuff1:OnEnter":3: in main chunk

Highly likely I just am doing something wrong. Any help?

CaliberX
09-30-2006, 09:30 PM
bump

tknp
09-30-2006, 09:38 PM
Trying to do this in newest version.

Created a new template called Nurfed_Unit_minitarget.

Modifying Tivoli's paridigm frames and added...


buff1 = { type = "Button", uitemp = "TargetDebuffButtonTemplate", Anchor = { "TOPLEFT", "$parent", "TOPRIGHT", 4, 2 } },

...to the new template.

It sorta works but mousing over the icons gives this error and shows no tooltip.



Highly likely I just am doing something wrong. Any help?


I started working on it a few days ago and after getting that error hunted down why it wasn't working. To get the debuffs and their tooltip displayed, open up Nurfed_Units, scroll down to --> function Nurfed_Units:Imbue(frame, noevent) and change the line


elseif (not noevent) then

to


elseif (not noevent or name == "Nurfed_targettarget" or name == "Nurfed_targettargettarget") then

It's a sloppy solution but it works till Tiv gets it working

a67rhf7823jn8747==