Advertisement
Guest User

ESO Research fix

a guest
Aug 21st, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. /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
  2.  
  3. Paste this into chat and it should be fixed. For clearance, it does NOT stop or cancel any researches
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement