summaryrefslogtreecommitdiff
path: root/world/map/npc/022-1
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 /world/map/npc/022-1
parent319f80526f8585ecadaec986e37c9bd326f4d363 (diff)
downloadserverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.gz
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.bz2
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.xz
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.zip
Move to a subdirectory
Diffstat (limited to 'world/map/npc/022-1')
-rw-r--r--world/map/npc/022-1/_import.txt9
-rw-r--r--world/map/npc/022-1/_mobs.txt8
-rw-r--r--world/map/npc/022-1/_warps.txt5
-rw-r--r--world/map/npc/022-1/dock.txt6
-rw-r--r--world/map/npc/022-1/ferry_master.txt16
-rw-r--r--world/map/npc/022-1/mapflags.txt2
-rw-r--r--world/map/npc/022-1/tutorial.txt9
7 files changed, 55 insertions, 0 deletions
diff --git a/world/map/npc/022-1/_import.txt b/world/map/npc/022-1/_import.txt
new file mode 100644
index 00000000..fe6db9f9
--- /dev/null
+++ b/world/map/npc/022-1/_import.txt
@@ -0,0 +1,9 @@
+// Map 022-1: Tulimshar
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+map: 022-1.gat
+npc: npc/022-1/_mobs.txt
+npc: npc/022-1/_warps.txt
+npc: npc/022-1/dock.txt
+npc: npc/022-1/ferry_master.txt
+npc: npc/022-1/mapflags.txt
+npc: npc/022-1/tutorial.txt
diff --git a/world/map/npc/022-1/_mobs.txt b/world/map/npc/022-1/_mobs.txt
new file mode 100644
index 00000000..a61eb346
--- /dev/null
+++ b/world/map/npc/022-1/_mobs.txt
@@ -0,0 +1,8 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Tulimshar mobs
+
+
+
+022-1.gat,0,0,0 script Mob022-1 -1,{
+ end;
+}
diff --git a/world/map/npc/022-1/_warps.txt b/world/map/npc/022-1/_warps.txt
new file mode 100644
index 00000000..38e63696
--- /dev/null
+++ b/world/map/npc/022-1/_warps.txt
@@ -0,0 +1,5 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Tulimshar warps
+
+022-1.gat,72,108 warp ToCentralTulimshar 3,-1,021-1.gat,73,21
+022-1.gat,113,108 warp ToCentralTulimshar 3,-1,021-1.gat,113,21
diff --git a/world/map/npc/022-1/dock.txt b/world/map/npc/022-1/dock.txt
new file mode 100644
index 00000000..72d28486
--- /dev/null
+++ b/world/map/npc/022-1/dock.txt
@@ -0,0 +1,6 @@
+// The ferry dock
+
+022-1.gat,84,72,0 script #tulimshardock 127,6,1,{
+ set @loc, DOCK_tulimshar;
+ callfunc "Ferry";
+}
diff --git a/world/map/npc/022-1/ferry_master.txt b/world/map/npc/022-1/ferry_master.txt
new file mode 100644
index 00000000..a1d9d69a
--- /dev/null
+++ b/world/map/npc/022-1/ferry_master.txt
@@ -0,0 +1,16 @@
+//
+
+022-1.gat,73,71,0 script Ferry Master 138,{
+ mes "[Ferry Master]";
+ mes "\"Hello! Do you need something?\"";
+ next;
+ menu
+ "How do I use the ferry?", L_Explain,
+ "Nothing I guess", -;
+ close;
+
+L_Explain:
+ mes "[Ferry Master]";
+ mes "\"You'll step up on the dock and select your destination. Each destination has an associated price that you need to pay. You don't have to go anywhere. Choosing the current port will result in nothing.\"";
+ close;
+}
diff --git a/world/map/npc/022-1/mapflags.txt b/world/map/npc/022-1/mapflags.txt
new file mode 100644
index 00000000..f1b0444b
--- /dev/null
+++ b/world/map/npc/022-1/mapflags.txt
@@ -0,0 +1,2 @@
+022-1.gat mapflag no_player_drops
+022-1.gat mapflag town
diff --git a/world/map/npc/022-1/tutorial.txt b/world/map/npc/022-1/tutorial.txt
new file mode 100644
index 00000000..a0166921
--- /dev/null
+++ b/world/map/npc/022-1/tutorial.txt
@@ -0,0 +1,9 @@
+// This file is part of the Tutorial
+// Author: Jenalya
+// if you enter the tutorial area, it is set to be already done
+
+022-1.gat,19,37,0 script #tutorial 127,0,2{
+ set FLAGS, FLAGS | FLAG_TUTORIAL_DONE;
+ warp "042-1.gat", 114, 76;
+ end;
+}