View Single Post
03-14-15, 07:00 PM   #5
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Originally Posted by lanseb View Post
http://www.arenajunkies.com/topic/25.../#entry4263535

Apparently it's only 2 lines of code. I tried making it into an addon myself, using other TOC/XML/LUA files to give me an idea of how to get it done. Needless to say, I failed spectacularly.
You can just paste those lines into http://addon.bool.no and have it generate an addon for you.

I'm personally not sure those 2 lines will actually work since the frame is shown in response to events, so you might try this instead..
Lua Code:
  1. DraenorZoneAbilityFrame:SetScript('OnEvent', nil)
  2. DraenorZoneAbilityFrame:Hide()

Last edited by semlar : 03-14-15 at 07:07 PM.
  Reply With Quote