Thread Tools Display Modes
12-16-06, 05:02 PM   #1
QZip
A Murloc Raider
Join Date: Dec 2006
Posts: 4
Get Rid of Eagles

I've been looking around for this for awhile now but haven't found anything. I remember in Cosmos there used to be an option to get rid of the eagles (the thing's head that pokes over each corner of the EXPBar). These little eagles has been driving me insane as (due to some1 else's mod I really like) they get in the chat window. If some1 could point me to a mod that already gets rid of the stupid Eagles or could make this mod themselves (it sounds really quite easy to do but I wouldn't know how), I'd be very grateful.
  Reply With Quote
12-17-06, 06:55 AM   #2
Krink
A Murloc Raider
Join Date: Aug 2006
Posts: 6
the simplest mod i've found to do that is

http://wow.curse-gaming.com/en/files.../524/arthider/

if its file is actually there to download... seems to be hit and miss lately with curse

if its there the worse you'll have to do is update the Toc to 20000
  Reply With Quote
12-17-06, 07:37 PM   #3
QZip
A Murloc Raider
Join Date: Dec 2006
Posts: 4
Thanks but there seems to be no mirrors for that file. I've been learning to live with it by bumping everything up my chat window with my /chicken macro... but that's not very fun.
  Reply With Quote
12-17-06, 08:12 PM   #4
srshyu
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 7
I know a few UI that does the same thing and more ex. http://www.wowinterface.com/download...isor2Ace2.html

check it out you may like it.
  Reply With Quote
12-17-06, 10:35 PM   #5
instant
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Oct 2005
Posts: 17
Try

/script MainMenuBarArtFrame:Hide()
  Reply With Quote
12-18-06, 03:24 PM   #6
Krink
A Murloc Raider
Join Date: Aug 2006
Posts: 6
here are the actual lua, xml, and toc file contents so you can just cut and paste and make your own arthider addon with the file names at the begining of each section of it.
now all you have to do is make a folder called arthider in your addons folder and create these files in it just use notepad to make em. I claim no credit for this addon and am not its creator.. just passing it along.. Long Live the addon that should of been in the default options since day one!

arthider.lua


local version = 1300.1
--[[

ArtHider - hides the art on the main menu bar
]]

-- Event handlers - the ones you specified in the xml

function ArtHider_OnLoad()
MainMenuBarLeftEndCap:Hide();
MainMenuBarRightEndCap:Hide()
if( DEFAULT_CHAT_FRAME ) then
DEFAULT_CHAT_FRAME:AddMessage("Art on Main Bar Hidden");
end
end




arthider.xml



!--

Main Bar Hider - Hides the main menu bar. Has a key binding to show it

-->
<!-- The following tells the xml parser what schema to use - don't change it -->
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
C:\Projects\WoW\Bin\Interface\FrameXML\UI.xsd">
<Script file="ArtHider.lua"/>
<Frame name="ArtHiderFrame">
<Scripts>
<OnLoad>
ArtHider_OnLoad();
</OnLoad>
</Scripts>
</Frame>
</Ui>





arthider.toc



## Interface: 20000
## Title: Art Hider v1300.1
## Notes: Hides the main bar art.
ArtHider.xml

Last edited by Krink : 12-18-06 at 03:27 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Get Rid of Eagles


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off