Jump to content
  • 0

Illusion Reset NPC


AsurielRO

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  67
  • Reputation:   2
  • Joined:  05/01/20
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

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

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

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,.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  67
  • Reputation:   2
  • Joined:  05/01/20
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  67
  • Reputation:   2
  • Joined:  05/01/20
  • Last Seen:  

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...