Jump to content

Hidden Quests or World Bosses


KnightRyder

Recommended Posts

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
Share on other sites

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...