modui

Re: modui

by zetterman » Tue Mar 22, 2016 6:06 pm

Hey,

thanks for the great ui! Is it possible to change the class colors? As a rogue I would like change rogues more bright yellow.
zetterman
Tester
 

Re: modui

by gowan » Tue Mar 22, 2016 10:02 pm

Greetings. Is it possible to disable the blizzard action bars and allow it to use bartender instead. I seem to have an issue with that.
gowan
Tester
 

Re: modui

by minimoncho » Fri Mar 25, 2016 10:25 am

So far loving your addon, I added yellow borders for quest items. Just in case anyone want to add it too or for you to make it default edit bag.lua in modui>skin>button folder and add these strings as shown
Code: Select all
local sName, sLink, iRarity, iLevel, iMinLevel, sType, sSubType, iStackCount = GetItemInfo(istring)

elseif sType == "Quest" then
modSkinColor(bu, 1, 1, .2)

Code: Select all
    local modBag = function()
        for i = 1, 12 do
            local f = _G['ContainerFrame'..i]
            local id = f:GetID()
            local name = f:GetName()
            for i = 1, MAX_CONTAINER_ITEMS do
                local bu = _G[name..'Item'..i]
                local link = GetContainerItemLink(id, bu:GetID())
                modSkinColor(bu, .2, .2, .2)
                if bu and bu:IsShown() and link then
                    local _, _, istring = string.find(link, '|H(.+)|h')
                    local _, _, q = GetItemInfo(istring)
               local sName, sLink, iRarity, iLevel, iMinLevel, sType, sSubType, iStackCount = GetItemInfo(istring)
                    if q and q > 1 then
                       local r, g, b = GetItemQualityColor(q)
                       modSkinColor(bu, r, g, b)
               elseif sType == "Quest" then
                  modSkinColor(bu, 1, 1, .2)
               end
                end
            end
        end
    end
minimoncho
Private
Private
 

Re: modui

by rotten » Fri Mar 25, 2016 6:00 pm

PLEASE don't let this wonderful Ui die
rotten
Senior Sergeant
Senior Sergeant
 

Re: modui

by Dasein » Fri Mar 25, 2016 6:47 pm

Great ui, will it work with cartographer?
User avatar
Dasein
Tester
 

Re: modui

by minimoncho » Sat Mar 26, 2016 12:34 am

Dasein wrote:Great ui, will it work with cartographer?


Just disable world map modifications
minimoncho
Private
Private
 

Re: modui

by Antility » Sat Mar 26, 2016 10:35 pm

hello I downloaded this and I cannot use any of my abilities?

I press my keybind and my frames drop to 0 and nothing happens

click the ability from the spellbook and nothing happens.
Make America Great Again

[img]http://i.imgur.com/kqvXwAj.gif[/img]
User avatar
Antility
Stone Guard
Stone Guard
 

Re: modui

by Sloffanti » Sun Mar 27, 2016 8:06 pm

minimoncho wrote: So far loving your addon, I added yellow borders for quest items. Just in case anyone want to add it too or for you to make it default edit bag.lua in modui>skin>button folder and add these strings as shown

This is even better, thanks.
Sloffanti
Private
Private
 

Re: modui

by elvish » Mon Mar 28, 2016 12:16 am

is there any way to change the texture to the player/target's health and mana bars?
elvish
Tester
 

Re: modui

by Miru » Mon Mar 28, 2016 7:27 am

elvish wrote:is there any way to change the texture to the player/target's health and mana bars?

you can use SantaUI texture or AI-Art , just copy "Targeting Frame" in your /wow/Interface
Miru PVP Alliance
Malister PVE Horde
User avatar
Miru
Grunt
Grunt
 

PreviousNext

Return to Addons & macros