September 22, 20178 yr Hi there, i would like to automate heirloom buying for my profiles. Is it possible to check for gold in inventory => 500 and maybe check for itemlevel of the heirloom, they have 3 upgrade levels: 0 (to lvl 60) buy item 1 (to lvl 90) upgrade1 2 (to lvl 100) upgrade2 3 (to lvl 110) upgrade3 right now i can check if the heirloom is learned with <QuestsSorted Action="If" NameClass="wManager.Wow.Helpers.ItemsManager.HasItemById(122358)" /> <QuestsSorted Action="GoToStep" NameClass="971" /> <QuestsSorted Action="EndIf" NameClass="" /> It would be great to check gold and the level of the heirloom. Any ideas? Any help would be great. Thank you Best regards
September 23, 20178 yr Hello, c'est lua code for that, look wow interface to know how to use functions https://github.com/tomrus88/BlizzardInterfaceCode/search?utf8=✓&q=heirloom+&type=
Create an account or sign in to comment