Files 2
Downloads 154,318
Favorites 252
Content
View Bug Report
Fails to detect "Alchemist" quests
Bug #: 1388
File: Crafting Writ Assistant
Date: 06/11/15 03:01 AM
By: Noobanidus
Status: Fixed
GetCraftingWritTypeFromQuestName, around ~103 in main .lua file fails to check for "Alchemist", only checking for "Alchemy". This leads to returnValue being nil, and an error being raised around line ~170, where you attempt to index a table (CurrentCraftingWritSteps) with nil.

Inserting:

Code:
if PlainStringFind(questName, "Alchemist") then
    returnValue = CRAFTING_TYPE_ALCHEMY
end
into the end of the function resolves this issue.

Also, hi, this is an awesome add-on, and we spoke earlier in-game (I'm Nooby S Noobington).

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Argusus - 06/11/15 06:01 AM
Hey , I remember you! Thanks for the feedback, Sorry I missed that! I appreciate it. I have uploaded a patch just now and verified it works. thanks again!