Twintop's Resource Bar

Twintop's Resource Bar

670k Downloads

Conjured Chillglobe - Add new ilvl/versions for Fated season

Twintop opened this issue ยท 1 comments

commented

Due to item upgrades existing now, the way Conjured Chillglobe's mana return works needs to be updated.

Unless the mana amount can be pulled from a tooltip, will probably need to have a lookup table for all ilvls and the mana it returns. Then, call
GetItemInfo(GetInventoryItemLink("player", 13|14))
or
GetDetailedItemLevelInfo(select(2,GetItemInfo(GetInventoryItemLink("player", 13|14))))
on both trinket slots to snapshot the current ilvl.

Note to future self: include ilvls for:

  • S1 LFR/Normal/Heroic/Mythic
  • S4 upgrades
  • Timewalking BC/Wrath/Cata/MoP/WoD/Legion
commented

Not available to cross reference on Live yet and no working PTR. Will revisit this week to at least build the S1 lookups.