Results: 213Comments by: merlight
File: Advanced Filters - FCOItemSaver filters PLUGIN09/02/15
Yes, Advanced Filters - FCOItemSave...
Posted By: merlight
Yes, Advanced Filters - FCOItemSaver filters plugin requires FCO ItemSaver. This link is even in the description :D
File: Harven's Trait and Style08/31/15
Got the researchable trait bug agai...
Posted By: merlight
Got the researchable trait bug again. I finished researching Reinforced Gauntlets while offline. Now the item preview tooltip at the crafting station shows researchable, but of course I can craft it. It's hard to catch because it only occurs at the first login after offline research completion, and only affects traits obtained from l...
File: ChatMultiWindow (for Update 5)08/31/15
I'm not using this or any other cha...
Posted By: merlight
I'm not using this or any other chat-tab add-on (despite my hate of how tabs are different for each character)... AFAIK chat tabs, their names and settings, are saved on the server. So if you deleted the whole Docs/ESO folder, i.e. all add-ons and saved vars, and the client is still spitting errors, it's likely getting malformed d...
File: Circonians FilterIt08/31/15
Currently testing latest version on...
Posted By: merlight
Currently testing latest version on PTS, labels shift properly now. New issue I could've anticipated after seeing latest libFilters update is at guild bank deposit tab -- wrong layout. I'll add the new layout fragment to libCIF and udpate it shortly as well. edit: up
File: Circonians FilterIt08/30/15
So I removed that, changed the pare...
Posted By: merlight
So I removed that, changed the parents, & changed some code to fix it, but that created a new problem with the trading house. Now since ZO_PlayerInventoryTabs is no longer the parent of my subMenuBars or dropDown comboBox (I instead made the parent ZO_PlayerInventory), now my subMenuBars and comboBox show up at the trading house...
File: LibFilters-2.008/29/15
Maybe wrap it in a safety check. Th...
Posted By: merlight
Maybe wrap it in a safety check. There's going to be the usual US<>EU version mismatch till Tuesday...
File: Circonians FilterIt08/29/15
Not 100% sure it's FilterIt issue:...
Posted By: merlight
Not 100% sure it's FilterIt issue: I'm adding 1 additional filter button at the bank. Without FilterIt the label at the left shifts properly: http://cdn.eso.mmoui.com/preview/pvw3766.png But with FilterIt enabled, the label overlaps the first button: http://s29.postimg.org/fgqbecmyf/labelpos.png Ignore the fact that the added butto...
File: Khrill Crafting Post-It08/27/15
Re: Show/Hide is inside the Filter Text window
Posted By: merlight
I'm recently having the "Show/Hide" button (while at the bank) inside the Filter Text window, instead of to the left of it. It's difficult to click it because the UI wants me to type there. I have to toggle between Withdraw and Deposit to get it to become selectable. I assume you don't use AdvancedFilters? Because we copied the se...
File: Harven's Trait and Style08/23/15
Medium Arm Cops - Reinforced
Posted By: merlight
I got Covenant's Arm Cops with Reinforced trait in Rewards of the Worthy mail -- and the attachment tooltip showed RESEARCHABLE. I took the attachment, and in backpack the tooltip shows KNOWN TRAIT. After a check at Clothing station, the backpack tooltip is correct. Has anyone seen incorrect tooltips in mail? I checked several other...
File: ESO Master Recipe List08/22/15
when you open provision writ box re...
Posted By: merlight
when you open provision writ box reward without autoloot option idlike to see this marks of unknown, tracked or other - near recipes pls I'd swear I've seen those marks there, isn't it somewhere in options? edit: oh, ignore me. I'm using Sous Chef :D sorry
File: Votan's Keybinder08/20/15
Ah. But I do. DIALOG_RESET is not i...
Posted By: merlight
Ah. But I do. DIALOG_RESET is not in the scroll-list? In Binder's saved vars it has keyCode = 55, which is 'X', used in multiple bindings and I don't know which one it should be. There is no SI_BINDING_NAME_DIALOG_RESET in and in i...
File: Votan's Keybinder08/19/15
The error I posted earlier is cause...
Posted By: merlight
The error I posted earlier is caused by actionName "DIALOG_RESET". Still no idea why it's missing in addon.masterList. Last issue I had was due to me changing some keybinds to use a special row type I added to the list. Its setupCallback calls your SetupRow hook, so it almost worked. But I can't do the same with the factory functi...
File: AwesomeGuildStore08/19/15
Feature request: sort Listings by i...
Posted By: merlight
Feature request: sort Listings by item type. But not exactly per ITEMTYPE_* numeric value. For example I'd like to see a block of recipes, then ingredients, then food, then drinks, then alchemy solvents, then reagents, then runes, then all *_BOOSTER items, etc.
File: Votan's Keybinder08/19/15
Another note: KEYBINDING_MANAGER:Ha...
Posted By: merlight
Another note: KEYBINDING_MANAGER:HandleBindingSet hook (the real one, not the dummy pre-init dummy one) looks like it could be replaced with plain EVENT_KEYBINDING_SET handler. KEYBINDING_MANAGER:HandleBindingCleared as well, perhaps, but I'm not 100% sure as it calls the original later.
File: Votan's Keybinder08/19/15
This might be a bit too much to ask...
Posted By: merlight
This might be a bit too much to ask, but I want to use this that much, so I have to ask ;) I added a call counter and got 9 KEYBINDING_MANAGER:HandleBindingsLoaded calls upon load, and thought that was why you commented the refresh out. After uncommenting the call to RefreshList() I found the real reason :D Your SetupRow needs Sa...
File: Votan's Keybinder08/19/15
One more question: if I delete the...
Posted By: merlight
One more question: if I delete the saved vars, then log in another character that has my custom bindings setup, it should make them default, right?
File: Votan's Keybinder08/19/15
This will be the perfect add-on for...
Posted By: merlight
This will be the perfect add-on for me. I'm too lazy too type /binder load, and too distrustful to set /binder auto. Two issues, though. 1) HookKeybindingEventsHidding I understand the reasoning, and agree with it, but... I have an unfinished-for-six-months keybind-filtering addon/lib lying around, which does KEYBINDING_MANAGE...
File: Potion Maker (for Alchemy Crafting)08/19/15
Ah yes. :o If I remember right, esc...
Posted By: merlight
Ah yes. :o If I remember right, escaping pipe was necessary in ESO. What about this http://www.esoui.com/forums/showpost.php?p=22714&postcount=9 That's a different kind of escape, but my fault mangling it. Backslash-escape in string is interpreted by the Lua parser, it is used to include special characters, such as quotes (whic...
File: Potion Maker (for Alchemy Crafting)08/19/15
backslash pipe, it's near the end o...
Posted By: merlight
backslash pipe, it's near the end of line 837 in
File: Potion Maker (for Alchemy Crafting)08/19/15
hmm. I have used it for 2 weeks now...
Posted By: merlight
hmm. I have used it for 2 weeks now, without any problem. And I don't have a backslash before the pipe. Any my luac is fully satisfied with the code :confused: Please let me know, if you have the same problem in-game. Because efficiency is important, if you have to parse 1500+ itemLinks :) Hm, appears I'm checking with luac5.2...
File: Potion Maker (for Alchemy Crafting)08/19/15
luac: autoupdate/unpacked/PotionMak...
Posted By: merlight
luac: autoupdate/unpacked/PotionMaker/PotionMaker100011.lua:837: invalid escape sequence near '\|' Just got this after update, haven't tried ingame yet ;) Edit: might be more readable (less effictient, yes) to just get those values via ZO_LinkHandler: local function grabLinkValues(linkText, linkStyle, linkType, ...) loc...
File: Advanced Filters08/12/15
Edit: nevermind. It's a conflict wi...
Posted By: merlight
Edit: nevermind. It's a conflict with AwesomeGuildStore, which is adding the bottom filter row.
File: Advanced Filters08/12/15
Re: Weird Graphics
Posted By: merlight
I have this going on after todays update, any ideas? That comes from my lib Randactyl included, but right now I have no idea why. I don't use IGV, will have to test with that if there's some conflict. edit: Err... not really. You must have another add-on that adds filters to the Sell tab. My lib adds this feature to AdvancedFil...
File: MiniMap by Fyrakin08/05/15
EsoUI/Libraries/Globals/globalapi.l...
Posted By: merlight
EsoUI/Libraries/Globals/globalapi.lua:181: function expected instead of nil stack traceback: EsoUI/Libraries/Globals/globalapi.lua:181: in function '(anonymous)' I get this error with 2.58 when i enter Cyrodil and my fps drop to 4-5, and can't dismiss it. ./MiniMap.lua +4143 ... zo_callLater(MM_CleanupKeepNetwork, 1) un...
File: Addon Selector (Save AddOn profiles/packs)08/01/15
Good, I don't have to fix Addon Pro...
Posted By: merlight
Good, I don't have to fix Addon Profiles when there's a working alternative:p