Jump to content
  • Add a "must have completet this quest to do this"


    Arcangelo
    • Version: All Product: Quester Type: Suggestion Status: Not Added

    As a lot of quests in wow, are follow up from earlyer quest - and simply cannot be picked up unless another quest is done first.

    So i would really like to see an option to add like "This quest must be completed: Quest ID" <- added to the quester, this way they bot would know to skip an questline (if its to high lvl), and it make it so much easier to make a smooth questing profile :)



    User Feedback

    Recommended Comments

    In the quest order editor, add action type "IfHasQuest" and in the parameter "!Quest.GetQuestCompleted(39861)" Just replace the number with whatever your quest is, and dont forget the EndIf.

    Link to comment
    Share on other sites

    bit lets lets just say my profile have over 1000 steps (like 350 quest or so), so if i should add that to everything it would be a hell :-)

     

    So i would much prefer if @Droidz could add something that could do it directly

    Link to comment
    Share on other sites

    You can find your xml file of your quester profile, right click and edit/open with notepad.

    Where it starts with <QuestsSorted> near the top, will be your list of quests like in your order editor. Just go through and add something like:

     

        <QuestsSorted Action="If" NameClass="!Quest.GetQuestCompleted(EnterQuestIDHere)&#xD;&#xA;" />
        <QuestsSorted Action="MessageBox" NameClass="Message to diplay here!" />
        <QuestsSorted Action="StopBot" NameClass="" />
        <QuestsSorted Action="EndIf" NameClass="" />

     

     

    Link to comment
    Share on other sites

    41 minutes ago, KnightRyder said:

    You can find your xml file of your quester profile, right click and edit/open with notepad.

    Where it starts with <QuestsSorted> near the top, will be your list of quests like in your order editor. Just go through and add something like:

     

    
        <QuestsSorted Action="If" NameClass="!Quest.GetQuestCompleted(EnterQuestIDHere)&#xD;&#xA;" />
        <QuestsSorted Action="MessageBox" NameClass="Message to diplay here!" />
        <QuestsSorted Action="StopBot" NameClass="" />
        <QuestsSorted Action="EndIf" NameClass="" />

     

     

    Yea i feel the idea - but its a 1-60 quester profile, and i dont want it to stop - i just want it to ignore the quest and continue as if it simply wasent there :)

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