Grail

3M Downloads

Heart of Azeroth Level as P: Condition

yoshimo opened this issue ยท 5 comments

commented

Some Quests require a certain level for your necklace , aka the heart of azeroth , to become available.
How would we do this in Grail? Not sure which api even exposes the heart level

commented

Perhaps the item link will have information in it. I will have to check.

commented

C_AzeriteItem.GetAzeriteItemXPInfo and related might work according to https://www.reddit.com/r/wow/comments/9829nh/macro_or_well_api_access_to_heart_of_azeroth_data/

commented

/dump C_AzeriteItem.GetPowerLevel(C_AzeriteItem.FindActiveAzeriteItem())
returns 73, which is what we need.

commented

This feature has been added to the next version of Grail.