Results: 15Comments by: t31os
File: WritWorthy07/10/19
URL error
Posted By: t31os
Just a heads up, the link to one of the lib dependancies in the description for this addon has an error. https://www.esoui.com/donloads/info2204-LibPrice.htmlMissing a W in the URL. https://www.esoui.com/downloads/info2204-LibPrice.htmlEDIT: Actually it appears the first three lib links all have this error.
File: Crafting Experience06/14/19
Open to suggestions
Posted By: t31os
Feel free to give me your honest feedback. EDIT: I wrote this addon a while back, seems i hadn't got the jewelry interaction covered(it was not in the game back when i originally made it), i've updated the code locally already. I'll push out an update later today more than likely.
File: ESO Master Recipe List09/20/15
Will this tell me the ingredient i'...
Posted By: t31os
Will this tell me the ingredient i'm looking at in the loot menu can be used by a recipe i have? No. If you scan the list of recipes you know via the main interface however, it will tell you what ingredients you require and whether you have them in either your bank or inventory. You can track ingredients though, ingredients marked...
File: SkyShards09/20/15
Not sure what changed in the latest...
Posted By: t31os
Not sure what changed in the latest 1.9.1 version of Skyshards, but icons are misplaced over various zones for me, rolling back to 1.9.0 solved the problem however. Not sure if 1.9.0 includes IC data (as i don't have IC), but it's at least working correctly for other zones as best i can observe. EDIT: I also noticed that Lorebooks s...
File: AUI - Advanced UI09/17/15
Sensi do you think the option to us...
Posted By: t31os
Sensi do you think the option to use the old attribute bars is something you'll consider for the next version? As much i like the new design, the old one suits me better with how i have my UI setup. Sticking with 1.2.8 for now, just curious if adding the option for the old bars is something you're considering for the immediate fut...
File: ESO Master Recipe List09/17/15
Re: Update 1.37
Posted By: t31os
Greetings, Apologies for the delay in updating my addons. I have been in and out of the hospital and facing difficult life changes due to what is known as a Brain Cavernoma, which is basically a malformation of blood vessels believed to be caused by an early little legue injury that is now causing persistent bleeding in my brain. M...
File: ESO Master Recipe List09/13/15
Re: Re: Re: Re: Re: Re: Can't Cook!
Posted By: t31os
Of course it all works fine without band-aids after the V15 recipes are added to the data tables (19 of them require updating) and the main code is changed to account for the 44 new recipes. Those changes are extensive though, especially for the data tables since it isn't just a matter of adding the new recipe data at the end of each...
File: AUI - Advanced UI09/13/15
Re: Re: Re: Key bindings
Posted By: t31os
Anyone else have the problem with the attribute bars disappearing in combat? It happens even with the show always option on. Nope, works all the time for me. I'd suggest testing with other addons disabled though, rule out a clash between code sets on matching events. Yeh, I get this all the time. It is pretty frustrating. It usu...
File: AUI - Advanced UI09/13/15
Re: Key bindings
Posted By: t31os
Anyone else have the problem with the attribute bars disappearing in combat? It happens even with the show always option on. Nope, works all the time for me. I'd suggest testing with other addons disabled though, rule out a clash between code sets on matching events. I downloaded this addon for the mini map. But its unclear to m...
File: ESO Master Recipe List09/13/15
Re: Re: Re: Re: Can't Cook!
Posted By: t31os
This breaks cooking for me. Whenever I go to a cooking fire and access it, i get this error: user:/AddOns/MasterRecipeList/MasterRecipeList.lua:1419: attempt to index a nil value stack traceback: user:/AddOns/MasterRecipeList/MasterRecipeList.lua:1419: in function 'SetStationColors' user:/AddOns/MasterRecipeList/MasterReci...
File: ESO Master Recipe List09/13/15
I'm also going to experiment, i've...
Posted By: t31os
I'm also going to experiment, i've just picked up a couple of VR15 recipes so i can reproduce the error you guys are seeing.
File: No, thank you!09/13/15
Just a small bug report. There's a...
Posted By: t31os
Just a small bug report. There's a small oversight on Line 609 of NoThankYou.lua, the setting is taking a default value from the wrong object property. Does not break any functionality, but an error is an error and figured i'd take a moment to let you know... ;) --Enlightened alert { type = "checkbox",...
File: ESO Master Recipe List09/06/15
Re: Can't Cook!
Posted By: t31os
This breaks cooking for me. Whenever I go to a cooking fire and access it, i get this error: *snip If you were to make the two changes Sorondor posted then the addon will function again, simply minus the new IC recipes. For convenience, here's the modified code from my install in a few pastebins. MasterRecipeList.lua http://pas...
File: ESO Master Recipe List09/05/15
You can fix the loop by placing an...
Posted By: t31os
You can fix the loop by placing an additional condition around it. This area chokes because the StationChecking array/object does not have data inline with the additional count of recipes following the latest update. local cv = StationChecking.cv for i = 1, #StationChecking.tr do if StationCh...
File: AUI - Advanced UI09/02/15
Just wanted to say a quick thanks f...
Posted By: t31os
Just wanted to say a quick thanks for getting AUI working for the latest patch in such short order, i truly cannot play ESO effectively without it anymore, and that hadn't hit me until i had to try post-patch. Big thanks for maintaining and writing this addon! :)