Results: 213Comments by: merlight
File: Srendarr - Aura, Buff & Debuff Tracker02/20/15
Sorry, sometimes I see an error mes...
Posted By: merlight
Sorry, sometimes I see an error message, open the source in editor, and think everyone immediately sees what I'm looking at. Yes, it's that string. I guess ESO parser gets over it somehow, it was lua compiler complaining, I use it to check syntax before copying addons to the client.
File: Srendarr - Aura, Buff & Debuff Tracker02/19/15
No, still missing the apostrophe be...
Posted By: merlight
No, still missing the apostrophe between \ and e. I don't know french, just that it doesn't compile.
File: Harven's AS to LAM adapter02/19/15
Had to add missing OptionalDependsO...
Posted By: merlight
Had to add missing OptionalDependsOn line so that my LAM alwasy loads first.
File: Wykkyd Core Libraries02/19/15
Please include an OptionalDependsOn...
Posted By: merlight
Please include an OptionalDependsOn line in the manifest, listing the libs it bundles. I have a stand-alone LAM and this one often loads first.
File: Harven's AS to LAM adapter02/18/15
Harven you made me happy. Just sayi...
Posted By: merlight
Harven you made me happy. Just saying ;)
File: Srendarr - Aura, Buff & Debuff Tracker02/17/15
Just grabbed this from your dropbox...
Posted By: merlight
Just grabbed this from your dropbox (the U6 one I mean): luac: pts/Srendarr/Locales/Local_fr.lua:109: invalid escape sequence near '\e'
File: Harven's Trait and Style12/24/14
Equipment from Cyrodiil vendors (es...
Posted By: merlight
Equipment from Cyrodiil vendors (especially elite vendor) has bogus or no style information returned by the API. Nothing wrong with the add-on itself.
File: Addon Profiles12/09/14
Updating other add-ons should not h...
Posted By: merlight
Updating other add-ons should not have any effect on profiles. Forgetting settings... in what way? Do all add-ons get enabled for example? 2nd edit: holy shali dorable, I've just encountered I have 330 copies of saved vars, that's definitely not right.
File: Advanced Filters12/03/14
I had been assuming AF's copy of li...
Posted By: merlight
I had been assuming AF's copy of libFilters was being loaded because it's version number was higher (11.2 > 11) but now I get the feeling that it has been IS's all along and that LibStub doesn't like decimal values for MINOR for some reason. Anyway, yes. The bug you reported is confirmed. I'll get to work on this. Lol seriously,...
File: FCO ItemSaver12/02/14
I can't get it to crash. Next time...
Posted By: merlight
I can't get it to crash. Next time when it crashes, can you find a file named Logs/interface.log under ESO settings?
File: Advanced Filters12/02/14
In case anyone having some issues a...
Posted By: merlight
In case anyone having some issues also uses FCO Item Saver, try disabling it and test again. Ideally report precise versions of Advanced Filters, FCO Item Saver, and libFilters (if you have it installed as a separate add-on). Particularly FCO Item Saver BETA release 0.4.0 is likely to break AF, and AF returns fire by breaking FCO Ite...
File: FCO ItemSaver12/01/14
Re: Re: Re: Re: Re: Re: THIS ADDON IS BROKEN
Posted By: merlight
libfilters:Invalid Arguments to RegisterFilter ("FCOItemSaver_EnchantingFilter1", 10, function:5365A040) This is due to a removed constant from libFilters. I didn't know it was being used by the release version of item saver, I thought only the beta was using it. For a quick "fix" edit AddOns/FCOItemSaver/FCOItemSaver.lua and a...
File: LibFilters-2.011/28/14
I'd like to make an improvement to...
Posted By: merlight
I'd like to make an improvement to how filterId works. Currently filterId -> filterType is a 1:1 mapping in libFilters. It could be changed to 1:N, making filterId more like a namespace, similar to how we use tags for events: -- you can use different tags for different events EVENT_MANAGER:RegisterForEvent("FooAddonZoneChanged",...
File: Addon Profiles11/27/14
I don't get it. If I create profile...
Posted By: merlight
I don't get it. If I create profile CYRODIIL, and have 2 characters Chip and Dale using that profile, I want the profile to stick. So that when I disable a broken add-on while logged on Chip, I want it disabled when I log Dale, I don't want to do it manually again. For this I need to remember that Dale uses profile CYRODIIL. The d...
File: LibMsgWin11/26/14
ColorId 5th Parameter? I thought th...
Posted By: merlight
ColorId 5th Parameter? I thought that was for a category (like guild, yell, tell, exc...) for the main chat window. Is it different for a user created buffer or am I looking at the wrong thing in the eso files? window.buffer:AddMessage(message, r, g, b, category) The buffer doesn't know anything about chat system, it's th...
File: Addon Profiles11/24/14
so if i turn off some profiles to f...
Posted By: merlight
so if i turn off some profiles to figure out which profile cause some errors, by hands, not by Addon Clearer and when i relog gain - Addon profiles will think that MAIN profile changed, right? its the general difference between old Addon Profiles and new Yes, whenever you enable/disable an addon (in-game), you're editing the pro...
File: Addon Profiles11/24/14
any chance to make this addon avial...
Posted By: merlight
any chance to make this addon avialable when at character screen? No, zero chance. i manually uncheck all addons by Addon Clearer That's a contradiction. You either do it manually, in which case Addon Profiles catches each click and saves the state to the selected profile; or you do it via Addon Clearer buttons, in which cas...
File: LibMsgWin11/23/14
Well are you really wanting to set...
Posted By: merlight
Well are you really wanting to set a "default" color for all text? or are you wanting to change the color of "A LINE OF TEXT" when you add it with AddText() Because if you want a "default" color for all text it would be better off going somewhere else. I could add some kind of SetColor() to the tlw like I did with the AddText. Di...
File: LibMsgWin11/23/14
Thanks. In the 3rd point I meant th...
Posted By: merlight
Thanks. In the 3rd point I meant the mouse wheel and slider were connected - both scrolling the text in the wrong direction - I turn the wheel "down", slider moved down, and text moved down, while I expected the text to move up ;) Scrolling works ok now (edit: again my stupid with the slider, sry) * You can store children as membe...
File: LibMsgWin11/22/14
Finally got to try this out, and fo...
Posted By: merlight
Finally got to try this out, and found a few issues: 1) mouse wheel scrolls in the opposite direction 2) one-line up/down buttons on the side work ok, but the scroll-to-bottom actually scrolls to top, so that only the first line is visible edit: 3) was my stupidity, I added text to the buffer directly with AddMessage, not via AddT...
File: Addon Profiles11/22/14
working fine! Especially with Addon...
Posted By: merlight
working fine! Especially with Addon Clearer, it sort addons by a-b-c just fine, default vanilla sorting is bad because of color of the addons Sorting colorized addon names was fixed in update 5.
File: Addon Profiles11/22/14
That's intended. New version manage...
Posted By: merlight
That's intended. New version manages profiles from the add-ons menu.
File: Mer Quickslot Filters11/10/14
it works for me as is ;)
Posted By: merlight
it works for me as is ;)
File: Harven's Trait and Style11/10/14
this addon alsi display unknown non...
Posted By: merlight
this addon alsi display unknown non-crftable styles? http://www.reddit.com/r/elderscrollsonline/comments/2cmr45/an_incomplete_compendium_of_unusual_equipment/ Yes, but for some items in non-craftable styles, the API returns bogus style information. For example the aforementioned Shield of The Unassailable, or most of Cyrodiil equ...
File: Circonians RepairIt11/08/14
perfect, thanks ;)
Posted By: merlight
perfect, thanks ;)