Fableonian 1 Posted January 10, 2017 Share Posted January 10, 2017 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 https://wrobot.eu/forums/topic/4725-ifhasquest/ Share on other sites More sharing options...
Droidz 2738 Posted January 10, 2017 Share Posted January 10, 2017 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 https://wrobot.eu/forums/topic/4725-ifhasquest/#findComment-21888 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