I’m trying to check if the quest for the prot warrior hidden artifact appearance is active or not by running this script in a macro.
/run print(IsQuestFlaggedCompleted(44311))
/run print(IsQuestFlaggedCompleted(44312))
But it doesn’t return anything. Normally it should return false/true or true/false depending if it is actually active or not.
I used this script like half a year ago and it worked back then. Did something change?
Yes, that command no longer works.
Use this instead:
/script print(C_QuestLog.IsQuestFlaggedCompleted(44311))
/script print(C_QuestLog.IsQuestFlaggedCompleted(44312))
Oh so it was that simple. Thank you very much for the info. Much appreciated
Thank you!
Literally got the wrong line of code from a Tech support game master just a day or so ago and, after having a hard time as a new player understanding all the other (correct) information, when this didn’t work I went down the well worn rabbit hole of “I don’t understand” and “this is my fault”. Came on here, tried your script and immediately got the right answer.
THANK YOU. I might enjoy WOW again at some point in the future after this helpful, clear and obvious set of instructions.
hey all i have a question ive searched for this apperance for a long time but i dont know how to use the scripts correctly and how to see if the shield is up and i cant find anything on the web that explaning for me exactly how to use it proberly
I have no idea what you mean, are you looking for a quest reward item for transmog?
you just alter the number in the script to the quest number, which you get from wowhead.
Also you shouldn’t necro old threads.
No i just thinking about how to use the script/macro for the legion artifact apperance for prot warrior when you entering the cave like this one
/script print(C_QuestLog.IsQuestFlaggedCompleted(44311))
/script print(C_QuestLog.IsQuestFlaggedCompleted(44312))
and what i am asking for is just how to see if the shield is in the cave or not with that script becuse it says False and true and sometimes both is false when i am in the cave in the vault to get the apperance i just dont understand how to do the whole thing with the script xD
and sorry for bringin up an old thread ^^
You can’t use it to see if something is present, the script is to see if a quest is complete. Look at the middle, Is Quest Flagged Completed. I says if the quest number 44311 is complete.
okey thank you ^^
Please do not bump 5 month old threads.