AsurielRO Â Â 2 Posted January 31 Hi there good morning everyone! I would like to request a NPC that can reset illusion dungeon quest. If needed i can give illusion dungeons quest database just send me a DMÂ Â Quote Share this post Link to post Share on other sites
0 Patskie   220 Posted February 1 If you don't want to show us your scripts, perhaps you could show us a snippet on how it would restrict players on doing Illusion Quest again (i.e. timers, variables being set upon completion, etc.) Other than this, I am not sure how we can help you 1 Quote Share this post Link to post Share on other sites
0 Emistry   2,043 Posted February 3 if (checkquest(12345, PLAYTIME) == 2) { mes "Quest expired, removed from player."; erasequest 12345; } if you're using the quest_db to check for expired quest to remove them,. Quote Share this post Link to post Share on other sites
0 AsurielRO   2 Posted February 4 On 2/1/2021 at 9:31 PM, Patskie said: If you don't want to show us your scripts, perhaps you could show us a snippet on how it would restrict players on doing Illusion Quest again (i.e. timers, variables being set upon completion, etc.) Other than this, I am not sure how we can help you Hello thank, maybe i can give the whole quest database? Quote Share this post Link to post Share on other sites
0 AsurielRO   2 Posted February 4 14 hours ago, Emistry said: if (checkquest(12345, PLAYTIME) == 2) { mes "Quest expired, removed from player."; erasequest 12345; } if you're using the quest_db to check for expired quest to remove them,. Thank you @Emistry, can you give me more example like a example npc that use that function? I want something like a npc with options what kind of illusion dungeons you want to reset and all quest id are inserted to each selection after that players need illusion stone ( 5pccs ) in able to reset a specific illusion dungeon whole quest. Quote Share this post Link to post Share on other sites
Hi there good morning everyone!
I would like to request a NPC that can reset illusion dungeon quest.
If needed i can give illusion dungeons quest database just send me a DM
Â
Â
Share this post
Link to post
Share on other sites