Hey guys I’m trying to get the screeches for the owlcat whilst leveling. I have found some macros to see it rolled and I have the macros for the portal location as well. When I use these all I’m getting is LUA errors, am I doing something wrong? I did just copy and paste these macros from the internet so I know I haven’t put any wrong letters or anything in.
Post those macros here. It’s possible that API functions that are used changed since they were made and now they don’t work. If I see them I might be able to fix them.
Hey mate sorry took so long to reply was at work. The macros i got are the following;
for the quest to see if it active, /dump IsQuestFlaggedCompleted(44326)
for hinterlands /dump IsQuestFlaggedCompleted(44328)
for duskwood /dump IsQuestFlaggedCompleted(44329)
and for feralas /dump IsQuestFlaggedCompleted(44327)
Now I can tell you what is wrong. With patch 8.2.5 Blizzard made changes to the quest API. Basicly function IsQuestFlaggedCompleted was changed into C_QuestLog.IsQuestFlaggedCompleted.
So this is what you need to do in those macros. Just replace IsQuestFlaggedCompleted with C_QuestLog.IsQuestFlaggedCompleted and they should work.