WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   oUF (Otravi Unit Frames) (https://www.wowinterface.com/forums/forumdisplay.php?f=87)
-   -   Tsulong (https://www.wowinterface.com/forums/showthread.php?t=45553)

nin 01-02-13 01:41 AM

Tsulong
 
Heya!

I just had an idea of something i would like in my layout, but i don't know if its even possible.

I would love if it was possible to be able to have Tsulong show as a unit on my raidframe when he goes friendly/day phase.

Thanks for any info if it's possible ! :)

Vlad 01-02-13 05:38 AM

From a dev POV, doesn't all bosses use the "arena" units? If not, then you must use focus to implement this feature, having the user manually focus for you, then filtering showing/hiding the unit based on hostility. I guess it can be done. :)

Dawn 01-02-13 01:24 PM

In theory you could spawn any frame as another one.

For example
Code:

oUF_Boss1:Show(); oUF_Boss1.Hide = function() end oUF_Boss1.unit = "player"
will spawn the player frame as boss frame one. I'm using this for testing purposes.

Which means you could probably spawn a frame when you encounter said boss via targeting him or through whatever condition seems reasonable. You should be able to spawn it as (another) boss frame that looks and matches the appearance and position of your raidframes.

@Vlad
I suppose you know it, but just in case, there's a difference between boss and arena frames/units. They spawn separately. :)

Vlad 01-02-13 03:42 PM

I dunno, Dawn. Last/first time I did Blackwing Descent, Nefarian and Onyxia used the "arena1" and "arena2" units, and appear on the right side under the minimap, just like arena units appear usually.

Maybe "boss#" and "arena#" are the same thing. :P

Dawn 01-03-13 06:21 AM

I only know that I can spawn both and they are different. I'll pay some attention to what's what next time I see them. :D


All times are GMT -6. The time now is 01:14 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI