How to make a quest once per instance?
Hi all,
I am trying to add a quest into a dungeon which will only be allowed to be taken once per instance. So far I have been able to create the quest, add it to an npc and make it available. When to user takes the quest it disappears from the npc just fine. My problem is that if the user leaves the dungeon and then returns the quest is again available at the NPC.
Anyone have any pointers?
Thanks
Re: How to make a quest once per instance?
You have to make it not repeatable
Re: How to make a quest once per instance?
I tried un-checking both Repeatable and Repeatable after failure and both seem to have no effect. Interestingly i did find this:
In Unknown 48 on requirements tab.
If you have the following it requires you to be squad lead to activate the quest:
00-00-00-00-00-01-01 .... <rest of string>
Setting either to 0 or both will not require squad lead to activate:
00-00-00-00-00-00-01 .... <rest of string>
00-00-00-00-00-01-00 .... <rest of string>
00-00-00-00-00-00-00 .... <rest of string>
Not sure what Ronny can do with that :)