The Gold Road Chapter – which includes the Scribing system – and Update 42 is now available to test on the PTS! You can read the latest patch notes here: https://forums.elderscrollsonline.com/en/discussion/656454/
Maintenance for the week of April 22:
• PC/Mac: NA and EU megaservers for patch maintenance – April 22, 4:00AM EDT (08:00 UTC) - 9:00AM EDT (13:00 UTC)
• Xbox: NA and EU megaservers for patch maintenance – April 24, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)
• PlayStation®: NA and EU megaservers for patch maintenance – April 24, 6:00AM EDT (10:00 UTC) - 12:00PM EDT (16:00 UTC)

PSA: Dulgubon's Lazy Writ Crafter and other addons broken by today's patch - fix

Pyr0xyrecuprotite
Pyr0xyrecuprotite
✭✭✭✭✭
Until the addons are updated, you can either use Minion to install the Medic addon, or comment out a few lines in one of the lua files for Lazy Writ Creator - refer to the comments on the ESOUI.com site for that addon. Note that using Medic also fixes issues with Writworthy not working.
Originally Posted by Rokton
USE THIS AT YOUR OWN RISK!!!

I made a very crude fix to make the addon work. I changed so that the doesCharHaveSkill function always returns true. I have no idea what consequences this could have, so use it at your own risk. I have used it for my 8 characters with maxed processions and it seems to be working fine as a temporary fix.

Only use this if you have maxed crafting skill on the characters you are going to do writs on.

Go to C:\Users\USERNAME\Documents\Elder Scrolls Online\live\AddOns\DolgubonsLazyWritCreator and find WritCreator.lua.
Open it with a text editor like Notepad++ and go to line 546 (or local function doesCharHaveSkill if your editor doesn't have a line counter).
Comment out (put -- infront of each line) everything in the function other than the "return true" statement. The comments should be on line 548, 550, 551, 553, 555, 565 and 557.
It should now look like this:

local function doesCharHaveSkill(patternIndex,materialIndex,abilityIndex)

--local requirement = select(10,GetSmithingPatternMaterialItemInfo( patternIndex, materialIndex))

--local _,skillIndex = GetCraftingSkillLineIndices(GetCraftingInteractionType())
--local skillLevel = GetSkillAbilityUpgradeInfo(SKILL_TYPE_TRADESKILL ,skillIndex,abilityIndex )

--if skillLevel>=requirement then
return true
--else
-- return false
--end
end

If you don't understand what was changed, then I would recommended you to wait for an official fix.
Edited by Pyr0xyrecuprotite on March 12, 2019 1:43AM
  • lientier
    lientier
    ✭✭✭✭
    it is updated :)
    PC-EU @lientier
  • Pyr0xyrecuprotite
    Pyr0xyrecuprotite
    ✭✭✭✭✭
    As of the evening of Monday, March 11, the following addons (broken by the latest ZoS update) had new versions released by the addon authors (available on ESOUI.com or via Minion):
    • Dulgubon's Lazy Writ Crafter
    • Craftstore (may require you to delete saved variables first before reinstalling the addon)
    • Daily Alchemy
    • USPF (Skill Point Finder)
    • Superstar

    Not updated, but use the Medic (UI Fixes) addon to see if that helps:
    • Writworthy (this works with Medic)
    • Inventory insight
    • Raetia info hub

    Note: if the addon you use is giving UI errors and has not been updated yet (including any not on the list above), you may need to include the Medic addon in the .txt file for your addon, as well as installing the Medic addon, as per this thread: https://esoui.com/forums/showpost.php?p=37348&postcount=16
    If an addon is not working and shows a ZO_Skill.... error including this line with addoncompatibility then
    download the adddon "Medic UI fixes" AND edit the txt file of the addon not working and add/change if it already exists the line here:
    Code:
    ##DependsOn: Medic
    
    If the line already exists then just add Medic at the end like this
    Code:
    ##DependsOn: Addon1 Addon2 Medic
    
    Reloadui
    This assures that Medic gets loaded BEFORE this addon and should fix the function code
    Edited by Pyr0xyrecuprotite on March 12, 2019 3:24PM
Sign In or Register to comment.