Download
(15MB)
Download
Updated: 01-26-20 06:22 AM
Pictures
File Info
Compatibility:
Visions of N'Zoth (8.3.0)
Updated:01-26-20 06:22 AM
Created:09-11-11 11:24 AM
Downloads:109,484
Favorites:167
MD5:

MiirGui Texture Pack [Blue]  Popular! (More than 5000 hits)

Version: 8.3.0-0002
by: Neza [More]



This is the blue texture pack for MiirGui [Core]. It contains only textures and is meant to be used with MiirGui [Core].

There is a optional Icon Pack.



When updating from an older version delete all files created by this texture pack in
your interface folder.


Alternativly, you can read the changelog and just delete the single files which were removed in an update.

Then proceed to paste the content of the zip file into the interface folder.



If you find any missmatching graphics, please use the comment section of this page.



Copyright © 2011-2018 Miiru

The contents of this addon, excluding third-party resources, are
copyrighted to its authors with all rights reserved.

## Changes in 8.2.0-0002 ##

Addes support for 2x ui scale

## Changes in 8.2.0-0001 ##

Updated for 8.2.0

## Changes in 8.0.1-0002 ##

Removed all old Microbutton files
Skinned questframe/Talkingheadframe.BLP for island invasions
Gave UI-DungeonDifficulty-Button.blp a try ;)
Added Garrison/LegionMission.BLP
Added Garrison/TalenTreeAlliance.BLP
Added Garrison/TalentTreeAlliance2.BLP
Added Garrison/TalenTreeHorde.BLP
Added Garrison/TalenTreeHorde2.BLP
Added Tooltips/UI-Tooltip-Border-Azerite.blp
Modified Challenges/ChallengeMode.BLP
Fixed macroframe/MacroPopup.BLP
Added worldstateframe/WORLDSTATEFINALSCORE-HIGHLIGHT.BLP

## Changes in 8.0.1-0001 ##

Updated for BFA

## Changes in 4.0.45 ##

slight adjustement to UI-EncounterJournalTextures.blp
slight changes to common/whiteiconframe.blp
slight changes to Garrison/quality.blp
added various calendar images
added UI-EJ-LOREBG-TombOfSargeras
added UI-EJ-LOREBG-CathedralOfEternalNight

## Changes in 4.0.39 ##

fixed WorldQuest.BLP
fixed PvPHonorSystem.blp
changed UI-ActionButton-Border.blp to now correctly show the quality of items(reported by Trasan)
added TransmogSetsVendor.blp

## Changes in 4.0.35 ##

added UI-Debuff-Overlays.blp (reported by Axiphel)
added UI-Debuff-Border.blp (reported by Axiphel)

## Changes in 4.0.33 ##

fixed LootTab.blp (reported by Axiphel)
added loottab-item-background.blp (reported by Axiphel)

## Changes in 4.0.31 ##

added SocialQueuingToast.blp
modified WorldQuest.blp
modified Token.blp

## Changes in 4.0.28 ##

added UI-EJ-LOREBG-TrialofValor
added CancelButton-Down
added CancelButton-Highlight
added CancelButton-Up
slightly changed UI-Panel-QuestHideButton
added UI-EJ-LOREBG-ReturntoKarazhan
modified UI-AuctionPost-Background

## Changes in 4.0.21 ##

fixed groupfinder.blp

## Changes in 4.0.20 ##

edited all files to work with 7.1
Modified bags.blp
sligthly modified BonusObjectives.BLP
added UI-EJ-LOREBG-TrialofValor.blp
modified ChallengeModeHud.blp
modified PvPHonorSystem.blp
modified PvPHonorSystemHorizontal.blp
modified Collections.blp
modified GroupFinder.BLP (legacy burning crusade raids were missing)

## Changes in 4.0.12 ##

modified UI-VEHICLE-FRAME.blp slightly
Added QuestFrame/WorldQuest.blp

## Changes in 4.0.10 ##

Added Collections/Collections.blp
Added questframe/QuestBackgroundHordeAlliance.blp
Added questframe/QuestBG.blp
Optional Files (1)
File Name
Version
Size
Author
Date
Type
8.2.0-0001
49MB
07-21-19 04:19 AM
Patch


