I am working on the quests for my mod and for the life of me I cannot figure out how to stop a quest from showing back up in a conversation after it’s been completed.
Simple quest go kill boss, I got the quest working perfectly. After you kill boss and turn it in if you talk to the NPC again the Accept is there to do the quest again. Since it is complete it doesn’t allow you to take it again of course.
I checked multiple time’s that it is flagged as a Main Quest and I set the first task in the quest as a blocker task. I also made sure it is not a repeatable quest. Anyone have an idea?
in the conversation add a new speech and place it above the one where you get the quest text
add a new condition to it
QuestBlocked TRUE
it will take that one when the quest is done instead of the speech with the quest
Thanks for the reply warebear. I am trying this but it still refuses to work right. I have altered the BlockQuest Speech all over the place and it still won’t work.
I have attached a screenshot of my conversation. I tried placing a Questblocker after the first quest and second quest still didn’t work. Conversation works perfect and so does quest after I turn in first quest and accept the second one if I talk with the npc again she offers the first quest again. I managed to make this work on a test quest that I made up real quick but on this one yea no dice. I am guessing the placement of the blocker condition must be perfect in order to work?
you are right, not working for me either, never actually checked since the quest wasnt possible to complete before… anyways you can give a token after completing the quest and check if that token is False.
the quest block doesnt seem to work, maybe just something missing inside the quest, but Im too tired right now. Ill look again when I wake up, let me know if you got it with token, if not Ill write how you can do it with a token.
I copied vanilla settings, could just be a mod bug
Ah ha, thx Zantai! I figured it out now you basically need to put a QuestTaskComplete after the turn in of each quest in your conversation. Man I really need to compile the info I’ve learned the last few weeks of modding to help people out lol. Thanks for confirming and testing WareBear!