KnightRyder 77 Posted November 15, 2017 Share Posted November 15, 2017 I'm trying to setup a profile that would kill world bosses. Since the hidden quests are not in my quest log, I have "Not required in quest log" set true but it tends to skip over the quest. I think it is because i have no complete condition. However, I'm not sure how to make it check the quests for world bosses to see if they have been done and to move on to the next step. For example, Galleon's quest is 32098. How do I make it check to see if that is complete before going to next quest? Link to comment https://wrobot.eu/forums/topic/7674-hidden-quests-or-world-bosses/ Share on other sites More sharing options...
Droidz 2738 Posted November 15, 2017 Share Posted November 15, 2017 Hello, http://www.wowhead.com/quest=32098/short-supply-reward#comments , try to use IsQuestFlaggedCompleted Link to comment https://wrobot.eu/forums/topic/7674-hidden-quests-or-world-bosses/#findComment-35054 Share on other sites More sharing options...
KnightRyder 77 Posted November 15, 2017 Author Share Posted November 15, 2017 I've been trying to use this, but I keep getting various Compilator errors. return GetQuestsCompleted([32098]); return IsQuestFlaggedCompleted(32098); return Quest.IsQuestFlaggedCompleted(32098); return QuestHelper.IsQuestFlaggedCompleted(32098); Link to comment https://wrobot.eu/forums/topic/7674-hidden-quests-or-world-bosses/#findComment-35069 Share on other sites More sharing options...
Droidz 2738 Posted November 16, 2017 Share Posted November 16, 2017 return wManager.Wow.Helpers.Lua.LuaDoString<bool>("return IsQuestFlaggedCompleted(32098);"); Link to comment https://wrobot.eu/forums/topic/7674-hidden-quests-or-world-bosses/#findComment-35110 Share on other sites More sharing options...
KnightRyder 77 Posted November 16, 2017 Author Share Posted November 16, 2017 4 hours ago, Droidz said: return wManager.Wow.Helpers.Lua.LuaDoString<bool>("return IsQuestFlaggedCompleted(32098);"); Thanks again. Link to comment https://wrobot.eu/forums/topic/7674-hidden-quests-or-world-bosses/#findComment-35123 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now