Post A Reply Comment Options
Unread 04-17-13, 02:51 AM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
Re: Death frame bug? help please <3

It's obviously another addon messing with Miirgui, you can try however in core.lua to delete

Code:
--[[Static Popup Changes]]

staticbg = select(1,StaticPopup1:GetRegions())
staticbg:ClearAllPoints()
staticbg:SetPoint("Topleft",StaticPopup1, 8,-8)
staticbg:SetPoint("Bottomright", StaticPopup1, -8,8)

		frame:SetScript("OnEvent", frame.OnEvent);
		frame2:SetScript("OnEvent", frame2.OnEvent);

end)
this and see if it changes anything.
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Report comment to moderator  
Reply With Quote
Unread 04-17-13, 11:42 AM  
Keyaendor
A Kobold Labourer
 
Keyaendor's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
Re: Re: Death frame bug? help please <3

Originally Posted by Miiru
It's obviously another addon messing with Miirgui, you can try however in core.lua to delete

Code:
--[[Static Popup Changes]]

staticbg = select(1,StaticPopup1:GetRegions())
staticbg:ClearAllPoints()
staticbg:SetPoint("Topleft",StaticPopup1, 8,-8)
staticbg:SetPoint("Bottomright", StaticPopup1, -8,8)

		frame:SetScript("OnEvent", frame.OnEvent);
		frame2:SetScript("OnEvent", frame2.OnEvent);

end)
this and see if it changes anything.
It worked, but as if the addon wasn't even enabled, the text is no longer blue.
Report comment to moderator  
Reply With Quote
Unread 04-17-13, 12:53 PM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
I made an mistake, you shouldnt have delete the
Code:
end)
, so just add it in core.lua at the last line and it should be fine.
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Report comment to moderator  
Reply With Quote
Unread 04-18-13, 02:12 PM  
Keyaendor
A Kobold Labourer
 
Keyaendor's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
Originally Posted by Miiru
I made an mistake, you shouldnt have delete the
Code:
end)
, so just add it in core.lua at the last line and it should be fine.
Oh great! thanks! I'll try it out, and make an edit of the results

alright, so it worked, but im guessing there still isnt a fix for the miirgui icons addon? cause i really like those icons, just the fact that they aren't aligned...
Last edited by Keyaendor : 04-18-13 at 02:45 PM.
Report comment to moderator  
Reply With Quote
Unread 04-19-13, 03:37 AM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
[quote=Keyaendor]
Originally Posted by Miiru
alright, so it worked, but im guessing there still isnt a fix for the miirgui icons addon? cause i really like those icons, just the fact that they aren't aligned...
can you elaborate that? what icons? do you have screenshots?
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Report comment to moderator  
Reply With Quote
Unread 04-19-13, 09:11 AM  
Zasz
A Kobold Labourer
 
Zasz's Avatar

Forum posts: 0
File comments: 89
Uploads: 0
I used an older version for some time and updated yesterday. I also use prat and since I updated MG the chat fade is bugged. I had to make a workaround so my chat fades. I´m using 2 prat profiles with the same settings. But the chat doesnt fade away after logging in, after porting away or any loading screen from dungeons.
I updated MG because there was an ugly role icon directly behind my portrait. I really love the way my UI looks right now and I dont want to abandon MG because of this.
Last edited by Zasz : 04-19-13 at 10:11 AM.
Report comment to moderator  
Reply With Quote
Unread 04-19-13, 01:28 PM  
Keyaendor
A Kobold Labourer
 
Keyaendor's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
[quote=Miiru]
Originally Posted by Keyaendor
Originally Posted by Miiru
alright, so it worked, but im guessing there still isnt a fix for the miirgui icons addon? cause i really like those icons, just the fact that they aren't aligned...
can you elaborate that? what icons? do you have screenshots?
sure, here are two example of hor the icons are out of the blue boxes.

