summaryrefslogtreecommitdiff
path: root/npc/014-2-2/valia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/014-2-2/valia.txt')
-rw-r--r--npc/014-2-2/valia.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/014-2-2/valia.txt b/npc/014-2-2/valia.txt
index abd8b7584..65701ae02 100644
--- a/npc/014-2-2/valia.txt
+++ b/npc/014-2-2/valia.txt
@@ -65,6 +65,7 @@ function script GeminiFail {
014-2-2,36,22,0 script Valia NPC_RED_WIZARD_F,{
GeminiCheck();
.@q = getq(HurnscaldQuest_Gemini);
+ .@t = getq3(HurnscaldQuest_Gemini);
mesn;
mesq l("Greetings, adventurer. I am Valia Gemini, owner of this abode.");
// If your level is too low (just reborn), it could break scripts
@@ -81,7 +82,9 @@ function script GeminiFail {
mesq l("I am sure you already fought him. And survived, too, apparently. Help her, and I will reward your efforts appropriately.");
next;
mesn;
- mesq l("You can bring up to 3 other friends with you, but they must be on the same party as you and you must be the party leader.");
+ mesq l("You can bring up to %d other friends with you, but they must be on the same party and map as you and you must be the party leader.", ($EVENT$ == "Gemini" ? 5 : 3));
+ if (gettimetick(2) < (.@t + 14400))
+ mesc l("The previous attempt will be resumed."), 1;
next;
select
l("I'm not interested, sorry."),
@@ -167,6 +170,7 @@ function script GeminiFail {
closeclientdialog;
compareandsetq HurnscaldQuest_Gemini, 0, 1;
+ setq3 HurnscaldQuest_Gemini, gettimetick(2);
// Create instance
.@p=getcharid(1);