Results: 18Comments by: Blazeflack
File: NoTaint_UIDropDownMenu_Update12-26-16
The following line will likely need...
Posted By: Blazeflack
The following line will likely need a change: if ( strsub(button:GetParent():GetName(), 0,12) == "Lib_DropDownList" and strlen(button:GetParent():GetName()) == 13 ) then to this: if ( strsub(button:GetParent():GetName(), 0,16) == "Lib_DropDownList" and strlen(button:GetParent():GetName()) == 17 ) then
File: NoTaint UIDropDownMenu12-10-16
I updated this library with code ch...
Posted By: Blazeflack
I updated this library with code changes made to the default UIDropDownMenu code. A commit with the changes can be seen here: http://git.tukui.org/Elv/elvui/commit/b8a5f538f65372f87aab1e3d3f98534d31c3a9dc
File: BLPConverter11-21-15
Trying to convert a specific .blp g...
Posted By: Blazeflack
Trying to convert a specific .blp gives me this warning: BLPConverter.exe /V Battlenet-D3icon.blp Battlenet-D3icon.blp: ERROR: Unexpected ID 'ëPNG'--not a BLP file?
File: Masque_ClassButtons09-20-15
I spotted a few errors in CB.lua....
Posted By: Blazeflack
I spotted a few errors in CB.lua. In the Backdrop layer, the "Height" attribute is not using an uppercase H, but appear as "height". In the AutoCastable layer, the "Width" attribute is not using an uppercase W, but appear as "width".
File: Toaster08-20-15
The proper thing for the ElvUI main...
Posted By: Blazeflack
The proper thing for the ElvUI maintainers to do would be to change the MAJOR version instead of the MINOR version; this way, AddOns that rely on the original Ace3 library will be completely unaffected. local MAJOR, MINOR = "AceConfigDialog-3.0", 99 This should be, for example: local MAJOR, MINOR = "AceConfigDialog-3.0...
File: BagSync01-16-15
See the following comment containin...
Posted By: Blazeflack
See the following comment containing a workaround for the issue with bank info not being saved (or rather deleted): https://github.com/Xruptor/BagSync/issues/16#issuecomment-70313483
File: BagSync01-05-15
Re: Bugged
Posted By: Blazeflack
Its bugged with many items they don't save that I already have them on my bank. e.g.: http://de.wowhead.com/item=119687 Also when searching in the BS window it gives about 5 sec lagg to wow... it has not been like this in MoP You're probably experiencing this issue: https://github.com/Xruptor/BagSync/issues/16 BagSync deletes...
File: MikScrollingBattleText12-20-13
Re: Font issue
Posted By: Blazeflack
downloaded latest version but still have font issues :( after restart game the font resets is there any way to solve this? I use two fonts: one for crits and the other for normal dmg / heal I can confirm the issue. This seems to only happen when trying to use fonts provided by other addons through the LibSharedMedia library.
File: BagSync09-22-13
PROFESSION LINKING UPDATE: Patch...
Posted By: Blazeflack
PROFESSION LINKING UPDATE: Patch 5.4 broke profession linking for every addon that uses the tradeskill links. Blizzard has changed the way that tradeskill linking works by encoding the link with the unique identifier of the target player. Meaning if I whisper you my tradeskills, it encodes the link so that only you can open it....
File: BagSync09-21-13
Profession Links
Posted By: Blazeflack
Profession links seem to be broken. It still posts to chat, but the link is no longer click-able. It's probably just pure text. I read somewhere that profession links changed in 5.4, so that might be worth looking into. Thanks.
File: Cyui v407-29-12
Yo what the fuck is going on with t...
Posted By: Blazeflack
Yo what the fuck is going on with the updates? He already mentioned development has been stopped (late march).
File: ElvUI_ChatTweaks10-30-11
Originally posted by Studdly So i...
Posted By: Blazeflack
Originally posted by Studdly So it just randomly came back with error again so i just give up on this addon. I removed it i get zero errors simple. Must be one of your addons corrupting something. I'm still not experiencing any issues with the color picker.
File: ElvUI_ChatTweaks10-26-11
Originally posted by Studdly So i...
Posted By: Blazeflack
Originally posted by Studdly So i completely removed all addons and all sav files. Then i put ElvUI ElvUI_ChatTweaks ElvUI_Config ElvUI_RaidDPS all in my wow folder. Then type /ec click media then click border color it then turns teal all on its own and sends a lua error. Just tried again, still no error here. Have you...
File: ElvUI_ChatTweaks10-26-11
Originally posted by Studdly No i...
Posted By: Blazeflack
Originally posted by Studdly No i know how to click addons on and off and delete them or remove the sav files. iv done all that. it is this addon no doubt in my mind. Well I tried myself and I don't get the error. Could you try to make a step by step of your actions leading up to the error? Did you open specific windows first?...
File: ElvUI_ChatTweaks10-26-11
Originally posted by Lockslap So...
Posted By: Blazeflack
Originally posted by Lockslap So you think this addon is causing a problem with the color picker, when this addon does absolutely NOTHING with said color picker...not sure about that. I've seen it happen with another addon actually. I did however do a test myself and with only ElvUI, ElvUI_Config and ElvUI_ChatTweaks I did not...
File: ElvUI_ChatTweaks10-25-11
Re: 2 Questions.
Posted By: Blazeflack
Originally posted by psycedelic 1 - Added Auto Profession Link module to automatically link a given profession upon request. 2 - Added guild invite link ability to the Invite Links module, only active if you can invite to guild. 1. How does the proffesion modul works? 2. Is this a rightclick thingy? 1.: The module watches...
File: ScaleEverything05-26-09
Is it possible to move hidden frame...
Posted By: Blazeflack
Is it possible to move hidden frames? I want to move the Achievement popup frame that popups when you get an achievement and the roll for loot frames aswell. Since they are hidden most of the times, could I add the frame name in the advanced menu and be able to move it around?
File: MailTo_20003_fanupdate01-27-07
Rip off!
Posted By: Blazeflack
mergele, a user at Curse came up with the code to fix the tainted rightclick functions. ThorsLiebling claims that he wrote the changes himself. That's a lie. Read the comments at http://www.curse-gaming.com/en/files/details/1073/mailto/ Makes me sad to see people trying to "steal" other people's work. The fact that another user...