Results: 19Comments by: fuba
File: HandyNotes: Naxxramas Frozen Runes07-15-23
hi got another rune for "Grobbul...
Posted By: fuba
hi got another rune for "Grobbulus": = {}, --Grobbulus 2 btw 162 is not "military wing" it is "Construic Quaters", just for your comment line :) i will add more if i can find more runes!
File: Classic Quest Log10-19-20
But i found another Bug that is fro...
Posted By: fuba
But i found another Bug that is from Classic Quest Log -> everything else disabled now ^^ Collapse a Tracked Quest and click "this" quest at the Quest Tracker will open the "default" Quest Log instead of Classic Quest Log! Oh yeah that one is a legitimate bug. I'll get that fixed thanks. :D Thank you :)
File: InFlight10-17-20
did this still not working for me t...
Posted By: fuba
did this still not working for me this is what I have for line 522 to 525 522 bord = CreateFrame("Frame", nil, sb) -- border/background 523 Mixin(bord, BackdropTemplateMixin) 524 SetPoints(bord, "TOPLEFT", sb, "TOPLEFT", -5, 5, "BOTTOMRIGHT", sb, "BOTTOMRIGHT", 5, -5) 525 bord:SetFrameStrata("LOW") proper way is, just cha...
File: Classic Quest Log10-17-20
If you turn off all other addons be...
Posted By: fuba
If you turn off all other addons besides this one, you'll probably see the behavior stop. There are addons out there like ConsLegion that aren't content to loop through the quest log to get information, but they actually select each quest in the log as it loops through. I don't know if it's a belief that they need to do this to ge...
File: Classic Quest Log10-16-20
Here a little Video where you can s...
Posted By: fuba
Here a little Video where you can see the Quest Selection seems bugged: The Selected Quest will always be the "last" quest in the log and also Click a Quest from the Quest Watch Frame does not jump to the right quest, always the "last" in quest log. https://youtu.be/uVSa_XPd4b0 maybe you can take a look into it? :)
File: Classic Quest Log10-15-20
Re: Re: Re: Re: ElvUI Skin for Shadowlands Version
Posted By: fuba
You can hook cql:PLAYER_LOGIN with ClassicQuestLog.PLAYER_LOGIN; but you need to catch it between when this addon loads and before PLAYER_LOGIN. Possibly you can hook the OnShow of ClassicQuestLog and if flag isn't set then do one-time stuff and set a flag? I've named ClassicQuestLogOptionsScrollFrame and ClassicQuestLogLoreScrol...
File: Classic Quest Log10-15-20
Re: Re: ElvUI Skin for Shadowlands Version
Posted By: fuba
hi there, i've done the ElvUI skin for the Shadowlands version of your Classic Quest Log Thanks for doing this. I'm more than willing to add those BackdropTemplates to the xml. Do you know of any other changes that would have to happen for you to make this a separate addon? I know one of the issues with this addon is the sp...
File: Classic Quest Log10-15-20
ElvUI Skin for Shadowlands Version
Posted By: fuba
hi there, i've done the ElvUI skin for the Shadowlands version of your Classic Quest Log but there is a little to do (really not much!) change in "options.xml" this:
File: Classic Quest Log09-09-20
Here a little fix and some design o...
Posted By: fuba
Here a little fix and some design optimization for your ElvUI Skin funktion: Hey thanks. In rewriting the Shadowlands version (https://www.wowinterface.com/downloads/info25661-ClassicQuestLog-ShadowlandsBeta.htm) I dropped that ElvUI skinning because I wasn't sure it was working and installing ElvUI to test stuff just wrecks my cvar...
File: Classic Quest Log09-05-20
Here a little fix and some design o...
Posted By: fuba
Here a little fix and some design optimization for your ElvUI Skin funktion: function cql:SkinForElvUI() local E, L, P, G = unpack(ElvUI) local S = E:GetModule("Skins") cql:StripTextures() cql:SetTemplate("Transparent") S:HandleCloseButton(cql.CloseButton) for k,v in pairs({"abandon","push","track","options","clo...
File: WorldFlightMap01-23-18
Hi there, I love this addon and i...
Posted By: fuba
Hi there, I love this addon and i think Blizzard should integrate it into Wow! :D But is it possible to exclude Argus becasue the Zone Map there is also really nice. And maybe you can add an option to "InGame" to disable the "Bouncing Arrows"?
File: InFlight01-30-17
An error occurs every time I fly:...
Posted By: fuba
An error occurs every time I fly: 1x InFlight\InFlight-7.1.001.lua:367: attempt to index global 'FlightMapFrame' (a nil value) InFlight\InFlight-7.1.001.lua:367: in function 'InitSource' InFlight_Load\InFlight_Load-7.1.001.lua:34: in function '?' InFlight_Load\InFlight_Load-7.1.001.lua:3: in function
File: InFlight01-20-17
Re: little bug
Posted By: fuba
Hey thanks for the last update! The addon works great but i've been having an issue since a couple months ago upon reaching my destination the addon bar won't close unless I do a hard close (ctrl + click) I've been looking in the other replies for a fix but haven't found it and I really don't know about coding so I don't wan't to...
File: InFlight07-18-15
Re: New info
Posted By: fuba
So , any news on the progress about that missing event bug for the addon ? :) I use my fix now for about 2 Month and it works like a charm. Dont know why the fix was not applied to the new Version, so i need to add it again... For now in v6.2.001 you need to add the following code after line 445: if sb and sb:IsShown() and (n...
File: InFlight04-28-15
Re: Re: Re: Re: Feature request
Posted By: fuba
I'm not sure if the following is a bug or just something overlooked, but the obvious case of entering an instance mid-flight doesn't seem to remove the taxi timer. This isn't supposed to happen and I've never had it happen. This has happened to me a few times. Have to /reload to remove the timer or it will count for ever. Scre...
File: Darkmoon Faire Cannon03-05-15
replace all text in the "DarkmoonFa...
Posted By: fuba
replace all text in the "DarkmoonFaireCannon.lua" with this one: local BuffName = GetSpellInfo(102116); -- Magic Wings local fuba_dmf = CreateFrame("Frame", "fuba_dmf", UIParent); fuba_dmf:RegisterEvent("UNIT_AURA"); fuba_dmf:Hide(); fuba_dmf:SetScript("OnEvent", function(self, event, ...) if (event == "UNIT_AURA") and...
File: Binds When?02-26-15
hi, possible to get it working wit...
Posted By: fuba
hi, possible to get it working with ElvUI?
File: WIM (WoW Instant Messenger)12-02-14
Workaround to bring back the Checkb...
Posted By: fuba
Workaround to bring back the Checkbox "Enable window fading effects." (and 2 more) in the WIM Options -> Display Settings: Change CoreOptions.lua at line 360 from: frame.menu.sub = frame.menu:CreateSection(); options.AddFramedBackdrop(frame.menu.sub); frame.menu.sub:CreateCheckButton(L, db, "winFade"); frame.menu.sub:CreateC...
File: MiirGui Texture Pack [Grey]11-27-14
Hi and thanks for the nice Texture...
Posted By: fuba
Hi and thanks for the nice Texture Pack! :) But i found and fixed an error in version 3.0.2b. Original function in "on_load.lua" from line 463 to line 477: local function miirgui_PetJournal_UpdatePetLoadOut() local rarityaddon = IsAddOnLoaded("Rarity") if rarityaddon == true then else for i=1,3 do...