[Request] Quest Script

Lambo

New member
Messages
17
Points
0
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

 

Attachments

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

 
Back
Top