View Single Post
10/19/15, 03:44 AM   #1
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
[implemented] More detailled ITEMTYPE_TROPHY

ITEMTYPE_TROPHY regroup :
  1. treasure maps --> Find with GetItemLinkQuality (ARCANE) and IsItemBound for now. or raw table with itemId


  2. surveys maps --> Find with GetItemLinkQuality (ARCANE) and IsItemBound for now. or raw table with itemId


  3. collectible trophies (IC trophies) --> Find with GetItemLinkQuality (ARTIFACT) & IsItemLinkConsumable for now. or raw table with itemId

    PS : for this one a GetItemLinkCollectibleTrophyRequired(itemLink) will be cool. ex 60 or 150 for IC ones


  4. lore trophies (quests) --> Find with GetItemLinkQuality (MAGIC), GetItemLinkOnUseAbilityInfo & IsItemBound for now. or raw table with itemId


  5. style trophies (style frag motif) --> Find with GetItemLinkQuality (ARTIFACT) & IsItemLinkConsumable for now. or raw table with itemId
    PS: For this one, something to tell us the style related. maybe GetItemLinkItemStyle should be enought.

  6. recipe trophies (psijik recipe frag) --> Find with GetItemLinkQuality (ARTIFACT) & IsItemLinkConsumable for now. or raw table with itemId
    PS: For this one, something to tell us the recipe related. maybe GetItemLinkRecipeResultItemLink should be enought.


  7. Undaunted keys (but not IC ones) --> Find with GetItemLinkQuality (ARTIFACT) & IsItemLinkConsumable for now. or raw table with itemId


  8. some bugged quest items --> Yes there are. few but exists


Could you expand a bit ?

Last edited by Ayantir : 10/19/15 at 04:46 AM.