Dear MMO members,
I'm annoyed by the raid frame manager and I'd like to see it removed. Problem is, I don't know how.
I have a macro to do this:
Problem with this is, I have to click it every time I enter the game. So I figured, I make an addon that does the same. I have no idea how though :*(.Code:/run CompactRaidFrameManager:UnregisterAllEvents() CompactRaidFrameManager:Hide() CompactRaidFrameContainer:UnregisterAllEvents() CompactRaidFrameContainer:Hide()
I followed a guide that told me to make a directory in the interface folder.
I named it RaidFrameManager. In that folder I created 2 files, 1 called RaidFrameManager.lua and 1 called RaidFrameManager.toc.
The Toc file contains the following code:
The Lua file contains this:Code:## Interface: 50001 ## Title: RaidframeManager RaidframeManager.lua
This looks very pro and all, but it doesn't work. Any suggestions?Code:CompactRaidFrameManager:UnregisterAllEvents() CompactRaidFrameManager:Hide() CompactRaidFrameContainer:UnregisterAllEvents() CompactRaidFrameContainer:Hide()
[Edit]The addon on curse that should do the same doesn't work either, since I started this mini-project I'd like to finish it on my own as well, trying to learn something![]()

MMO-Champion
Reply With Quote
Kaustos
Clubsteak

