Results: 275Comments by: ziggr
File: HomeStationMarker11/09/20
/hsm clear
Posted By: ziggr
/hsm clear
File: WritWorthy11/08/20
Re: Tooltip Options
Posted By: ziggr
I love Marify's Confirm Master Writ. Glad to see others do, too. I'm not adding this to WritWorthy, you can add it to your own copy of WritWorthy. To disable tooltips on your own copy of WritWorthy, you probably can do so by commenting its call to WritWorthy.TooltipInterceptInstall(): WritWorthy.lua, lines 586-618 586 functi...
File: WritWorthy11/06/20
It might take a few days before Dol...
Posted By: ziggr
It might take a few days before Dolgubon has a chance to teach LibLazyCrafting about the new Markarth sets. LibLazyCrafting is an amazing and powerful library, but it does require work after each update. Until LibLazyCrafting is updated, park this master writ (and any other master writ that calls for Update 28/Markarth sets) on a...
File: WritWorthy11/01/20
6.2.1 oops not 6.0.4
Posted By: ziggr
Good catch. Thanks. I forgot to update the version number in the changelog. The only change in 6.2.1 is ivann339's updated Russian translation, and bumped version numbers in the WritWorthy.txt manifest file. No code changes, new features, or bug fixes. I will probably update again in a week or two with new Markarth motifs a...
File: WritWorthy10/28/20
Re: Station Icons
Posted By: ziggr
Is there any way to change the station icon colors and/or make them bigger? Our guild house makes it hard to see these icons because of the light blue sky background. Btw, I do love these icons but miss seeing a lot of them when running down the set stations isle. There's no UI to control marker color, but the code that contro...
File: LibCraftText09/02/20
Re: Thoughts?
Posted By: ziggr
No idea. Line 357 lands in the middle of a multi-line statement, shouldn't even be part of a stack trace. The only nil dereference I can think of would be if LibCraftText or LibCraftText.MATERIAL would be nil, but that makes no sense. 352 function Daily.ParseConditionGlyph(cond_text) 353 local self = LibCraftText 354 loc...
File: HomeStationMarker08/28/20
HomeStationMarker 6.0.2 with RU translations.
Posted By: ziggr
Thank you! Added to zip file and uploaded as HomeStationMarker 6.0.2. For russian client players: (mediafire link)
File: WritWorthy08/27/20
WritWorthy 6.0.4 French translations
Posted By: ziggr
Thank you, @JAKEZ31 for the French translations. Added to WritWorthy's zip file and published as WritWorthy 6.0.4. Hope you all are having fun in ESO. Glad to see WritWorthy still helps so many people. --Z PS: WritWorthy does support Mimic stones, iFedix. Try the "M" checkbox column in the WritWorthy window.
File: HomeStationMarker07/13/20
To reset locations, /hsm forgetlocs...
Posted By: ziggr
To reset locations, /hsm forgetlocs then /hsm scanlocs . how do i clear markers for stations ive moved? I have them floating around in my house for no reason
File: HomeStationMarker06/03/20
/hsm clear
Posted By: ziggr
HomeStationMarker 6.0.1 just released with new /hsm clear command to clear all markers and refcounts. Locations are not cleared. Use /hsm forgetlocs if you want something that drastic. I have markers for writs I had to complete manually, or deselected from writworthy, tried disabling HomeStationMarker, reloading UI and re-enabl...
File: WritWorthy06/03/20
Ziggr's Grand Linchal Manor → Psijic Grand Villa
Posted By: ziggr
What happened to @ziggr's grand linchal manor crafting emporium? I moved everything to my Psijic Grand Villa. All are welcome: https://i.imgur.com/dzEq8wu.png (I ran out of furnishing slots in Grand Linchal, so I had two choices: rip out 12 more trees to make room for Greymoor stations, or move to somewhere without any lands...
File: WritWorthy05/30/20
WritWorthy 6.0.3 released with motif_id=60 for Refabricated
Posted By: ziggr
I also added a new function WritWorthy.Smithing.ScanMotifs() that you can call from the chat window to dump unknown motifs to chat/debuglog. Might make it a bit easier to add new motifs next update. Used the above function to learn the correct motif_id numbers for all the new Greymoor motifs. Also found Icereach Coven and Pyre Wi...
File: WritWorthy05/29/20
WritWorthy 6.0.2 with Teva's fixes for Greymoor
Posted By: ziggr
Thank you, Teva. WritWorthy 6.0.2 with your fixes is uploaded, available soon. --Z to the file WritWorthy_Link.lua add these material lines (around line 112)
File: WritWorthy05/13/20
GetItemStyleMaterialLink()
Posted By: ziggr
You could generate the material links from the style numbers instead of manually hardcoding them all: GetItemStyleMaterialLink(number itemStyleId, number LinkStyle linkStyle) return material's link Good idea! WritWorthy does indeed use GetItemStyleMaterialLink() to fetch the style material link. WritWorthy_Smithing.lua...
File: WritWorthy05/07/20
WritWorthy 6.0.1 (and just about an...
Posted By: ziggr
WritWorthy 6.0.1 (and just about any earlier version) works fine with LibSets 0.1.6. Baertram's warning is for any add-on code that reaches directly into LibSets' internal data without going through an API call such as LibSets.GetSetInfo(). But WritWorthy goes through API calls. For example: function Parser:GetSetBonus(set_i...
File: WritWorthy05/06/20
LAGS WHEN crafting provisioning wri...
Posted By: ziggr
LAGS WHEN crafting provisioning writs WritWorthy performs a O(n) scan of the writ list after each crafting completion, to find and mark the associated writ with green "crafting completed". This can be replaced with an O(1) table lookup if you want to add an index table. WritWorthy and the base game UI perform an O(n lg n) sort...
File: WritWorthy05/04/20
Re: WritWorthy 6.0.1 is ziggr's last relaese
Posted By: ziggr
Just a question: would it be possible to get this style data if you have installed CraftStore and fetch it from there? Maybe there would be a potential workaround if you talk to Rhyono about that issue. Yes, CraftStore has the numbers needed. Programmatically digging through CraftStore's internal data to pull those numbers is one...
File: WritWorthy05/03/20
Re: WritWorthy 6.0.1 is ziggr's last relaese
Posted By: ziggr
Want to update WritWorthy for your own copy? Go for it! Want to upload new versions of WritWorthy? File a pull request at github and I'll look it over. If I accept enough pull requests from someone, I'll add them as a maintainer and get out of the way. What I usually do for WritWorthy each new ESO release: Read PTS notes...
File: WritWorthy05/03/20
WritWorthy 6.0.1 is ziggr's last relaese
Posted By: ziggr
I stopped playing ESO in 2018. After two years of support, I'm taking a break from all my add-ons. To the folks for whom WritWorthy works well, it likely will continue to do so for years. New set bonuses will likely still work, since they're supported by Baertram's LibSets. New motifs will not work! WritWorthy has to have...
File: WritWorthy04/27/20
Coldharbour's Favorite / Senche-Raht's Grit required traits swapped
Posted By: ziggr
Thanks for letting me know. The bug is that WritWorthy and its libraries have erroneously swapped the required traits for two Elsweyr sets: Coldharbour's Favorite (setId=437) erroneously has traitsNeeded=5, should be 8. Senche-Raht's Grit (setId=438) erroneously has traitsNeeded=8, should be 5. The fix requires a change...
File: WritWorthy03/20/20
Thank you! Nice catch. Will upload...
Posted By: ziggr
Thank you! Nice catch. Will upload a version with your fix soon (probably tomorrow, after sleep and coffee). --Z I made a change to line 190 in WritWorthy_Smithing.lua to make Shield of Senchal Master Writs work It appears that New Moon Priest and Shield of Senchal are both set to page_id = 2748 I copied a completed achi...
File: WritWorthy03/17/20
Re: I've lost the Writworthy Interface
Posted By: ziggr
Exit ESO (cannot edit SavedVariable files while logged into ESO). Open SavedVariables\WritWorthy.lua in a text editor. Find and delete the 7-line "position" record. Save SavedVariables\WritWorthy.lua and exit text editor. Launch ESO and login. WritWorthyVars = { = { = { =...
File: HomeStationMarker03/11/20
Jewelry stations: yeah, some times...
Posted By: ziggr
Jewelry stations: yeah, some times HomeStationMarker refuses to mark a station. I have yet to figure that bug out. Donation: no thank you. I have all that I could ever need. Pay it forward. Make the game a nicer place for the next guildie who needs some help getting through a boss, or hand some food or training gear to a newbie y...
File: HomeStationMarker03/06/20
Set abbreviations
Posted By: ziggr
HomeStationMarker.SET_ABBREV, defined in HomeStationMarker_Text.lua: HomeStationMarker.SET_ABBREV = { = 161 -- Twice-Born Star , = 51 -- Night Mother's Gaze , = 207 -- Law of Julianos , = 92 -- Kagrenac's Hope , = 43 -- Armor of the Seducer , = 41 -- Whitestrake's Retribution } These are the onl...
File: HomeStationMarker02/28/20
Re: esoui mixup?
Posted By: ziggr
Oops. My mistake. I selected the wrong .zip file from my workstation when uploading today's update. Fixed. I just uploaded the correct .zip file. This is what happens when I try to update more than one add-on on the same day. --Z For some reason minion and esoui replaced the latest version of this with libcrafttext