Download
(10 MB)
Download
Updated: 05-20-13 10:59 AM
Pictures
File Info
Compatibility:
Escalation (5.3)
Thunder Isle (5.2)
Landfall (5.1)
Mists of Pandaria (5.0.4)
Updated:05-20-13 10:59 AM
Created:05-13-12 02:05 PM
Downloads:10,006
Favorites:70
MD5:
5.3
MiirGui Texture Pack - Grey  Updated this week!  Popular! (More than 5000 hits)
Version: 2.2.5
by: Neza [More]
◘ what it does

MiirGui texture Pack replaces the default World of Warcraft skin of your user interface with a clean smooth grey/black theme. It covers nearly every frame in the game. Best-looking with a ui scale that allows pixel perfect frames, you might want to use this macro:
/run SetCVar("uiScale", 768/string.match(({GetScreenResolutions()})[GetCurrentResolution()], "%d+x(%d+)"))
The font used in the screenshots is called Broadband.

◘ how to install

Copy&Paste everything into your Interface Folder.

There will be 2 'real' Addon's provided, one for cosmetic changes, and one for frame icons. I highly recommend using the first one, otherwise many frames will look pretty messed up.

◘ support

If you find any bugs, missmatching graphics or just wrong files, please use the comment section of this page.
I'd like to thank every single addon author and interface creator out there and the whole wow community for the inspiration
and support.

◘ author

Created by Miiru - Lordaeron EU. Special thanks to Haleth.
2.2.5

PVPUIFRAME
  • PvpFrame skinned, pvp invite poup skinnd

PVEFRAME
  • removed background

Encounterjournal
  • Fixed to work with 5.3 changes

HelpFrame
  • Fixed to work with 5.3 changes
2.2.1
PVPUIFRAME
  • skinned a bit
2.2
ItemUpgradeFrame
  • skinned

2.1.9
GameMenuFrame
  • Fixed background size.
ItemTextFrame
  • Removed Stone parchement.
StaticPopup
  • Fixed background size.
WatchFrame
  • UI-WorldMap-QuestIcon changed to better fit the overall layout.
  • UI-QuestPoi-NumberIcons changed to better fit the oerall layout.
TalentFrame
  • Removed inner border around selected talent in the talentframe.
WorldMap
  • Worlmap size corrected.
2.1.8 - raidframe fixed, adde combuctor portrait support,
2.1.7 - pet talent frame, clique frame and hopefully korean font fixed.
2.1.6 - Watchframe colored, Achievement Alert Strata Fixed, DressupFrame fixed again, Questwindow fixed
2.1.5 - icons, druid talent stuff, dessuppframe

0.9.5 - letter frame
0.9.1 - dungeon jounral fixes
Optional Files (1)
File Name
Version
Size
Author
Date
Type
2
28MB
05-20-13 11:35 AM
Patch


Post A Reply Comment Options
Old Yesterday, 06:09 PM  
SubtleGlow
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Re: Re: 5.3 error upon login

Originally Posted by Miiru

For that one, you could try to delete
That does get rid of the errors when entering combat. I'm sure in a few days the rest of the stuff will get sorted out. Thank you so much for the quick response - very much appreciated.
SubtleGlow is offline Report comment to moderator  
Reply With Quote
Old Yesterday, 01:18 AM  
Miiru
A Wyrmkin Dreamwalker
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 145
Uploads: 11
Re: 5.3 error upon login

Originally Posted by jamiefoxerl
Hey, Miiru, thank you for this great UI Texture Pack, but can you fix one bug in 5.3 version?
This was actually a design choice i took to delete those backgrounds, but if you want to have them in again, just open miirgui/core.lua and delete these lines:

70,72,73,74,76,77,80

Originally Posted by SubtleGlow
Hi - thank you for the updates! My UI is so ugly without these textures.

Wanted to let you know, since I didn't see anyone else mention yet, that I am getting this error message when I login. This happens with both the grey and the blue texture packs (I tried them each separately):

Code:
snip
I'm not 100% sure that this error is issued by miirgui, the error message states, a table argument error, yet the only table miirgui uses is the font table which isnt even called by line 974. Maybe its some disfunctionality together with lui?


