Jump to content
  • 0
Sign in to follow this  
Lambo

[Request] Quest Script

Question

A Quest NPC that will only allow a player to do the quest once.

-collection quest

-for example Quest A B and C

when player is done with Quest C there will be a cooldown(adjustable).

but the player can still do Quest A and B.

just like the Questboard npc but the quest cooldown is different for each quest

questboard.txt

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

@@Lambo

 

as i have checked the script, yes it would be different timer for each quest but they will have same delay depends on this setting:

 

 

//Quest Delay (seconds)
//24 hours = 86400 seconds

set .quest_delay, 0;

 

so if it's set to have 24 hrs delay,

 

QUEST A, B, C will have 24 hrs delay each.

 

After doing C, you could still do A & B,

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.