Download
(16 Kb)
Download
Updated: 03/20/21 08:19 AM
Pictures
File Info
Compatibility:
Flames of Ambition (6.3.5)
Markarth (6.2.5)
Stonethorn (6.1.5)
Greymoor (6.0.5)
Updated:03/20/21 08:19 AM
Created:06/10/15 11:08 PM
Monthly downloads:344
Total downloads:144,126
Favorites:235
MD5:
Categories:Beta-version AddOns, TradeSkill Mods, Utility Mods
Crafting Writ Assistant  Popular! (More than 5000 hits)
Version: .34b
by: Argusus [More]
Crafting Writ Assistant will conveniently display the current crafting writ you have in your quest journal when you visit that particular crafting station. See screen shots for examples. It will display crafting writs for alchemy, woodworking, blacksmithing, clothier, provisioning and enchanting writs. AND now Master Writs!

Dependencies
LibAddonMenu-2.0
LibCraftText


Please feel free to message on my author portal, with any feedback, bugs and requests!
CHANGE LOG:
  • 08-30-2020 Enabled selected writs to remain selected after crafting, Updated recipe name check to use zo_strformat (thanks Baertram)
  • 07-17-2020 Removed lib folder and added needed Libs to "dependenies"
  • 04-12-2020 Removed Libstub reference
  • 03-08-2020 Added option for leaving window open when exiting station, must be enabled in add-on settings
  • 07-21-2019 Updated UI for Enchanting and Provision Details to be dynamic based on the quest step info
  • 07-20-2019 Updated RU translation file, Added Enchanting Rune names for Enchanting writs
  • 05-27-2018 Added Jewelry crafting writ support.
  • 02-25-2018 Fixed a UI Display bug when turning in a Master Writ.
  • 02-19-2018 Added Completion Text Color indicator (Thanks to DonRomano for doing this work)
  • 01-28-2018 Updated API for Dragon Bones
  • 01-25-2018 Added New Setting to display window at Guild Store
  • 01-16-2018 Fixed Display issue where the Writ window was not displayed due to zoning bug.
  • 01-11-2018 Fixed Display issue for Second Provisioning Recipe not displaying ingredients.
  • 12-31-2017 Updated API for Clockwork City, Added Master Writ Support, Expanded German translations support
  • 09-04-2017 Updated API for Horns of the Reach, and added bug fixes
  • 08-02-2016 Updated API for Shadows of the Hist
  • 04-30-2016 Updated API for Thieves Guild
  • 02-25-2016 Added German translations for writs (Special Thanks to jr.returns)
  • 09-04-2015 Update to new API for Imperial City update, updated quest log when items are pulled from bank or guild bank
  • 08-04-2015 added new settings for guild bank display, bank display
  • 06-04-2015 Added new option to display provisioning ingredients next to writs
  • 03-04-2015 fixed window setting to remember your preference (Special thanks Phinix)
Archived Files (5)
File Name
Version
Size
Uploader
Date
.31b
16kB
Argusus
09/01/20 05:50 PM
.31b
16kB
Argusus
09/01/20 05:45 PM
.30b
16kB
Argusus
08/30/20 10:35 AM
.29b
16kB
Argusus
07/17/20 06:27 AM
.28b
16kB
Argusus
07/14/20 09:02 AM


Post A Reply Comment Options
Unread 08/24/19, 08:37 AM  
Argusus
AddOn Author - Click to view AddOns

Forum posts: 120
File comments: 113
Uploads: 2
hi there, thanks for the screen shots , those are helpful.

For the enchanting runes request
good news! I added sorting to the rune list. This morning so all should be good. I tested with my enchanter writ crafters and I saw the expected results. if you find other wise, let me know. the update has been published.


For the recipe issue: Thats really odd that the API from the game is saying that you don't know a certain recipe. Basically in the addon, I'm using "local known = GetRecipeInfo()" to tell me if you know a recipe or not, then showing the Red Text with "unknown" if it returns False and the ingredients if the API returns True.. Where did you find this recipe? I can write a test app to isolate this issue with one of my characters to see if its something I can fix specific to this recipe, I haven't experienced this before with my 8 alts and their recipes.




Originally Posted by Noxifer
Hi

I noticed the other day (well, it was a while before that, but I forgot to take a screenshot, and then it took a while before I had the same recipe again) that not all provisioning recipes are supported.



It lists Rye-in-Your-Eye as unknown, when I obviously know the recipe already ^^; The first time, I ran off and bought it when I saw the 'unknown recipe' note, and only realised once I couldn't use it that I did, in fact, know it ^^;
It's the only recipe I've come across that does that, but that doesn't mean there aren't others. I guess they were added in a later update that this AddOn doesn't take into consideration?