Report comment to moderator  
Reply With Quote
Unread 04-20-13, 01:56 AM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
Originally Posted by Zasz
I used an older version for some time and updated yesterday. I also use prat and since I updated MG the chat fade is bugged. I had to make a workaround so my chat fades. I´m using 2 prat profiles with the same settings. But the chat doesnt fade away after logging in, after porting away or any loading screen from dungeons.
I updated MG because there was an ugly role icon directly behind my portrait. I really love the way my UI looks right now and I dont want to abandon MG because of this.
Just go into core.lua and delete row 32
Code:
		for i=1,7 do _G["ChatFrame"..i]:SetFading(0) end
it is some leftover from my pesonal ui which sometimes manages to make it into release versions

and to Keyaendor: you are using Aurora there 2? Miirgui and Aurora are not compatible and do produce a lot of errors as you can see.
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Report comment to moderator  
Reply With Quote
Unread 04-20-13, 08:18 AM  
Zasz
A Kobold Labourer
 
Zasz's Avatar

Forum posts: 0
File comments: 89
Uploads: 0
Thank you
Report comment to moderator  
Reply With Quote
Unread 04-20-13, 03:28 PM  
Keyaendor
A Kobold Labourer
 
Keyaendor's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
Originally Posted by Miiru
Originally Posted by Zasz
I used an older version for some time and updated yesterday. I also use prat and since I updated MG the chat fade is bugged. I had to make a workaround so my chat fades. I´m using 2 prat profiles with the same settings. But the chat doesnt fade away after logging in, after porting away or any loading screen from dungeons.
I updated MG because there was an ugly role icon directly behind my portrait. I really love the way my UI looks right now and I dont want to abandon MG because of this.
Just go into core.lua and delete row 32
Code:
		for i=1,7 do _G["ChatFrame"..i]:SetFading(0) end
it is some leftover from my pesonal ui which sometimes manages to make it into release versions

and to Keyaendor: you are using Aurora there 2? Miirgui and Aurora are not compatible and do produce a lot of errors as you can see.
oops, i guess so sorry then, yeah i switched over, and didn't forget to delete aurora. thanks so much for the help
Report comment to moderator  
Reply With Quote
Unread 05-20-13, 10:53 AM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
Updated for 5.3.
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Report comment to moderator  
Reply With Quote
Unread 05-29-13, 08:38 AM  
Jockewins
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Healthbars over enemys

I was wondring if I can go back to the standard blizzard healthbars over enemy players, Sometimes I have hard time to see how mutch HP they have left becous they are faded. I dont wanna install a addon for that, becous I use Platebuffs.

Here is a pic just in case http://i.imgur.com/x0TJbRr.jpg

I know when I target them they fade goes away but I still want blizzards standard healthbar.
Everything else with the addon is awesome!

Big thanks
Report comment to moderator  
Reply With Quote
Unread 05-31-13, 12:32 AM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
Re: Healthbars over enemys

Originally Posted by Jockewins
I was wondring if I can go back to the standard blizzard healthbars over enemy players, Sometimes I have hard time to see how mutch HP they have left becous they are faded. I dont wanna install a addon for that, becous I use Platebuffs.

Here is a pic just in case http://i.imgur.com/x0TJbRr.jpg

I know when I target them they fade goes away but I still want blizzards standard healthbar.
Everything else with the addon is awesome!

Big thanks
delete Nameplate-Border.blp in Interface/Tooltips
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Report comment to moderator  
Reply With Quote
Unread 06-05-13, 10:57 PM  
XxKaTNinJaxX
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
options to Change the font

Hi I really love ur add-on, it's great but only one thing bothers me, the font and color of certain areas such as the objective tracker, the blue color is really hard to see, are there any ways to change it? thank you

also is there a way to make the buttons on the minimap have a transparent background, that would also be nice
Last edited by XxKaTNinJaxX : 06-05-13 at 11:01 PM.
Report comment to moderator  
Reply With Quote
Unread 07-04-13, 08:16 PM  
Beate
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I really like this add-on and it helps tie thing together with Elvui but the release spirit/log out window grows indefinitely to where I can't press it sometimes and I get the error that too many addons have failed sometimes and this only started when I installed yours. I am guessing there is something where your addon and Elvui are clashing. If you could point me how to fix this to make them work correctly together I would appreciate it. Thank you.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.