summaryrefslogtreecommitdiff
path: root/npc/006-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-16 03:11:02 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-16 03:11:02 -0300
commit72911cb6fa70a9498f2c783a472f90d2c7d9d546 (patch)
treec40eaf1395020325726e47b4420c74ac1fca3f33 /npc/006-0
parentcf6f23636fc842574fbc5e626c1dd06a7eff98fc (diff)
downloadserverdata-72911cb6fa70a9498f2c783a472f90d2c7d9d546.tar.gz
serverdata-72911cb6fa70a9498f2c783a472f90d2c7d9d546.tar.bz2
serverdata-72911cb6fa70a9498f2c783a472f90d2c7d9d546.tar.xz
serverdata-72911cb6fa70a9498f2c783a472f90d2c7d9d546.zip
This should include 006-2 Piou Isles in system
Diffstat (limited to 'npc/006-0')
-rw-r--r--npc/006-0/core.txt15
-rw-r--r--npc/006-0/piouisle.txt4
2 files changed, 15 insertions, 4 deletions
diff --git a/npc/006-0/core.txt b/npc/006-0/core.txt
index e12fb134f..3955a8513 100644
--- a/npc/006-0/core.txt
+++ b/npc/006-0/core.txt
@@ -6,7 +6,20 @@
end;
OnTouch:
- //warp "006-2", 49, 53;
+ if (is_staff()) goto L_Accept; // FIXME
+ // Reject
+ specialeffect(5000, SELF, .name$);
dispbottom l("The power which lies in Candor rejects your strength.");
+ sleep2(3000);
+ specialeffect(5002, SELF, .name$);
+ end;
+
+L_Accept:
+ specialeffect(5000, SELF, .name$);
+ dispbottom l("The power which lies in Candor acknowledges your strength.");
+ sleep2(2500);
+ warp "006-3", 49, 52;
+ sleep2(500);
+ specialeffect(5001, SELF, .name$);
end;
}
diff --git a/npc/006-0/piouisle.txt b/npc/006-0/piouisle.txt
index 023a3b21f..26030472e 100644
--- a/npc/006-0/piouisle.txt
+++ b/npc/006-0/piouisle.txt
@@ -17,8 +17,6 @@ OnInit:
end;
OnTouch:
- //warp "006-2", 49, 53;
- //dispbottom l("Please use the warp to the right");
- dispbottom l("This area is not yet ready. Please use the portal to the right instead.");
+ warp "006-2", 68, 117;
end;
}