Another note: It would be awesome if the Enchanting ingredients could be listed in the same order each time ^^; Either alphabetical (e.g. Makko, Odra, Ta) or Potency, Essence, Aspect order (e.g. Odra, Makko, Ta), so it's easier to find them, especially when you skill up your Enchanting and get new stones to play with or when you have several alts that are at different stages (for reasons) and you forget which stage this particular alt is on. But if it's something that'd be tricky to code, it's no biggie =)
Report comment to moderator  
Reply With Quote
Unread 08/24/19, 06:15 AM  
Noxifer

Forum posts: 1
File comments: 43
Uploads: 0
Hi :D

I noticed the other day (well, it was a while before that, but I forgot to take a screenshot, and then it took a while before I had the same recipe again) that not all provisioning recipes are supported.



It lists Rye-in-Your-Eye as unknown, when I obviously know the recipe already ^^; The first time, I ran off and bought it when I saw the 'unknown recipe' note, and only realised once I couldn't use it that I did, in fact, know it ^^;
It's the only recipe I've come across that does that, but that doesn't mean there aren't others. I guess they were added in a later update that this AddOn doesn't take into consideration?


Another note: It would be awesome if the Enchanting ingredients could be listed in the same order each time ^^; Either alphabetical (e.g. Makko, Odra, Ta) or Potency, Essence, Aspect order (e.g. Odra, Makko, Ta), so it's easier to find them, especially when you skill up your Enchanting and get new stones to play with or when you have several alts that are at different stages (for reasons) and you forget which stage this particular alt is on. But if it's something that'd be tricky to code, it's no biggie =)
Report comment to moderator  
Reply With Quote
Unread 07/21/19, 10:28 AM  
Argusus
AddOn Author - Click to view AddOns

Forum posts: 120
File comments: 113
Uploads: 2
Originally Posted by Rothry
Hi Argusus,

since the last update of your addon i get the following messages in the chat:




And the new feature of displaying runes overlaps with the name of the rune (which isnt displayed in whole)


Is there a possible fix?
Hello, Thank you for reporting this. I have applied a patch that will hopefully resolve this. I could not change my client to test but this should resolve it. Please provide more screen shots if it does not those are very helpful.
Report comment to moderator  
Reply With Quote
Unread 07/21/19, 02:58 AM  
Rothry

Forum posts: 1
File comments: 126
Uploads: 0
Hi Argusus,

since the last update of your addon i get the following messages in the chat:




And the new feature of displaying runes overlaps with the name of the rune (which isnt displayed in whole)


Is there a possible fix?
Report comment to moderator  
Reply With Quote
Unread 06/04/19, 10:56 PM  
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member

Forum posts: 210
File comments: 865
Uploads: 0
Red face Re: Re: Re: Re: Update Coming Soon, Hopefully?

Originally Posted by Argusus
Originally Posted by amber1019
Originally Posted by Argusus
Originally Posted by amber1019
Any chance of an update?
Also, compatibility with Craftstore and PotionMaker? How's that going?
I'd love to be able to use this addon.
Hello, yes I'll try to get an update over the next few days. What kind of integration would you like to see with those addons?
Hooray! As far as the other addons go, I just want them all to play nicely with each other. I haven't tried to use this addon yet, but I do have the other two, and from what I've seen in the comments, something about this addon doesn't work well with Craftstore and/or PotionMaker, though I'm not sure what exactly the issues are.
Can you please download and try to use potion maker and the other addon? Then, Please screenshots and post any errors here? I downloaded the Potion maker addon, but I don't see any errors.
Sure! I may not be able to get back to you until this coming weekend or the weekend after.
Report comment to moderator  
Reply With Quote
Unread 06/04/19, 07:46 PM  
Argusus
AddOn Author - Click to view AddOns

Forum posts: 120
File comments: 113
Uploads: 2
Re: Re: Re: Update Coming Soon, Hopefully?

Originally Posted by amber1019
Originally Posted by Argusus
Originally Posted by amber1019
Any chance of an update?
Also, compatibility with Craftstore and PotionMaker? How's that going?
I'd love to be able to use this addon.
Hello, yes I'll try to get an update over the next few days. What kind of integration would you like to see with those addons?
Hooray! As far as the other addons go, I just want them all to play nicely with each other. I haven't tried to use this addon yet, but I do have the other two, and from what I've seen in the comments, something about this addon doesn't work well with Craftstore and/or PotionMaker, though I'm not sure what exactly the issues are.
Can you please download and try to use potion maker and the other addon? Then, Please screenshots and post any errors here? I downloaded the Potion maker addon, but I don't see any errors.
Report comment to moderator  
Reply With Quote
Unread 05/30/19, 09:43 PM  
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member