Separately - I seem to be getting several errors when entering combat (though I can't quite make out what's going on, it seems to be some conflict between !BugGrabber and MiirGUI). Just posting as FYI, since I don't know which one of the two is causing the error (and I can disable !BugGrabber and still have the nice textures and avoid the error spam). But in case you wanted to take a look:

Code:
snip
For that one, you could try to delete
Code:
         
        if numSpells <= 0 then      
            frame.button1:Hide();
            frame.button2:Hide();
        elseif numSpells == 1 then     
            frame.button2:Hide();
            frame.button1:Show();
            UpdateProfessionButton(frame.button1);     
        else -- if numSpells >= 2 then  
            frame.button1:Show();
            frame.button2:Show();
            UpdateProfessionButton(frame.button1);         
            UpdateProfessionButton(frame.button2);
        end
         
        if numSpells >  2 then
            local errorStr = "Found "..numSpells.." skills for "..name.." the max is 2:"
            for i=1,numSpells do
                errorStr = errorStr.." ("..GetSpellBookItemName(i + spelloffset, SpellBookFrame.bookType)..")";
            end
            assert(false, errorStr)
        end
    else       
        frame.missingHeader:Show();
        frame.missingText:Show();
         
--        if frame.icon then
--            SetPortraitToTexture(frame.icon, "Interface\\Icons\\INV_Scroll_04");   
--           frame.unlearn:Hide();          
--            frame.specialization:SetText("");
--        end        
--        frame.button1:Hide();
--        frame.button2:Hide();
--        frame.statusBar:Hide();
--        frame.rank:SetText("");
--        frame.professionName:SetText("");      
    end
from miirgui/core.lua beginning at line 506. I'm not getting the error, but it seems to be the part where the function is called.
__________________
LFGFrame.lua - Line 596-597
--Since time applies for all players, no reason to display it once for each.
--We may have to change this if we let players group with their past selves via time travel.
Last edited by Miiru : 05-24-13 at 12:37 AM.
Miiru is online now Report comment to moderator  
Reply With Quote
Old 05-22-13, 10:32 PM  
jamiefoxerl
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hey, Miiru, thank you for this great UI Texture Pack, but can you fix one bug in 5.3 version?

I mean this (there is no background image):
jamiefoxerl is offline Report comment to moderator  
Reply With Quote
Old 05-22-13, 04:09 PM  
SubtleGlow
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
5.3 error upon login

Hi - thank you for the updates! My UI is so ugly without these textures.

Wanted to let you know, since I didn't see anyone else mention yet, that I am getting this error message when I login. This happens with both the grey and the blue texture packs (I tried them each separately):

