I know you don't want to use any addons but why don't you use bartender dood? And how do you keep track of interrupts with no addons?
Bartender makes my fps drop a bit, and I use Vialcooldowns, and BGT. No addons for the interface.
I know you don't want to use any addons but why don't you use bartender dood? And how do you keep track of interrupts with no addons?
What about MainMenuExpBar:Hide() for the exp. bar? Did you try the bag names in table? Don't have WoW installed so I can't try things. ^^Found the action bar script, now I need to find the code to move the exp. bar frame outside the screen, because it's ugly, and just the script to hide bags on mouseover.
What about MainMenuExpBar:Hide() for the exp. bar? Did you try the bag names in table? Don't have WoW installed so I can't try things. ^^
local t = {
"MainMenuBarBackpackButton",
"CharacterBag0Slot",
"CharacterBag1Slot",
"CharacterBag2Slot",
"CharacterBag3Slot",
}
local function showFoo(self)
for _, v in ipairs(t) do
_G[v]:SetAlpha(1)
end
end
local function hideFoo(self)
for _, v in ipairs(t) do
_G[v]:SetAlpha(0)
end
end
for _, v in ipairs(t) do
v = _G[v]
v:SetScript("OnEnter", showFoo)
v:SetScript("OnLeave", hideFoo)
v:SetAlpha(0)
end
Tricky!You are one wonderful wonderful person Yde! Thank you it worked! And I have tried that script to hide exp. bar, but it always shows again whenever I open character pane, and what not.
Tricky!
Then how about:
MainMenuExpBar:SetScript("OnEvent", nil);
MainMenuExpBar:Hide();
Curses! Foiled by a mere Experience Bar!Nada, this one is a tricky one.
Curses! Foiled by a mere Experience Bar!
Maybe that could work:Maybe we can move the Experience Bar? I don't know what the code for the script would be.
Maybe that could work:
MainMenuExpBar:ClearAllPoints();
MainMenuExpBar:SetPoint("CENTER",x,y)
with x and y as coordinates. Or, last resort:
MainMenuExpBar::SetAlpha(0)
ExpBar, supervillain...
EDIT: Once you're done, you could compile your own addon for curse called Fael UI![]()
Victory!The Last resort work, it was nice knowing you ExpBar.
When you are grouped with someone, is it possible for him to share a quest with you while you are in a battleground?
Cheers
Gattuso
If the quest is shareable ofc. Don't have to be in group just bg. That's how the AB quest is still alive.
Can any one tell me the name of the addon that says "Interrupted <Target Name-Spell>
Can any one tell me the name of the addon that says "Interrupted <Target Name-Spell>
Also was one of the features of PvP Control. Not sure if that still works though, not updated for 5.4.Announce Interrupts
Someone shared The Horde Needs Mithril Bars! I'm going to get right on it.If the quest is shareable ofc. Don't have to be in group just bg. That's how the AB quest is still alive.
How?Someone shared The Horde Needs Mithril Bars! I'm going to get right on it.