Jump to content

Quest Not Complete


createdby

Recommended Posts

hi guys

i need help again

I am writing a quest
I need a query for the following

not completed quest

I 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 by createdby
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...