summaryrefslogtreecommitdiff
path: root/npc/002-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-15 23:49:41 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-15 23:49:41 -0200
commit4a169df04609183321dd80182be8c4e162b2855a (patch)
tree722e193ee28bfae99cee2baf6a73b0ebff541caf /npc/002-4
parent78cb399f0f60341882f28cb7c783c353e96231ef (diff)
downloadserverdata-4a169df04609183321dd80182be8c4e162b2855a.tar.gz
serverdata-4a169df04609183321dd80182be8c4e162b2855a.tar.bz2
serverdata-4a169df04609183321dd80182be8c4e162b2855a.tar.xz
serverdata-4a169df04609183321dd80182be8c4e162b2855a.zip
Dump new players at Candor - highly experimental
Diffstat (limited to 'npc/002-4')
-rw-r--r--npc/002-4/nard.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt
index 22667560f..d3c36e0df 100644
--- a/npc/002-4/nard.txt
+++ b/npc/002-4/nard.txt
@@ -16,7 +16,7 @@
L_Checker:
if (.@narrator) goto L_Travel;
- if (LOCATION$ != "") goto L_NotYet;
+ if (getq(ShipQuests_Julia) >= 3) goto L_NotYet;
// Referral program
if (#REFERRAL_PROG == 0 && $REFERRAL_ENABLED) {
@@ -110,6 +110,7 @@ L_MenuQuest:
mesn;
mesq l("Why we're going Tulimshar, you may ask? Because well, believe me, if you want to find out anything, the best place to ask around is Tulim!");
LOCATION$ = "Candor";
+ setq ShipQuests_Julia, 3;
close;