The guild I buy most from in Vvardenfell (Savage Blade) were the cheapest for a OH Sword with a trait. And even they were pricing OH Swords beyond reasonable basics for research worthy material.
silvereyes wrote: »
Thankfully, there is a way to cancel the bugged timer with script commands.
The following chat command force cancels all bugged research lines while at a craft station:/script local s=GetCraftingInteractionType() for l=1,GetNumSmithingResearchLines(s) do for i=1,select(3,GetSmithingResearchLineInfo(s,l)) do if select(3,GetSmithingResearchLineTraitInfo(s,l,i)) and select(2,GetSmithingResearchLineTraitTimes(s,l,i)) then CancelSmithingTraitResearch(s,l,i) end end endAlternatively, my addon AutoResearch does this automatically whenever you go to a craft station with a bugged timer: http://www.esoui.com/downloads/info1652-AutoResearch.html
silvereyes wrote: »I've reported this bug multiple times on both Morrowind live and HotR PTS, but I guess it hasn't been fixed.
The issue is that sometimes a research timer gets reset once research is completed, even though the research is complete. The combination of active timer + complete status leaves the system in limbo, unable to start new research until the research line with the timer is canceled, but unable to cancel the timer due to some check in the cancel research UI.
Thankfully, there is a way to cancel the bugged timer with script commands.
The following chat command force cancels all bugged research lines while at a craft station:/script local s=GetCraftingInteractionType() for l=1,GetNumSmithingResearchLines(s) do for i=1,select(3,GetSmithingResearchLineInfo(s,l)) do if select(3,GetSmithingResearchLineTraitInfo(s,l,i)) and select(2,GetSmithingResearchLineTraitTimes(s,l,i)) then CancelSmithingTraitResearch(s,l,i) end end endAlternatively, my addon AutoResearch does this automatically whenever you go to a craft station with a bugged timer: http://www.esoui.com/downloads/info1652-AutoResearch.html
EDIT: to clarify, the above command does *not* cancel all research. Only the research line and trait that is stuck.
delarb14_ESO wrote: »I have multiple characters affected by this bug affecting Blacksmithing, Clothing and Woodworking stations. ESO charges 400 crowns per Instant Blacksmithing, Clothing and Woodworking Research scroll to reduce research time on a project by 1 day. I certainly hope that ESO keeps this in mind after the multiple days this bug has been in effect...
silvereyes wrote: »I've reported this bug multiple times on both Morrowind live and HotR PTS, but I guess it hasn't been fixed.
The issue is that sometimes a research timer gets reset once research is completed, even though the research is complete. The combination of active timer + complete status leaves the system in limbo, unable to start new research until the research line with the timer is canceled, but unable to cancel the timer due to some check in the cancel research UI.
Thankfully, there is a way to cancel the bugged timer with script commands.
The following chat command force cancels all bugged research lines while at a craft station:/script local s=GetCraftingInteractionType() for l=1,GetNumSmithingResearchLines(s) do for i=1,select(3,GetSmithingResearchLineInfo(s,l)) do if select(3,GetSmithingResearchLineTraitInfo(s,l,i)) and select(2,GetSmithingResearchLineTraitTimes(s,l,i)) then CancelSmithingTraitResearch(s,l,i) end end endAlternatively, my addon AutoResearch does this automatically whenever you go to a craft station with a bugged timer: http://www.esoui.com/downloads/info1652-AutoResearch.html
EDIT: to clarify, the above command does *not* cancel all research. Only the research line and trait that is stuck.
XistenZ_one wrote: »Sorry for off-topic but I can't let this comment slide...As a side note, you lot (the trade guilds) are ******* disgusting. The guild I buy most from in Vvardenfell (Savage Blade) were the cheapest for a OH Sword with a trait. And even they were pricing OH Swords beyond reasonable basics for research worthy material.
If no one would buy the items for "overprice", then the prices would drop.
Pyr0xyrecuprotite wrote: »@Mystrius_Archaion - I don't think you replied to the correct forum posting? None of your comments are in connection with the trait research slot problem. Note that this is an old thread that I necro'd today, because the original problem has reappeared.
Pyr0xyrecuprotite wrote: »Does anyone know how to update this script appropriately?
/script local s=GetCraftingInteractionType() for l=1,GetNumSmithingResearchLines(s) do for i=1,select(3,GetSmithingResearchLineInfo(s,l)) do if select(3,GetSmithingResearchLineTraitInfo(s,l,i)) and select(2,GetSmithingResearchLineTraitTimes(s,l,i)) then CancelSmithingTraitResearch(s,l,i) end end end
silvereyes wrote: »Pyr0xyrecuprotite wrote: »Does anyone know how to update this script appropriately?
/script local s=GetCraftingInteractionType() for l=1,GetNumSmithingResearchLines(s) do for i=1,select(3,GetSmithingResearchLineInfo(s,l)) do if select(3,GetSmithingResearchLineTraitInfo(s,l,i)) and select(2,GetSmithingResearchLineTraitTimes(s,l,i)) then CancelSmithingTraitResearch(s,l,i) end end end
It should still work, even with Jewelry Crafting, I believe. You have to have the appropriate craft station interface open, though.
Obviously old bug reappeared and should be fixed again by ZOS.
Mr_Conflicts wrote: »Obviously old bug reappeared and should be fixed again by ZOS.
Indeed, it appears to be a new version of an old bug. I have encountered this bug while attempting to research clothing traits. However, as the old fix no longer works, I am not sure its the same exact bug. One thing I am wondering is if it is related to my usage of the skill reset shrine. Yesterday I decided to utilize the skill reset at a shrine and I hadn't experienced any crafting or research problems until that reset of my skills. I went to sleep right after I did the skill reset, and when I woke up this morning, I noticed that I could research a trait for a piece of clothing. This is when I encountered the bug.