[DiscordArchive] Anyone had any luck with creating a quest NPCs ...
[DiscordArchive] Anyone had any luck with creating a quest NPCs ...
Archived author: Needle • Posted: 2025-04-10T16:22:44.442000+00:00
Original source
Archived author: Needle • Posted: 2025-04-10T16:22:45.396000+00:00
Original source
Thread automatically created by Gorikon in <#415944535718494208>
Archived author: Jyria • Posted: 2025-04-10T16:32:53.692000+00:00
Original source
Like some sort of "Bounty?" where u ask for a quest and it has a pool of 20 quests to pick from
Archived author: Jyria • Posted: 2025-04-10T16:33:42.878000+00:00
Original source
Or something like a daily rotation?
Archived author: Jyria • Posted: 2025-04-10T16:34:33.620000+00:00
Original source
If you're looking for a rotation kind of way atleast there is a NPC in Dalaran next to violet hold that has different quests weekly/daily.
Archived author: tester • Posted: 2025-04-10T16:57:12.519000+00:00
Original source
iirc most of that stuff is done via the Conditions table?
Archived author: Gorikon • Posted: 2025-04-10T18:04:48.476000+00:00
Original source
The idea would be you click on the NPC and click the quest, that quest would have a pool of around five different quests that it would give you one randomly.
Archived author: Justurn • Posted: 2025-04-10T23:30:39.246000+00:00
Original source
I did this for daily dungeon quests. Use pool_quest and pool_template to create the pool and add quests to the pool
Archived author: Justurn • Posted: 2025-04-10T23:35:33.953000+00:00
Original source
https://github.com/ZepplinCore-Developme..._pools.sql
https://github.com/ZepplinCore-Developme...quests.sql
here are some examples
[Embed: Zeppelin-Core/SQL/custom/db_world/Dungeons/zz_daily_dungeon_quest_p...]
Contribute to ZepplinCore-Development/Zeppelin-Core development by creating an account on GitHub.
https://github.com/ZepplinCore-Developme..._pools.sql
[Embed: Zeppelin-Core/SQL/custom/db_world/Dungeons/zz_daily_dungeon_quests....]
Contribute to ZepplinCore-Development/Zeppelin-Core development by creating an account on GitHub.
https://github.com/ZepplinCore-Developme...quests.sql
Archived author: Gorikon • Posted: 2025-04-11T22:22:48.588000+00:00
Original source
Thank you.