View Single Post
05-22-13, 01:13 PM   #8
skarie
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Jun 2011
Posts: 37
Originally Posted by Rainrider View Post
What nin suggested would work for testing if you edit the Toggler function in oUF/elements/altpowerbar.lua (line 128) to include unit == "target" in the condition. Remove this after done testing. This is needed because hideFromOthers is true in Maw of Madness and neither tagetframe.unit nor targetframe.realUnit are "player" when you target yourself.
Sweet, this works. Thanks Rainrider and Nin. However i dont think altpowerbar only supports player frame. What if I wanna add altpowerbar to boss frame, will I have to add unit == 'boss' to line 128 again?

This doesnt make sense to me.

Last edited by skarie : 05-22-13 at 02:33 PM.
  Reply With Quote