Code:
Message: Interface\AddOns\miirGui\on_load.lua:974: bad argument #1 to 'unpack' (table expected, got nil)
Time: 05/22/13 14:43:43
Count: 1
Stack: [C]: in function `unpack'
Interface\AddOns\miirGui\on_load.lua:974: in function <Interface\AddOns\miirGui\on_load.lua:34>
[C]: in function `LoadAddOn'
Interface\AddOns\LUI\modules\micromenu.lua:775: in function <Interface\AddOns\LUI\modules\micromenu.lua:773>
[string "safecall Dispatcher[2]"]:4: in function <[string "safecall Dispatcher[2]"]:4>
[C]: ?
[string "safecall Dispatcher[2]"]:13: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire'
Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:120: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>
[C]: in function `LoadAddOn'
Interface\AddOns\LUI\modules\micromenu.lua:867: in function `SetMicroMenu'
Interface\AddOns\LUI\modules\micromenu.lua:1363: in function <Interface\AddOns\LUI\modules\micromenu.lua:1362>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:558: in function `EnableAddon'
Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:571: in function `EnableAddon'
Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:651: in function <Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:636>
[C]: in function `LoadAddOn'
Interface\FrameXML\UIParent.lua:302: in function `UIParentLoadAddOn'
Interface\FrameXML\UIParent.lua:376: in function `TimeManager_LoadUI'
Interface\FrameXML\UIParent.lua:721: in function <Interface\FrameXML\UIParent.lua:686>

Locals: (*temporary) = nil
(*temporary) = "table expected, got nil"

Separately - I seem to be getting several errors when entering combat (though I can't quite make out what's going on, it seems to be some conflict between !BugGrabber and MiirGUI). Just posting as FYI, since I don't know which one of the two is causing the error (and I can disable !BugGrabber and still have the nice textures and avoid the error spam). But in case you wanted to take a look:

Code:
1x [ADDON_ACTION_BLOCKED] AddOn "miirGui" tried to call the protected function "PrimaryProfession1SpellButtonTop:Hide()".
!BugGrabber-r193-release\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
miirGui-2.1.9\core.lua:510: in function <miirGui\core.lua:444>
<in C code>
FrameXML\SpellBookFrame.lua:1073: in function "SpellBook_UpdateProfTab"
FrameXML\SpellBookFrame.lua:160: in function <FrameXML\SpellBookFrame.lua:139>

Locals:
nil



1x [ADDON_ACTION_BLOCKED] AddOn "miirGui" tried to call the protected function "PrimaryProfession1SpellButtonBottom:Show()".
!BugGrabber-r193-release\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
miirGui-2.1.9\core.lua:511: in function <miirGui\core.lua:444>
<in C code>
FrameXML\SpellBookFrame.lua:1073: in function "SpellBook_UpdateProfTab"
FrameXML\SpellBookFrame.lua:160: in function <FrameXML\SpellBookFrame.lua:139>

Locals:
nil
SubtleGlow is offline Report comment to moderator  
Reply With Quote
Old 05-20-13, 11:10 AM  
Miiru
A Wyrmkin Dreamwalker
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 145
Uploads: 11
Updated for 5.3.

Gonna take a look at the oglow thing.
__________________
LFGFrame.lua - Line 596-597
--Since time applies for all players, no reason to display it once for each.
--We may have to change this if we let players group with their past selves via time travel.
Miiru is online now Report comment to moderator  
Reply With Quote
Old 05-05-13, 04:24 PM  
ohducc
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Icon Borders.

Thank you for your fantastic addon!

But Icon border is too thin.

I use the add-on "oGlow", but MiirUI's icon border is too thin. So it is hard to see item quality(green, blue, pupple, etc...).

I want to this line thicker.

What should I do?
Last edited by ohducc : 05-05-13 at 06:33 PM.
ohducc is offline Report comment to moderator  
Reply With Quote
Old 04-06-13, 07:55 PM  
-Xtinct-
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Thanks for this beautiful skin!
-Xtinct- is offline Report comment to moderator  
Reply With Quote
Old 04-05-13, 08:29 AM  
Miiru
A Wyrmkin Dreamwalker
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 145
Uploads: 11
Originally Posted by Myii
Originally Posted by Miiru
Originally Posted by Myii
Anyone know if i can go back to the sstandard Blizzard bar on ennemy ? I check on all files and i don't see a folder about bar.
which bar?
Excuse me with my poor english. Nameplates, can i go back to the blizzard name plates with the same original color and using your amazing Guii with ?
It should be enough to delete the file Nameplate-Border.blp in the Tooltips folder.
__________________
LFGFrame.lua - Line 596-597
--Since time applies for all players, no reason to display it once for each.
--We may have to change this if we let players group with their past selves via time travel.
Miiru is online now Report comment to moderator  
Reply With Quote
Old 04-04-13, 06:32 AM  
Myii
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Originally Posted by Miiru
Originally Posted by Myii
Anyone know if i can go back to the sstandard Blizzard bar on ennemy ? I check on all files and i don't see a folder about bar.
which bar?
Excuse me with my poor english. Nameplates, can i go back to the blizzard name plates with the same original color and using your amazing Guii with ?
Myii is offline Report comment to moderator  
Reply With Quote
Old 04-04-13, 04:51 AM  
Miiru
A Wyrmkin Dreamwalker
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 145
Uploads: 11
Originally Posted by Myii
Anyone know if i can go back to the sstandard Blizzard bar on ennemy ? I check on all files and i don't see a folder about bar.
which bar?
__________________
LFGFrame.lua - Line 596-597
--Since time applies for all players, no reason to display it once for each.
--We may have to change this if we let players group with their past selves via time travel.
Miiru is online now Report comment to moderator  
Reply With Quote
Old 04-04-13, 01:00 AM  
Myii
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Anyone know if i can go back to the sstandard Blizzard bar on ennemy ? I check on all files and i don't see a folder about bar.
Last edited by Myii : 04-04-13 at 01:00 AM.
Myii is offline Report comment to moderator  
Reply With Quote
Old 04-01-13, 06:49 AM  
madindehead
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Does anyone have a fix for the circular icons in the square boxes?

Like the spell book icon is not correct etc.
madindehead is offline Report comment to moderator  
Reply With Quote
Old 03-29-13, 02:10 AM  
Myii
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Amazing thx a lot for the update. I don't have this big flag now thx again for your job.
Myii is offline Report comment to moderator  
Reply With Quote
Old 03-27-13, 05:59 PM  
madindehead
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Thanks!

Hey man,

Thanks a lot for the update

Really glad you updated this!
madindehead is offline Report comment to moderator  
Reply With Quote
Old 03-26-13, 04:52 AM  
Tyestor
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
getting this lua error

Code:
Date: 2013-03-26 20:50:58
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\miirGui\on_load.lua line 720:
   attempt to index global 'PlayerTalentFramehoritontal' (a nil value)
Debug:
   miirGui\on_load.lua:720:
      miirGui\on_load.lua:34
   [C]: ?
   [C]: LoadAddOn()
   ..\FrameXML\UIParent.lua:301: UIParentLoadAddOn()
   ..\FrameXML\UIParent.lua:351:
      ..\FrameXML\UIParent.lua:350
   [C]: TalentFrame_LoadUI()
   +Wowhead_Looter\Wowhead_Looter.lua:2458: wlScanGlyphs()
   +Wowhead_Looter\Wowhead_Looter.lua:2081: wlCollect()
   +Wowhead_Looter\Wowhead_Looter.lua:3163:
      +Wowhead_Looter\Wowhead_Looter.lua:3150
Locals:
self = <unnamed> {
 0 = <userdata>
 OnEvent = <function> defined @Interface\AddOns\miirGui\on_load.lua:34
}
event = "ADDON_LOADED"
arg1 = "Blizzard_TalentUI"
(*temporary) = nil
(*temporary) = nil
(*temporary) = <unnamed> {
 0 = <userdata>
}
(*temporary) = top-scrollworkLeft {
 0 = <userdata>
}
(*temporary) = top-scrollworkRight {
 0 = <userdata>
}
(*temporary) = bottom-scrollworkLeft {
 0 = <userdata>
}
(*temporary) = bottom-scrollworkRight {
 0 = <userdata>
}
(*temporary) = PlayerTalentFrameSpecializationSpellScrollFrameScrollChildRing {
 0 = <userdata>
}
(*temporary) = PlayerTalentFrameSpecializationSpellScrollFrameScrollChildSpecName {
 0 = <userdata>
}
(*temporary) = PlayerTalentFrameSpecializationSpellScrollFrameScrollChildRoleIcon {
 0 = <userdata>
}
(*temporary) = <unnamed> {
 0 = <userdata>
}
(*temporary) = PlayerTalentFrameSpecializationSpellScrollFrameScrollChildDescription {
 0 = <userdata>
}
(*temporary) = <unnamed> {
 0 = <userdata>
}
(*temporary) = "attempt to index global 'PlayerTalentFramehorizontal' (a nil value)"
Border = <function> defined @Interface\AddOns\miirGui\on_load.lua:16
miirgui = <table> {
 Color = <table> {
 }
 font = <table> {
 }
}

AddOns:
  BlizzBugsSuck, v5.2.0.1
  InspectFix, v4.4
  Swatter, v5.16.5396 (MousyMulgara)
  WowheadLooter, v50008
  NPCScan, v5.0.0.5
  NPCScanOverlay, v5.0.0.3
  AckisRecipeList, v2.4.6-14-g2217a89
  AucAdvanced, v5.16.5396 (MousyMulgara)
  AucFilterBasic, v5.16.5396 (MousyMulgara)
  AucFilterOutlier, v5.16.5396.5347(/embedded)
  AucMatchUndercut, v5.16.5396.5364(/embedded)
  AucScanData, v5.16.5396 (MousyMulgara)
  AucStatHistogram, v5.16.5396 (MousyMulgara)
  AucStatiLevel, v5.16.5396 (MousyMulgara)
  AucStatPurchased, v5.16.5396 (MousyMulgara)
  AucStatSales, v5.16.5396.5376(/embedded)
  AucStatSimple, v5.16.5396 (MousyMulgara)
  AucStatStdDev, v5.16.5396 (MousyMulgara)
  AucStatWOWEcon, v5.16.5396.5323(/embedded)
  AucUtilAHWindowControl, v5.16.5396.5347(/embedded)
  AucUtilAppraiser, v5.16.5396.5393(/embedded)
  AucUtilAskPrice, v5.16.5396.5347(/embedded)
  AucUtilAutoMagic, v5.16.5396.5392(/embedded)
  AucUtilCompactUI, v5.16.5396.5367(/embedded)
  AucUtilEasyBuyout, v5.16.5396.5347(/embedded)
  AucUtilFixAH, v5.16.5396 (MousyMulgara)
  AucUtilItemSuggest, v5.16.5396.5365(/embedded)
  AucUtilPriceLevel, v5.16.5396.5365(/embedded)
  AucUtilScanButton, v5.16.5396.5320(/embedded)
  AucUtilScanFinish, v5.16.5396.5347(/embedded)
  AucUtilScanProgress, v5.16.5396.4979(/embedded)
  AucUtilScanStart, v5.16.5396.5347(/embedded)
  AucUtilSearchUI, v5.16.5396.5373(/embedded)
  AucUtilSimpleAuction, v5.16.5396.5388(/embedded)
  AucUtilVendMarkup, v5.16.5396.4828(/embedded)
  Babylonian, v5.1.DEV.332(/embedded)
  BeanCounter, v5.16.5396 (MousyMulgara)
  CalendarKeyboardFixer, v1.1.2
  CollectMe, v2.3.3
  Configator, v5.1.DEV.344(/embedded)
  CoolLevelUp, v5.0003
  DBMCore, v
  DBMLDB, v
  DebugLib, v5.1.DEV.337(/embedded)
  ElvUI, v5.84
  ElvUIAddOnSkins, v1.22
  epgplootmaster, v0.6.32
  epgplootmasterml, v0.6.32
  Gnosis, vv4.01
  HealersHaveToDie, v2.1.1b-2-gc4767ae
  Informant, v5.16.5396 (MousyMulgara)
  JSHB, vv4.22
  LibExtraTip, v5.12.DEV.346(/embedded)
  LightHeaded, v364
  miirGui, v2.1.9
  Parrot, vv1.11.2
  Postal, v3.5.1
  Prat30, v3.5.5      
  Prat30HighCPUUsageModules, v
  Prat30Libraries, v
  RaidAchievement, v1.120
  RaidAchievementAchieveReminder, v
  RaidChecklist, v5.2.0.0
  Reforgerade, v0.1 r48
  SaySapped, v2012-10-01
  Skada, vr442
  SkadaCC, v1.0
  SkadaDamage, v1.0
  SkadaDamageTaken, v1.0
  SkadaDeaths, v1.0
  SkadaDebuffs, v1.0
  SkadaDispels, v1.0
  SkadaEnemies, v1.0
  SkadaHealing, v1.0
  SkadaPower, v1.0
  SkadaThreat, v1.0
  StrataFix, v3.3.3
  Stubby, v5.16.5396 (MousyMulgara)
  TellMeWhen, v6.2.0
  TipHelper, v5.12.DEV.343(/embedded)
  TomTom, vv50200-1.0.2
  TradeForwarder, v2.20
  WoWDBProfiler, v
  BlizRuntimeLib_enUS v5.2.0.50200 <us>
  (ck=a95)
Last edited by Tyestor : 03-26-13 at 04:53 AM.
Tyestor is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: