Results: 1356Comments by: Rhyono
File: Enchanted Quality04/07/17
Any chance that this can be changed...
Posted By: Rhyono
Any chance that this can be changed from additional tooltip text (I have a lot already, honestly) to coloring the name of the enchantment? :rolleyes: "If anyone volunteers for tackling making the enchantment name colored: feel free." That requires a custom rendering of the tooltip, like CritPercent. So if anyone wants to do th...
File: CraftStore Fixed and Improved04/06/17
Any chance of re-implementing the f...
Posted By: Rhyono
Any chance of re-implementing the furniture previews that are in the vanilla crafting stations UI? I've looked at it a bit before and it might be a pain; it's on the to-do list, I just don't know how quickly I'll get around to it. Sorry for asking but I kind of lost track what the newest up-to-date version (with all functions e...
File: CraftStore Endless Archive04/05/17
I got both styles and only appear o...
Posted By: Rhyono
I got both styles and only appear one piece as learned, when in previous versions this issue did not exist. Which one shows? I hope you can see this pic. https://ibb.co/bUtS3v I don't have any crown store motifs, so you'll have to let me know if the fix worked.
File: CraftStore Fixed and Improved04/05/17
Couldn't bother listing the slash c...
Posted By: Rhyono
Couldn't bother listing the slash command to open it? I tried what would make sense /cs /craftstore and neither worked :confused: As far as I know, no slash commands existed. You were supposed to use the button in the top left corner or use a keybind. I've added both of the slashes you mentioned in my patch.
File: CraftStore Endless Archive04/05/17
I got both styles and only appear o...
Posted By: Rhyono
I got both styles and only appear one piece as learned, when in previous versions this issue did not exist. Which one shows?
File: CraftStore Endless Archive04/04/17
Re: Fix mixes learned motifs
Posted By: Rhyono
Ok, i can tell you the German definition. Unused16 = Stalhrim-Frostwirker Unused19 = Seidenring Unused20 = Mazzatun Hope it Helps :) I think you'll like the fix. Here's the tooltip bit I was talking about (very bottom of the item): http://puu.sh/v9zZt/471683bc8a.pnghttp://puu.sh/v9AmI/3804f34cd1.png
File: CraftStore Endless Archive04/04/17
Re: Re: Re: Re: Re: Re: Re: Fix mixes learned motifs
Posted By: Rhyono
Tooltips? I don't know what that is. I mean the Style-List. I checked the code and it pulls the data from the system; it looks like ZoS hasn't defined those in German.
File: CraftStore Endless Archive04/03/17
Re: Re: Re: Re: Fix mixes learned motifs
Posted By: Rhyono
It happens if i am logged in - lets say with char2 and open the motifs for char1 - seems only the dark brotherhood ones. I found the problem: I fixed Grim Harlequin (BlackSwan had the wrong ID). Grim only uses one ID, but he had it setup to check 14 like any other motif. Due to positioning, Grim bled into Dark Brotherhood crown st...
File: CraftStore Fixed and Improved04/03/17
Re: New Error Msg
Posted By: Rhyono
I just got the following error msg. Only happens when I try to craft furntire at a provisioning fire: user:/AddOns/CraftStoreFixedAndImproved/CraftStore.lua:743: attempt to index a nil value stack traceback: user:/AddOns/CraftStoreFixedAndImproved/CraftStore.lua:743: in function 'CS.CookShowRecipe' user:/AddOns/CraftStoreFixe...
File: CraftStore Endless Archive04/03/17
Re: Re: Re: Re: Re: Fix mixes learned motifs
Posted By: Rhyono
Also there are some motivs (at the bottom) shown as unused16, unused19 and unused20. Do you mean on the tooltips? I've yet to look into the tooltip handling, but I think he's pulling that name from the system and ZoS hasn't set it. I do know that the global for those are things like ITEMSTYLE_UNUSED16 while the Breton style (for e...
File: CraftStore Fixed and Improved04/02/17
Re: Missing Diagrams
Posted By: Rhyono
2 Blacksmithing Diagrams, Cage, Wild Animal Cage, Covered are missing from the CS's list. He actually has them in the list, but they aren't showing up due to having a level of 0. I don't know why they do, but I've re-enabled them in my patch. Any chance we get A hide known/hide unknown for the Furniture and Recipes butto...
File: CraftStore Fixed and Improved04/02/17
Re: unable to craft robust target skeleton
Posted By: Rhyono
Despite having all mats, CraftRunes would not let me fashion Target Skeleton Robust Humanoid (red display - no response to selection). Temporarily disabling the addon let me proceed and make the object. This is a known issue, but one I thus far haven't been able to figure out without the ability to craft such things.
File: CraftStore Endless Archive04/02/17
Hey there, is your base addon, w...
Posted By: Rhyono
Hey there, is your base addon, where you have applied the fixes, the following one? http://www.esoui.com/downloads/info1376-CraftStoreFixedandImproved.html If not: Could you please use this as the base and add your fixes, or tell the author to do so? Many thanks! http://www.esoui.com/downloads/info1376-CraftStoreFixedandIm...
File: CraftStore Fixed and Improved04/01/17
Re: LUA error
Posted By: Rhyono
Oh, I see. It's weird that nobody had reported problem with furniture before. I've fixed it and made the quantities of each visible on the tooltip: Patch.
File: CraftStore Fixed and Improved03/31/17
Re: Re: Re: LUA error
Posted By: Rhyono
Try this one.
File: CraftStore Fixed and Improved03/31/17
Re: LUA error
Posted By: Rhyono
Your list 27 is the same as mine...I'm going to try buying random recipes and see if I can cause a failure for myself. It's not making sense.
File: CraftStore Fixed and Improved03/30/17
Re: Jester's Festival Recipes
Posted By: Rhyono
With regards to the newly added Jester's Festival Recipes, it's a simple matter to add them to the recipe tracker. Just find the file "CraftStore_VarInit.lua" in the main CraftStore Add-on folder. Find the line: recipelist = { *list of numbers* } and append the following to the end of the list: ,120767,120768,120769,120770 Thes...
File: CraftStore Fixed and Improved03/30/17
Re: Re: Re: Re: Re: Re: Re: LUA error
Posted By: Rhyono
true, Wood Elf Pedestal, Engraved, 3, 0, 0, 3, 3 I bought that one just now so I could try to reproduce the problem and...nope. How many Mundane Rune, Bone and Jejota do you have? What is the recipe right before it in that list?
File: CraftStore Fixed and Improved03/30/17
Re: Re: Re: Re: Re: LUA error
Posted By: Rhyono
27, 19 control = WM:GetControlByName('CraftStoreFixed_RuneGlyphSectionScrollChildButton'..inc) Could you execute /script d(GetRecipeInfo(27,19)) in ESO chat and tell me what it returns?
File: CraftStore Fixed and Improved03/29/17
Re: Re: Re: LUA error
Posted By: Rhyono
If I immediately pressed extract or make runes and left the crafting station, I could go back in without the error unless I pressed the furniture icon again. If I press the furniture icon and leave the crafting station without pressing one of the other modes, I cannot reenter the crafting station without getting the error and am bug...
File: CraftStore Fixed and Improved03/27/17
Re: Re: Re: Re: Re: Re: Re: Re: LUA error
Posted By: Rhyono
Thank you! To be honest it's not a game-breaking issue, you can easily deal with it, but still worth reporting. I believe I've found a related problem: CraftStore doesn't know how many of an item are required to make a furniture item. So far, I haven't found anything in the API that relays this info so I'm going to ask on the foru...
File: CraftStore Fixed and Improved03/27/17
Re: LUA error
Posted By: Rhyono
All are latest versions. I am not using the patch. Edit. With all addons disabled except craft store, I still get the error. Try this (it's just the main file, not a full install) and use an enchanting station. I expect you to get three lines of data to your chat. Copy that data to here.
File: CraftStore Fixed and Improved03/27/17
Re: Re: Re: Re: Re: Re: LUA error
Posted By: Rhyono
Still has the error with those disabled. Is your CraftStore up to date and if so are you using the current version or the patched version? It's really not possible to say because I don't receive any kind of message, the item is simply red. I had everything needed to craft it and I could do it as soon as I disable this addon......
File: Auto Research03/26/17
If you add it so that it will attem...
Posted By: Rhyono
If you add it so that it will attempt to research things that will take the least amount of time, I can't see any reason not to use it on an alt. That's already the default functionality. Ah, sorry. I'm at work and couldn't try it out. Looks like a good concept, though.
File: Auto Research03/26/17
I wouldn't use this on my main as I...
Posted By: Rhyono
I wouldn't use this on my main as I'm highly selective at this point (all 7+), but it's ideal for an alt. If you add it so that it will attempt to research things that will take the least amount of time, I can't see any reason not to use it on an alt.