summaryrefslogtreecommitdiff
path: root/npc/024-2
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-06-18 21:58:47 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-06-19 14:19:55 -0700
commitbae4b92e560c2694eaaf0e8b4d9e95e56204471b (patch)
tree4acc120f6a94cfbf9694bf344658493de5aaa67b /npc/024-2
parent319f80526f8585ecadaec986e37c9bd326f4d363 (diff)
downloadserverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.gz
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.bz2
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.xz
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.zip
Move to a subdirectory
Diffstat (limited to 'npc/024-2')
-rw-r--r--npc/024-2/_import.txt8
-rw-r--r--npc/024-2/_mobs.txt8
-rw-r--r--npc/024-2/_warps.txt5
-rw-r--r--npc/024-2/barrier.txt10
-rw-r--r--npc/024-2/tyer.txt7
-rw-r--r--npc/024-2/tyer_trigger.txt23
6 files changed, 0 insertions, 61 deletions
diff --git a/npc/024-2/_import.txt b/npc/024-2/_import.txt
deleted file mode 100644
index 2a03af32..00000000
--- a/npc/024-2/_import.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-// Map 024-2: Tulimshar Magic School
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-map: 024-2.gat
-npc: npc/024-2/_mobs.txt
-npc: npc/024-2/_warps.txt
-npc: npc/024-2/barrier.txt
-npc: npc/024-2/tyer.txt
-npc: npc/024-2/tyer_trigger.txt
diff --git a/npc/024-2/_mobs.txt b/npc/024-2/_mobs.txt
deleted file mode 100644
index 7074e7a7..00000000
--- a/npc/024-2/_mobs.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-// Tulimshar Magic School mobs
-
-
-
-024-2.gat,0,0,0 script Mob024-2 -1,{
- end;
-}
diff --git a/npc/024-2/_warps.txt b/npc/024-2/_warps.txt
deleted file mode 100644
index e7b9d28f..00000000
--- a/npc/024-2/_warps.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// This file is generated automatically. All manually changes will be removed when running the Converter.
-// Tulimshar Magic School warps
-
-024-2.gat,26,27 warp toOutside 0,-1,024-1.gat,79,49
-024-2.gat,42,28 warp toOutside -1,-1,024-1.gat,86,49
diff --git a/npc/024-2/barrier.txt b/npc/024-2/barrier.txt
deleted file mode 100644
index ede39644..00000000
--- a/npc/024-2/barrier.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-// A barrier in the magic school to keep less experienced players out of the canyon
-
-024-2.gat,31,24,0 script #MagicSchoolBarrier1#M 0,1,1,{
- if (BaseLevel < 40) goto L_PushBack;
- close;
-
-L_PushBack:
- warp "024-2.gat", 34, 24;
- close;
-}
diff --git a/npc/024-2/tyer.txt b/npc/024-2/tyer.txt
deleted file mode 100644
index f6b78331..00000000
--- a/npc/024-2/tyer.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-// A man in the magic school
-
-024-2.gat,36,21,0 script Tyer 157,{
- mes "[Tyer]";
- mes "\"Hello.\"";
- close;
-}
diff --git a/npc/024-2/tyer_trigger.txt b/npc/024-2/tyer_trigger.txt
deleted file mode 100644
index ee588365..00000000
--- a/npc/024-2/tyer_trigger.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-// A man in the magic school
-
-024-2.gat,33,24,0 script #Tyer_Trigger 0,1,1,{
- if (BaseLevel >= 40) end;
-
- mes "[Tyer]";
- mes "\"You're still too young to go in there.\"";
- next;
-
- menu
- "What do you mean I'm too young to go in there?", L_Explain,
- "Ah, right.", -;
- close;
-
-L_Explain:
- mes "[Tyer]";
- mes "\"The canyon is a dangerous place, so only more experienced people are allowed there.\"";
- next;
-
- mes "[Tyer]";
- mes "\"That barrier was made to keep those that are too young out.\"";
- close;
-}