I'm trying to code some lines for personal use. Its purpose is to remove some default Blizzard stuff (Gryphons, exp bar & rep bar).
function FuckArt_OnEvent()
-- Remove the reputation bar
ReputationWatchBar:Hide();
-- Remove the experience bar
MainMenuExpBar:Hide();
MainMenuExpBar.pauseUpdates = true;
MainMenuBarMaxLevelBar:Show();
ExhaustionTick:Hide();
-- A check to see if the code runs
DEFAULT_CHAT_FRAME:AddMessage( "Hello world!", 255, 255, 255 )
end
local frame = CreateFrame("Frame", "FuckArtFrame");
frame:SetScript("OnEvent", FuckArt_OnEvent);
frame:RegisterEvent("PLAYER_LOGIN");
frame:RegisterEvent("PLAYER_ENTERING_WORLD");
frame:RegisterEvent("PLAYER_XP_UPDATE");
frame:RegisterEvent("PLAYER_LEVEL_UP");
frame:RegisterEvent("PLAYER_TARGET_CHANGED"); -- for testing only
-- hide the Gryphons
MainMenuBarRightEndCap:Hide();
MainMenuBarLeftEndCap:Hide();
After login I see 'Hello world!' twice, probably PLAYER_LOGIN & PLAYER_ENTERING_WORLD events. Exp & rep bar are not removed at that time. When I target something it is suddenly gone (with another Hello World ^^). How can I fix this?
No I did not say it's not the addon. Also, it is not about if you agree or disagree or have a completely different experience with using a blizzard macro on an action bar. Until I write code to support #showtooltip or to determine a default to show, or manage to call the blizzard updater code for macros (unlikely as this did not work a year ago), custom macros will simply not work like a blizzard macro.
You can test this yourself by making your own custom macro button and adding #showtooltip to it. Then hover over the button using it and you will see #showtooltip show up, followed by whatever macro text you entered. If you have more than 1 trinket you could also hover over trinket 2 and look at the popups after the first one. These are also macros, and no their tooltips are not correct.
Meanwhile the workaround is as below. It will give you a spell button which has proper tooltips etc. since it is not a macro.
Maybe it's an idea to NOT use custom macro then? There's not much use in making one if it only contains a /cast <spell> line.
I will add a ToDo for allowing cooldown display for macro buttons. This will not happen soon.
So it works for every other spell and item except those 2 and you say it's not the addon? I have to disagree with you there. Even with a macro you can add #showtooltip to have it showed correctly.
The cooldown display I do with another addon (CoolDownCount), but that only works if the tooltips are correct.
I`m interested in the ability to remove the "Spell damage" text and just leave the numbers. As for the dogtag option, how do you use it ? i check it and nothing happens.
Sorry for the long, long delay.
I added this. You can set the fontsize to 0 now.
One of my sets has totally disappeared from the drop down menu. The set is still registered though, I can set keybinds to it and it shows up as the 'active' set when I have it on, but I cannot select it through the drop down menu on fubar.
I have tried to delete the set and then add it again, or just edit/add it again and none of that has worked. Other new sets that I've added recently show up fine.
I guess you have it set in the Mount options. Rabbit decided to remove them from the list then. I'm not happy with that either, but he didn't make it optional (yet?).
I'd like to ask to have an option put in for just 'spell dmg' instead of a specific class
Also to have the text display field a selection of right/left instead of top and down (such as, having 2 areas next to each other instead of on top).
Spell Damage has been added. Layout will be worked on later
Quote from Serenus »
Aparentlty /powerd frame isn't working.
Spell Hit Rating isn't working either, shows as 0 regardless.
frame options was removed since the frame is (alt)draggable now. Spell Hit Rating is working for me as intended (Warlock)
Quote from Yssaril »
any chance spell haste and melee haste rating could be added?
Done! Including Ranged Haste Rating.
---
New version may require some options to be re-set. Sorry for that.
0
After login I see 'Hello world!' twice, probably PLAYER_LOGIN & PLAYER_ENTERING_WORLD events. Exp & rep bar are not removed at that time. When I target something it is suddenly gone (with another Hello World ^^). How can I fix this?
0
0
So it works for every other spell and item except those 2 and you say it's not the addon? I have to disagree with you there. Even with a macro you can add #showtooltip to have it showed correctly.
The cooldown display I do with another addon (CoolDownCount), but that only works if the tooltips are correct.
0
0
0
I added this. You can set the fontsize to 0 now.
0
Probably buggy a lot, please report them here :)
Links:
- Wiki
- Download
0
I made it a bit easy for myself there and added a yes/no option to use dogtags. Please test and comment here.
0
0
Added :)
0
0
The none options has been removed because of the ability to remove them completely.
0
Sorry for the trouble :(
0
frame options was removed since the frame is (alt)draggable now. Spell Hit Rating is working for me as intended (Warlock)
Done! Including Ranged Haste Rating.
---
New version may require some options to be re-set. Sorry for that.
0
Too bad it's not optional and too bad it's not only the mount set, but in my case also my default set.