AsurielRO Posted January 31, 2021 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 67 Reputation: 2 Joined: 05/01/20 Last Seen: October 19, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Patskie Posted February 1, 2021 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: November 10, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted February 3, 2021 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 2 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 AsurielRO Posted February 4, 2021 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 67 Reputation: 2 Joined: 05/01/20 Last Seen: October 19, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
0 AsurielRO Posted February 4, 2021 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 67 Reputation: 2 Joined: 05/01/20 Last Seen: October 19, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.