Forum posts: 210
File comments: 865
Uploads: 0
Talking Re: Re: Update Coming Soon, Hopefully?

Originally Posted by Argusus
Originally Posted by amber1019
Any chance of an update?
Also, compatibility with Craftstore and PotionMaker? How's that going?
I'd love to be able to use this addon.
Hello, yes I'll try to get an update over the next few days. What kind of integration would you like to see with those addons?
Hooray! As far as the other addons go, I just want them all to play nicely with each other. I haven't tried to use this addon yet, but I do have the other two, and from what I've seen in the comments, something about this addon doesn't work well with Craftstore and/or PotionMaker, though I'm not sure what exactly the issues are.
Report comment to moderator  
Reply With Quote
Unread 05/30/19, 09:00 AM  
Argusus
AddOn Author - Click to view AddOns

Forum posts: 120
File comments: 113
Uploads: 2
Re: Update Coming Soon, Hopefully?

Originally Posted by amber1019
Any chance of an update?
Also, compatibility with Craftstore and PotionMaker? How's that going?
I'd love to be able to use this addon.
Hello, yes I'll try to get an update over the next few days. What kind of integration would you like to see with those addons?
Report comment to moderator  
Reply With Quote
Unread 05/26/19, 09:27 PM  
NeuroticPixels
Addon Addict
 
NeuroticPixels's Avatar
Premium Member

Forum posts: 210
File comments: 865
Uploads: 0
Question Update Coming Soon, Hopefully?

Any chance of an update?
Also, compatibility with Craftstore and PotionMaker? How's that going?
I'd love to be able to use this addon.
Report comment to moderator  
Reply With Quote
Unread 12/04/18, 11:25 PM  
XIIICaesar

Forum posts: 2
File comments: 24
Uploads: 0
Am getting this error after upfating WritWorthy. It requires to install LibPrice & LibAddonMenu-2.0 separately and since doing that this error popsup evreytime I travel. Screenshot link attached.

https://drive.google.com/file/d/18bP...ew?usp=sharing
Last edited by XIIICaesar : 12/04/18 at 11:25 PM.
Report comment to moderator  
Reply With Quote
Unread 08/04/18, 10:13 PM  
Argusus
AddOn Author - Click to view AddOns

Forum posts: 120
File comments: 113
Uploads: 2
Originally Posted by otakunet21
It would be great if this addon worked with the CraftStore and PotionMaker addons so it shows the writ helper box when im cooking or doing alchemy or enchanting. since these addons changes those interfaces it doesnt show me whats up.


Love the addon otherwise!
Awesome, glad you are finding CWA useful. That's interesting that those addons change the UI in such a way that CWA can't display. I will install these to see if I can reproduce the issue. In the meantime, if you have any screen shots of errors, please post them here and that will be helpful. I'll get back to you on this.
Report comment to moderator  
Reply With Quote
Unread 08/04/18, 08:18 PM  
otakunet21
 
otakunet21's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
It would be great if this addon worked with the CraftStore and PotionMaker addons so it shows the writ helper box when im cooking or doing alchemy or enchanting. since these addons changes those interfaces it doesnt show me whats up.


Love the addon otherwise!
Report comment to moderator  
Reply With Quote
Unread 05/27/18, 10:41 PM  
Argusus
AddOn Author - Click to view AddOns

Forum posts: 120
File comments: 113
Uploads: 2
Re: Jewel crafting

Originally Posted by Elvoc
I can't seem to get the crafting assistant window to show up for Jewel crafting, everything else works as intended..Thanks
Update posted!
Report comment to moderator  
Reply With Quote
Unread 05/27/18, 10:40 PM  
Argusus
AddOn Author - Click to view AddOns

Forum posts: 120
File comments: 113
Uploads: 2
Re: CWA

Originally Posted by lichlord
Please update!
Update posted.
Report comment to moderator  
Reply With Quote
Unread 05/27/18, 11:11 AM  
Argusus
AddOn Author - Click to view AddOns

Forum posts: 120
File comments: 113
Uploads: 2
Re: CWA

Originally Posted by lichlord
Please update!
Working on it today!! I will hopefully have this posted later tonight or tomorrow. I have the code completed and I had some good results from testing so I will have it updated shortly, thanks for your patience!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.