Random Quest each day

Hi! I wanna make for example pack of 20 quests within one NPC. It rolls the quest every 24hours and make it available for players (it can roll different for everyone, it doesn’t matter). What matters is that after completing this one quest, rest is locked. Do you have any ideas? Gossip in code?

Regards

http://collab.kpsn.org/display/tc/pool_quest might work

If it doesn’t, you can always use an ExclusiveGroup which is well explained in http://collab.kpsn.org/display/tc/quest_template#quest_template-Examplesdealingwithquests

Yeah, I know these, but thinking about adding one at random each day, not to pick one from twenty /emoticons/default_smile.png

Pool should do that

Thanks!

look at the daily-cook-quests in dalaran, it will be a perfect example for you