Artifact Ilvl issues with Netherlight Crucible #17


Open
  • nukmii created this issue Sep 15, 2017

    The Netherlight Crucible is up and running this week, which grants additional 5 ilvl for each relic on artifact. But the additional 5 ilvl info could not be retrieved by any bliz api: GetItemInfo, GetItemGem and GetDetailedItemLevelInfo. 

     

    The detecting function provided by this lib 'GetUpgradedItemLevel()' fails either.  Is there any other way other than waiting for an official fix?

  • Pingumania posted a comment Jun 8, 2018

    I think there is currently only one way to completely fix this. We have to use the tooltip scanning method not with SetHyperlink but rather SetInventoryItem and SetBagItem. For this to work we also have to pass additional arguments. unit and slot for SetInventoryItem. bag and slot for SetBagItem.


To post a comment, please login or register a new account.