TeamSSL Posted June 28, 2023 Posted June 28, 2023 Hey there, I am working on a f2p quest script. I only need around 5 quests more. Anyway all quests are easy to check if they are done except for demon slayer. Probaly because the 5 words are used in shadow of the storm. Normally I use the config of the quest to check if it is on it's done number to check if the quest is done but since demon slayer uses varbits it is hard to tell... Is there a good way to check if the quest is done? I already made x marks the spot which also uses varbits but I found a good way to check if it is done there. Any help is appreciated! Thanks for reading and hope you have a wonderful day.
TeamSSL Posted June 28, 2023 Author Posted June 28, 2023 solution: getQuests().isComplete(Quests.Quest.DEMON_SLAYER); 1