AsurielRO Posted January 31, 2021 Posted January 31, 2021 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
0 Patskie Posted February 1, 2021 Posted February 1, 2021 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
0 Emistry Posted February 3, 2021 Posted February 3, 2021 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
0 AsurielRO Posted February 4, 2021 Author Posted February 4, 2021 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
0 AsurielRO Posted February 4, 2021 Author Posted February 4, 2021 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
Question
AsurielRO
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
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.