summaryrefslogtreecommitdiff
path: root/npc/014-2-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-04-28 13:16:55 -0300
committerJesusaves <cpntb1@ymail.com>2022-04-28 13:16:55 -0300
commitea0520571eaf0a5dcfa62889656e2ee747407a49 (patch)
treece3730448e752a5283e44bc63aa8e27577401b7f /npc/014-2-2
parent5e0ff0cc3c030251ffbddb8ce648058006b16f4c (diff)
downloadserverdata-ea0520571eaf0a5dcfa62889656e2ee747407a49.tar.gz
serverdata-ea0520571eaf0a5dcfa62889656e2ee747407a49.tar.bz2
serverdata-ea0520571eaf0a5dcfa62889656e2ee747407a49.tar.xz
serverdata-ea0520571eaf0a5dcfa62889656e2ee747407a49.zip
Gemini Sisters Part I (Forest) done
Diffstat (limited to 'npc/014-2-2')
-rw-r--r--npc/014-2-2/valia.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/npc/014-2-2/valia.txt b/npc/014-2-2/valia.txt
index 1f42e6635..2a66433b3 100644
--- a/npc/014-2-2/valia.txt
+++ b/npc/014-2-2/valia.txt
@@ -2,7 +2,7 @@
// Authors:
// Jesusalva
// Description:
-// Gemini Sisters Quest - Valia Gemini
+// Gemini Sisters Quest - Valia Gemini. The quest can be resumed within 4 hours.
034-1 mapflag zone MMO
034-2 mapflag zone MMO
@@ -37,6 +37,9 @@ function script GeminiKill {
break;
case 3: // Has runestone
break;
+ case 4: // Desert unlocked, but no clue on what to do
+ break;
+ // Forest -> Desert -> Bandit Cave -> Island -> Fake showdown -> Storage -> Showdown -> Chest, Lore and Exit -> Wumpus' Trap -> End
}
return;
}
@@ -172,6 +175,7 @@ OnCoreInit:
if (!'STATUS)
'STATUS = 1;
OnCore:
+ if (!compare(getmap(), "val")) end;
.@p = getcharid(1);
// Always true on first interaction
// This handles new stages for person
@@ -187,7 +191,12 @@ OnCore:
break;
case 2: // Looking for a runestone
break;
- case 3: // Has runestone
+ case 3: // Runestone was found
+ getexp 8132, 657;
+ break;
+ case 4: // Desert unlocked, but no clue on what to do
+ dispbottom l("You hear a noise from distance.");
+ // Spawn monsters
break;
}
}