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,397
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 10-24-12, 11:36 AM  
Greevir
A Cyclonian
 
Greevir's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 45
File comments: 94
Uploads: 1
Was able to remedy the Character Menu Image by fixing a small typo.
Code:
elseif class == "Monk" then
should be
Code:
elseif class == "MONK" then
Report comment to moderator  
Reply With Quote
Unread 11-27-12, 09:58 AM  
love4wheeli3z
A Kobold Labourer
 
love4wheeli3z's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
chat fade out

Hello

I want to ask you if there is a way to make the chat fade out , cos atm is not working and i dont know how to get this sorted.
With no chat addon in and nothing else except this GUI the chat is not fading , prat/and other chat addons are not making it fade either .

Best regards.
Report comment to moderator  
Reply With Quote
Unread 11-28-12, 06:36 AM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
Re: chat fade out

Originally Posted by love4wheeli3z
Hello

I want to ask you if there is a way to make the chat fade out , cos atm is not working and i dont know how to get this sorted.
With no chat addon in and nothing else except this GUI the chat is not fading , prat/and other chat addons are not making it fade either .

Best regards.
Addons/miirgui/core.lua

Delete line 32

for i=1,7 do _G["ChatFrame"..i]:SetFading(0) end
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Report comment to moderator  
Reply With Quote
Unread 12-09-12, 08:23 PM  
Omgwtfbbqhax
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Check marks.

hey there Miir i know i a pain in the ass when it comes down to things but could you tell me how to restore the check marks.

the blue shade color fill is nice but its harder for me to notice then the original check marks in the beginning.
if your able to hook me up i be very grateful ^^
Report comment to moderator  
Reply With Quote
Unread 12-09-12, 10:18 PM  
love4wheeli3z
A Kobold Labourer
 
love4wheeli3z's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
Hey Miiru i replaced the 32 line with a
Code:
for i=1,7 do _G["ChatFrame"..1]:SetFading(40) end
And works now , havent tried the deleting solution since works perfectly.
Thnx for respond

-W.
Report comment to moderator  
Reply With Quote
Unread 12-13-12, 07:59 AM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
Re: Check marks.

Originally Posted by Omgwtfbbqhax
hey there Miir i know i a pain in the ass when it comes down to things but could you tell me how to restore the check marks.

the blue shade color fill is nice but its harder for me to notice then the original check marks in the beginning.
if your able to hook me up i be very grateful ^^
Interface/Buttons/UI-CheckBox-Check
Interface/Buttons/UI-CheckBox-Check-Disabled
Interface/Buttons/UI-CheckBox-Down
Interface/Buttons/UI-CheckBox-Highlight
Interface/Buttons/UI-CheckBox-Up

I guess thats all of em
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Report comment to moderator  
Reply With Quote
Unread 12-28-12, 11:12 PM  
love4wheeli3z
A Kobold Labourer
 
love4wheeli3z's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
Chat buble

Hello Mir
Got another question.
How do i make the black background of the chat to not show in the chat bubble ?


is it possible to remove or somehow make the opacity to 0% of that black line in the gaps ?

Happy Holidays and Happy new Year!

-W.
Report comment to moderator  
Reply With Quote
Unread 02-28-13, 10:10 PM  
mikar
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
symbol error

hi,

due to the changes to the honor-GUI by blizzard in 5.2, miirGUI is throwing an error when trying to replace the honor icon in the pvp frame.

Code:
2x miirGui-2.1.9\core.lua:178: attempt to index global "PVPFramePortrait" (a nil value)
miirGui-2.1.9\core.lua:178: in function <miirGui\core.lua:16>
Last edited by mikar : 02-28-13 at 10:40 PM.
Report comment to moderator  
Reply With Quote
Unread 03-05-13, 09:43 PM  
NeuronRider
A Murloc Raider
 
NeuronRider's Avatar

Forum posts: 7
File comments: 42
Uploads: 0
Re: symbol error

Originally Posted by mikar
hi,

due to the changes to the honor-GUI by blizzard in 5.2, miirGUI is throwing an error when trying to replace the honor icon in the pvp frame.

