Results: 275Comments by: ziggr
File: WritWorthy07/10/17
IsSmithingStyleKnown(22+1) evaluate...
Posted By: ziggr
IsSmithingStyleKnown(22+1) evaluates to true I definitely don't know it. That's it! Thank you. I know what to do now. For any paged motif, I'll skip the call to IsSmithingStyleKnown() and rely solely on GetAchievementCriterion(). (I'll still call IsSmithingStyleKnown() for simple styles like Nord, and for whole-book crown...
File: WritWorthy07/09/17
For some reason, woodworking writs...
Posted By: ziggr
For some reason, woodworking writs that use ancient orc for staves no longer shows as unusable for me. It stopped working as of 3.0.1 (and currently doesn't work). Drats, I just tried to reproduce the bug, and nope: an Ancient Orc Staves writ on a non-crafter character, correctly says "Motif Ancient Orc not known". If I teach that...
File: WritWorthy06/22/17
Hopefully this will end up helping...
Posted By: ziggr
Hopefully this will end up helping you? Yeah, I've been watching that thread with eager anticipation. Assuming that abilityIndex never changes, just skillIndex, then those API changes would really help. Thanks for the pointer, and for nudging the API along toward ever-increasing levels of usefulness. --Z
File: WritWorthy06/22/17
Getting this error only on woodwork...
Posted By: ziggr
Getting this error only on woodworking writs with legendary quality... bad argument #3 to 'string.format' (integer expected, got nil) Yeah, turns out my whole "find the skill by index" code was based on a flawed assumption: skill index 6, ability 5, would be the same for everybody. Nope! So yeah, a lot of people have been getting...
File: WritWorthy06/21/17
Re: Suggestion
Posted By: ziggr
Hello, just wanted to suggest a few things. 1. Rename lables to "Set", "Type", "Style" and "Trait" instead of "Detail 1 to 4" 2. It would be great if "Detail1" label shows full name of the set 3. Sort by Location and then Station. so different sets at same zone can be done faster EDIT: 4. A tooltip by mouse rollover on "...
File: WritWorthy06/20/17
getting this error user:/AddOns/...
Posted By: ziggr
getting this error user:/AddOns/WritWorthy/WritWorthy_RequiredSkill.lua:94: operator < is not supported for nil < nil stack traceback: user:/AddOns/WritWorthy/WritWorthy_RequiredSkill.lua:94: in function 'RequiredSkill:FetchUpgradeInfo' user:/AddOns/WritWorthy/WritWorthy_RequiredSkill.lua:73: in function 'RequiredSkill:IsMaxx...
File: Dolgubon's Lazy Set (and Furniture!) Crafter05/29/17
Re: Re: Skeptical at first, but now I'm totally hooked
Posted By: ziggr
My initial reaction was "Meh, I have to set exactly the same style/traits/etc in either an add-on or at the crafting station, this add-on probably won't be worthwhile." Boy, was I wrong! This add-on is fantastic. Even more than the Writ crafter. Thank you so much for all your work. I'm trying to enhance WritWorthy so that a...
File: GuildBankLedger-discontinued05/28/17
Re: Milliseconds on timestamps
Posted By: ziggr
is it possible to add milliseconds to the timestamp? Or possibly another value that could uniquely identify rows? The GetTimeStamp() and GetGuildEventInfo() calls both return integer seconds, not milliseconds. Sorry, no millisecond precision. --Z
File: WritWorthy05/27/17
If you want the current style strin...
Posted By: ziggr
If you want the current style strings for those, you can just look in my CS's styles file. Heh. I was doing that very thing when you wrote. The API wiki just updated to version 19, there's a fresh copy of esoui source up, and I need to grab the new styles' quest IDs from your CraftStore update. Will be updating this weekend....
File: WritWorthy05/24/17
Re: Item Styles
Posted By: ziggr
By defining local variables it gives you a fallback system in case something is changed. Clever idea. Thank you!
File: WritWorthy05/05/17
The 10 voucher provisioning writs a...
Posted By: ziggr
The 10 voucher provisioning writs actually require 2 sets to be made. Yeah, I've been meaning to update the Alchemy and Provisioning estimates to factor that in. Alchemy writs seem to require 16-20x potions or 80-100x poisons: 4-5 clicks if you've maxed out the "Chemistry" skill. Provisioning writs seem to require 8x items: 2...
File: WritWorthy04/04/17
Is there any chance you might be wi...
Posted By: ziggr
Is there any chance you might be willing to make it compatible with Tamriel Trade Centre for those of us who use it instead of MM? It's a possibility. This is the second or third time somebody has asked for TTC support. Fellow players in my trade guilds use TTC and love it. Probably not anytime soon though. --Z
File: WritWorthy04/04/17
Hardcode it maybe? Done. I ju...
Posted By: ziggr
Hardcode it maybe? Done. I just uploaded version 2.7.10, which will fall back to hardcoded prices if there is no MM data. Hardcoded prices supplied for the basic style materials: 15g, and non-nirncrux trait materials: 5g. There is a UI option to enable/disable this fallback, default off. If you wish to change the defaul...
File: WritWorthy04/03/17
Noticed that recently a lot of mast...
Posted By: ziggr
Noticed that recently a lot of master writs started causing WritWorthy to show "?" as mat total. Found out its a side effect of me cleaning up MM history. Correct. If there is no M.M. estimate for a material, then WritWorthy cannot calculate an estimate for materials cost. Once your guild's store accumulates some sales history for...
File: WritWorthy03/29/17
Re: UI Errors - Writ Worthy 2.7.9
Posted By: ziggr
The following Imgur album has two images of two respective UI Error dialogs which were displayed when I opened a crafting reward container that included a Sealed Master Crafting Writ: http://imgur.com/a/XcGf0 I do not have a GitHub account, and no other way to upload a copy of the Saved Variables file. 1. That first UI error...
File: GuildBankLedger-discontinued03/29/17
Re: Causing Boot from Server
Posted By: ziggr
Hey, I love what this add-on does, makes my life as the official guild donation tracker so much easier. Unfortunately I am only having luck getting the scan to work about 1 in 5 times. I get booted from the server frequently while trying to run it for "Excessive Messaging." Any suggestions? In the GuildBankLedger add-on settings,...
File: WritWorthy03/29/17
A writ for heavy legs in glass styl...
Posted By: ziggr
A writ for heavy legs in glass style is not showing a warning. Both TraitBuddy and Craftstore are showing me that glass legs are unknown. Yeah, I'm still trying to figure out why that happens sometimes. Please help me figure out what's broken in WritWorthy: Make sure you have WritWorthy 2.7.9 (or newer if you're rea...
File: Guild Sales Quota-discontinued03/28/17
Re: Re: 2.7.3 now includes
Posted By: ziggr
As for getting the Rank Names, you can take a look at the addon GMen. Aha! GetFinalGuildRankName() is the answer. Done. Version 2.7.4 now includes all guild names, whether custom or default. Thank you for the pointer.
File: Guild Sales Quota-discontinued03/28/17
2.7.3 now includes "rank" column
Posted By: ziggr
I would like to request (if possible) for the addon to also extract the ranks for each member. Version 2.7.3 just uploaded, now includes a "rank" column. Includes rank number and name for any customized ranks. Includes just the rank number for any ZOS-supplied default ranks (such as "Guildmaster" for all the guilds I'm in.). I do...
File: WritWorthy03/23/17
WritWorthy 2.7.9 fixes
Posted By: ziggr
I had erroneously copied-and-pasted the light armor constants for trait research lines. Spotted immediately thanks to shiny new debug log output. Bug caused "Trait not known" if you really did know the trait for medium armor, but not light. Bug caused no red "Trait not known" to appear if you did not know the trait for medium...
File: WritWorthy03/23/17
WritWorthy 2.7.8 now includes debug logging
Posted By: ziggr
Just uploaded WritWorthy 2.7.8 which now includes useful debugging details in its SavedVariables\WritWorthy.lua file. Next time things go wrong: Take a screenshot of the offending writ tooltip. Even if you have to move a UI Error dialog out of the way. /reloadui to write the SavedVariables file. Send a copy of SavedVariables...
File: WritWorthy03/22/17
I am not sure, whether this behavio...
Posted By: ziggr
I am not sure, whether this behaviour changed, but the Addon does not show a warning (anymore) for a style (Dwemer Bow for example) I cant craft yet, but got a writ for. Definitely a bug. Somebody else also reported that the add-on was incorrectly reporting known motif pages. I do not yet know why it happens. Sorry. --Z
File: Shissu's Guild Tools03/10/17
Pull Request: Add email prefixes AW/WG to i18n
Posted By: ziggr
I love this add-on! I use it daily for recognizing guild members in town, teleporting to different zones, and sending email. I really like the new ShissuSuiteManager. Nice way to organize settings. One thing I do immediately after installing a new version of Shissu's Guild Tools is to edit contextmenu.lua to change Deutsch "AW: "...
File: WritWorthy03/09/17
The following is part of a screensh...
Posted By: ziggr
The following is part of a screenshot which I took after the game client displayed a UI Error when I attempted to examine a Sealed Writ. http://imgur.com/a/R42zJ Please remedy this error and update the add-on. Thank-you for your time and attention to this matter. In Game: @Shadowshire Any chance you still have that sealed...
File: WritWorthy03/03/17
Re: Incorrect Not Known Message
Posted By: ziggr
The pop-up has a red message that says "Motif Order of the Hour Not Known" However; my crafting skills meet all the requirements for the writ. Good to know. I probably have an incorrect constant somewhere for staff or something. I'll have to add some debugging/logging code to the next version so that next time this happens y...