If you go into the settings > Filters > Junk > Priority and change this to 100% junk wont appear in the new section any more. It will still be highlighted though.
I have the yellow quest items one (Without the toggle setting though as I don't care about turning it off).
Open the file ..\World of Warcraft\Interface\AddOns\OneBag3\libs\OneCore-1.0\OneCore-1.0.lua
Go to line 293 and delete everything up to line 307. That should be:
293: if self.db.profile.appearance.rarity and not fcolor and not bcolor then
...
307: end
Where that used to be paste:
if self.db.profile.appearance.rarity and not fcolor and not bcolor then
local link = GetContainerItemLink(bag:GetID(), slot:GetID())
if link then
local itemtype = select(6, GetItemInfo(link))
if itemtype == "Quest" then
color = {r=1.0, g=0.92, b=0.11}
else
local rarity = select(3, GetItemInfo(link))
if rarity and (rarity > 1 or self.db.profile.appearance.lowlevel) then
-- --going with this method as it should never produce a point where I don't have a color to work with.
color = colorCache[rarity]
if not color then
local r, g, b, hex = GetItemQualityColor(rarity)
color = {r=r, g=g, b=b}
colorCache[rarity] = color --caching to prevent me from generating dozens of tables per pass
end
end
end
end
end
What's the addon to make the achievement window transparent? I looked though your addon list but the only one I thought it might be, Achieved, was just for moving them.
There seems to be a bit of a problem with this since 3.2. Straight after I login or /rl it will just display 5 until I mouse over. Soon as I mouse over all the right stuff appears but I get the following in the chat
0
Name: Control Piece
ID: 30019
Wowhead: Link
Its the buff from the chess event in kara. Stops you from being able to do anything until cancelled.
0
If you go into the settings > Filters > Junk > Priority and change this to 100% junk wont appear in the new section any more. It will still be highlighted though.
0
0
Is it possible to set the bank anchor separately from the bag?
Can I hide my soulshard bags free space count?
0
I have the yellow quest items one (Without the toggle setting though as I don't care about turning it off).
Open the file ..\World of Warcraft\Interface\AddOns\OneBag3\libs\OneCore-1.0\OneCore-1.0.lua
Go to line 293 and delete everything up to line 307. That should be:
Where that used to be paste:
0
What's the addon to make the achievement window transparent? I looked though your addon list but the only one I thought it might be, Achieved, was just for moving them.
0
Have you added some borders in your Interface folder (IE Interface\PaperDollInfoFrame)? Mine doesn't look like that either.
0
0
I quote like this. Can you list what addons you are using?
0
0
Just upgraded and i'm still getting it. Guess i need to wait for r77.
0
Already using it. Doesn't prevent this spam.
0
<>
0
0
Looks a lot like pMinimap