December 14, 20178 yr 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, 20178 yr by createdby
December 15, 20178 yr Hello, use action "If" with this code: !Quest.HasQuest(44226) && !Quest.GetQuestCompleted(44226)
Create an account or sign in to comment