Jump to content
  • GetQuestCompleted error/bug?


    y2krazy
    • Version: All Product: WRobot General Type: Bug Status: Not a Bug

    Trying to use the following code, but even though a quest is in my log, it's showing up as completed for some reason...

    <QuestsSorted Action="If" NameClass="!Quest.GetQuestCompleted(XXXX)" />
    <QuestsSorted Action="WriteLog" NameClass="Pick Up Quest Here..." />
    <QuestsSorted Action="EndIf" NameClass="" />

    Thoughts on why this would be returning False when I am standing in front of the quest giver who gives me the quest and it is available for pick up?

    PS: This is for Vanilla (1.12.1).



    User Feedback

    Recommended Comments

    Correct code (derp):

    <QuestsSorted Action="If" NameClass="!Quest.GetQuestCompleted(XXXX)" />
    <QuestsSorted Action="PickUp" NameClass="PickUpQuestHere" />
    <QuestsSorted Action="EndIf" NameClass="" />

     

    Edited by y2krazy
    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...