Jump to content

Ifhasquest


Fableonian

Recommended Posts

How to use the condition on this. I want it to work with a self created quest which is not in my questlog and has a complete condition. I tried to use Quest.HasQuest(nameofquest) but did didnt do anything. Any suggestions?

Link to comment
Share on other sites

Hello, in c# use:

wManager.Wow.Helpers.Quest.HasQuest(1234)

(replace 1234 by quest id, and add ! before if you want test if character not have quest).

If you use quest editor and you want check it in "quests order", add step type "IfHasQuest" or "IfHasNotQuest" with in param the quest id (don't forget to add step type "EndIf").

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...