View Single Post
03-21-16, 05:37 PM   #10
slayos
A Deviate Faerie Dragon
 
slayos's Avatar
Join Date: May 2015
Posts: 15
Originally Posted by Vex View Post
you could grab one of the elite dragon textures ( or make your own ) and import the texture in as an eepanels2 background

add a script to the panel

Code:
local classification = UnitClassification("target");
 if ( classification == "elite" ) then
    THIS:Show()
 else
    THIS:Hide()
 end
just create additional panels & codes for "worldboss", "rareelite", "rare" or "normal"
i have no idea how Ace works. i just downloaded Ace2 and noticed there was an Ace3 so i suppose that's betther, but no idea whatt to do to get that elite frame implamented?
  Reply With Quote