createdby 50 Posted December 14, 2017 Share Posted December 14, 2017 (edited) hi guys i need help againI am writing a questI need a query for the followingnot completed questI have tried to solve it but it does not work Quest.GetLogQuestIsNotComplete(245) Quest.IsObjectiveNotComplete(0, 245) i want make a start.xml There he should check if he did not complete the quest and then jump into the path <QuestsSorted Action="IfHasNotQuest" NameClass="44226" /> have not quest and not complete <QuestsSorted Action="WriteLog" NameClass="--- Start Sample 1 ---" /> <QuestsSorted Action="LoadProfile" NameClass="createdby\Legion\1.xml" /> <QuestsSorted Action="EndIf" NameClass="" /> <QuestsSorted Action="IfHasNotQuest" NameClass="44225" /> have not quest and not complete <QuestsSorted Action="WriteLog" NameClass="--- Start Sample 2 ---" /> <QuestsSorted Action="LoadProfile" NameClass="createdby\Legion\2.xml" /> <QuestsSorted Action="EndIf" NameClass="" /> <QuestsSorted Action="IfHasNotQuest" NameClass="44224" /> have not quest and not complete <QuestsSorted Action="WriteLog" NameClass="--- Start Sample 3 ---" /> <QuestsSorted Action="LoadProfile" NameClass="createdby\Legion\3.xml" /> <QuestsSorted Action="EndIf" NameClass="" /> greets thanks for any help Edited December 14, 2017 by createdby Link to comment Share on other sites More sharing options...
Droidz 2722 Posted December 15, 2017 Share Posted December 15, 2017 Hello, use action "If" with this code: !Quest.HasQuest(44226) && !Quest.GetQuestCompleted(44226) createdby 1 Link to comment Share on other sites More sharing options...
createdby 50 Posted December 15, 2017 Author Share Posted December 15, 2017 thanks droidz working perfect =) Link to comment 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