Files 0
Downloads 0
Favorites 0
My AddOns
    View Bug Report
    Research Assistant, Toutorial gear, deconstruction and Traits
    Bug #: 921
    File: Research Assistant (Find your researchable items)
    Date: 07/03/14 08:46 AM
    By: zgrssd
    Status: Unconfirmed
    The two Toutorial completion items (Er-Jaseens worn jacket |H1:item:54984:2:3:0:0:0:0:0:0:0:0:0:0:0:0:6:0:0:0:0|h|h and Sentinel's Lash
    |H1:item:54982:2:3:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:36:0|h|h) say in thier tooltip that they have a trait (Training), but they are not marked by research assistant as known/unknow trait. They are not marked at all.

    It is noticeable that those two don't appear in the Deconsttrution menu either.
    However they do appear in the Research menu, so they can be researched even if they cannot be deconstructed.

    I guess you are checking for "IsDeconstructable" right now. Wich apparently excludes those two items (and propably similar ones).

    RSS 2.0 Feed for Bug CommentsNotes Sort Options
    By: ingeniousclown - 07/09/14 11:35 AM
    You are correct in that guess. This is a known bug and since tutorial gear isn't that common outside of alts and new players, I decided that this wasn't a particularly important bug to work around. As a result, they aren't even seen to be equipment by my add-on.

    There is an API function that takes an item (bagId, slotIndex) and a tradeskill type and returns whether or not that item may be deconstructed in that tradeskill. That is the way that I figure out what tradeskill a given item belongs to and, unfortunately, I do not know of a better way than that.