Code:
2x miirGui-2.1.9\core.lua:178: attempt to index global "PVPFramePortrait" (a nil value)
miirGui-2.1.9\core.lua:178: in function <miirGui\core.lua:16>
I don't have lua errors turned on right now, but try the following:
  • Open miirgui_icons\miirgui_icons.lua (use notepad, or another text editor)
  • Comment out lines 43 through 47. Should look like:
    Code:
    --[[if factionGroup == "Horde" then
    	Icon(PVPUIFrame, "guildh", -8, 9, "Medium")
    elseif  factionGroup == "Alliance" then
    	Icon(PVPUIFrame, "guilda", -8, 9, "Medium")  
    end	]]
  • Add the following code at line 112 (see full OnEvent function at end of reply if you're not sure what it should look like)
    Code:
    elseif event == "ADDON_LOADED" and arg1 == "Blizzard_PVPUI" then	
    	if factionGroup == "Horde" then
    		Icon(PVPUIFrame, "guildh", -8, 9, "Medium")
    	elseif  factionGroup == "Alliance" then
    		Icon(PVPUIFrame, "guilda", -8, 9, "Medium")  
    	end	
    end
  • Save file
  • Reload WoW

The frame name changed in 5.2, and they broke that element out into a separate blizz addon, so you have to hook into the event to watch for the frame creation.

Hopefully fixes your error. I was noticing this from a graphical perspective, where the portrait was showing at all times in the upper-left-ish corner. I presume the two issues are correlated.

Full OnEvent function (lines 95-119)
Code:
function frame:OnEvent(event, arg1)
	if event == "ADDON_LOADED" and arg1 == "Blizzard_TradeSkillUI" then	
		Icon(TradeSkillFrame, "trade", -8, 9, "Medium")	
	elseif event == "ADDON_LOADED" and arg1 == "Blizzard_ItemAlterationUI" then
		Icon(TransmogrifyFrame, "trans", -8, 9, "High")			
	elseif event == "ADDON_LOADED" and arg1 == "Blizzard_ReforgingUI" then			
		Icon(ReforgingFrame, "reforging", -8, 9, "Medium")				
	elseif event == "ADDON_LOADED" and arg1 == "Blizzard_EncounterJournal"  then
		Icon(EncounterJournal, "journal", -8, 9, "Medium")	
	elseif event == "ADDON_LOADED" and arg1 == "Blizzard_PetJournal" then				
		Icon(PetJournalParent, "mounts", -8, 9, "HIGH")
	elseif event == "ADDON_LOADED" and arg1 == "Blizzard_ArchaeologyUI" then		
		Icon(ArchaeologyFrame, "arch", -8, 9, "Medium")
	elseif event == "ADDON_LOADED" and arg1 == "Blizzard_LookingForGuildUI" then
		Icon(LookingForGuildFrame, "lfgu", -8, 9, "Medium")
	elseif event == "ADDON_LOADED" and arg1 == "Blizzard_MacroUI" then
		Icon(MacroFrame, "macro", -8, 9, "Medium")	
	elseif event == "ADDON_LOADED" and arg1 == "Blizzard_PVPUI" then	
		if factionGroup == "Horde" then
			Icon(PVPUIFrame, "guildh", -8, 9, "Medium")
		elseif  factionGroup == "Alliance" then
			Icon(PVPUIFrame, "guilda", -8, 9, "Medium")  
		end	
	end
end
Last edited by NeuronRider : 03-05-13 at 10:01 PM.
Report comment to moderator  
Reply With Quote
Unread 03-05-13, 10:21 PM  
NeuronRider
A Murloc Raider
 
NeuronRider's Avatar

Forum posts: 7
File comments: 42
Uploads: 0
Font Color Issues

There also appear to be a number of font color issues that I haven't had time to completely unpack. Mostly noticed in the Spell Book/Professions frames so far. They become very difficult to distinguish from the background color.

Any suggestions on specific elements to change, and what color to use, to help speed me along are welcome :> I don't quite recall what it was supposed to look like before. I suppose I could just go with white on the hard to read ones for now.
Report comment to moderator  
Reply With Quote
Unread 03-07-13, 07:27 AM  
sarj313
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
any ETA on the 5.2 version ? maybe its just for me but I get 2 things happening.

1 my quest window when i pick up a quest is Default Blizzard Parchment ,

http://i.imgur.com/YZUAfrt.jpg


and second I get a Horde flag in the top left corner of my screen. I found out that if I disable the miirgui icons in the character selection screen that horde flag wont show anymore. but i like the icons and i don't want to disable them

thx and hope to hear from you soon. amazing pack

Edit - managed to screenshot it :

http://i.imgur.com/VKw93nZ.jpg

^
thats the top LEFT corner of my screen
Last edited by sarj313 : 03-07-13 at 08:28 AM.
Report comment to moderator  
Reply With Quote
Unread 03-07-13, 11:00 AM  
Gnoshglosh
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I get the same issue as below. I also get LUA errors...

Code:
Message: Interface\AddOns\miirGui\core.lua:178: attempt to index global 'PVPFramePortrait' (a nil value)
Time: 03/07/13 11:57:04
Count: 1
Stack: [C]: ?
Interface\AddOns\miirGui\core.lua:178: in function <Interface\AddOns\miirGui\core.lua:16>

Locals:
...For the whole block of PVP frame adjustments starting at line 178. Makes sense, as the whole PVP frame got a revamp this patch.

I assume that has something to do with the little horde flag, but commenting out that section doesn't make it go away.

Framestack reveals nothing interesting about the flag... no parent frame. It's just an image mapped to the middle of nowhere.
Last edited by Gnoshglosh : 03-07-13 at 11:02 AM.
Report comment to moderator  
Reply With Quote
Unread 03-07-13, 12:27 PM  
NeuronRider
A Murloc Raider
 
NeuronRider's Avatar

Forum posts: 7
File comments: 42
Uploads: 0
Originally Posted by sarj313
any ETA on the 5.2 version ? maybe its just for me but I get 2 things happening.

1 my quest window when i pick up a quest is Default Blizzard Parchment ,

http://i.imgur.com/YZUAfrt.jpg


and second I get a Horde flag in the top left corner of my screen. I found out that if I disable the miirgui icons in the character selection screen that horde flag wont show anymore. but i like the icons and i don't want to disable them

thx and hope to hear from you soon. amazing pack

Edit - managed to screenshot it :

http://i.imgur.com/VKw93nZ.jpg

^
thats the top LEFT corner of my screen
If you use the fix I posted previously, you'll fix the horde/alliance icon in the upper left corner issue.

I haven't poked around much to see where the "parchment" background for certain frames were being adjusted before. Mailbox is the same way though.

I figured taking care of the floating icon was enough for me for now, until the author can get a full update done.
Report comment to moderator  
Reply With Quote
Unread 03-07-13, 12:29 PM  
NeuronRider
A Murloc Raider
 
NeuronRider's Avatar

Forum posts: 7
File comments: 42
Uploads: 0
Originally Posted by Gnoshglosh
I get the same issue as below. I also get LUA errors...

<...snip...>

...For the whole block of PVP frame adjustments starting at line 178. Makes sense, as the whole PVP frame got a revamp this patch.

I assume that has something to do with the little horde flag, but commenting out that section doesn't make it go away.

Framestack reveals nothing interesting about the flag... no parent frame. It's just an image mapped to the middle of nowhere.
Did you try my fix 5 comments down (from Mar 5)? It gets rid of the icon; I have LUA errors off, so I'm not sure if it gets rid of the error. It should though.
Last edited by NeuronRider : 03-07-13 at 12:30 PM.
Report comment to moderator  
Reply With Quote
Unread 03-07-13, 02:45 PM  
Gnoshglosh
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally Posted by sarj313
any ETA on the 5.2 version ? maybe its just for me but I get 2 things happening.

1 my quest window when i pick up a quest is Default Blizzard Parchment ,

http://i.imgur.com/YZUAfrt.jpg
In World of Warcraft\Interface\Questframe, rename QuestBG.blp to QuestBG.blp.OLD (to back it up). Make a copy of QuestBookBG.blp in the same folder and rename the copy to QuestBG.blp. Log back into WoW.

And I can confirm that NeuronRider's fix works for the icon.
Last edited by Gnoshglosh : 03-07-13 at 02:51 PM.
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.