summaryrefslogtreecommitdiff
path: root/world/map/npc/041-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/041-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/041-1')
-rw-r--r--world/map/npc/041-1/_import.txt6
-rw-r--r--world/map/npc/041-1/_mobs.txt39
-rw-r--r--world/map/npc/041-1/_warps.txt4
-rw-r--r--world/map/npc/041-1/tutorial.txt9
4 files changed, 58 insertions, 0 deletions
diff --git a/world/map/npc/041-1/_import.txt b/world/map/npc/041-1/_import.txt
new file mode 100644
index 00000000..54c7edd1
--- /dev/null
+++ b/world/map/npc/041-1/_import.txt
@@ -0,0 +1,6 @@
+// Map 041-1:
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+map: 041-1.gat
+npc: npc/041-1/_mobs.txt
+npc: npc/041-1/_warps.txt
+npc: npc/041-1/tutorial.txt
diff --git a/world/map/npc/041-1/_mobs.txt b/world/map/npc/041-1/_mobs.txt
new file mode 100644
index 00000000..227677aa
--- /dev/null
+++ b/world/map/npc/041-1/_mobs.txt
@@ -0,0 +1,39 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// mobs
+
+041-1.gat,56,55,18,9 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003
+041-1.gat,76,67,18,9 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003
+041-1.gat,75,84,18,9 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003
+041-1.gat,36,34,13,20 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003
+041-1.gat,30,30,10,48 monster Sea Slime 1033,3,100000,30000,Mob041-1::On1033
+041-1.gat,34,13,10,9 monster Scorpion 1003,3,100000,30000,Mob041-1::On1003
+041-1.gat,35,7,3,2 monster Black Scorpion 1009,1,100000,30000,Mob041-1::On1009
+041-1.gat,41,49,3,2 monster Black Scorpion 1009,1,100000,30000,Mob041-1::On1009
+041-1.gat,70,75,21,9 monster Black Scorpion 1009,1,100000,30000,Mob041-1::On1009
+041-1.gat,75,57,18,9 monster Red Scorpion 1004,3,100000,30000,Mob041-1::On1004
+041-1.gat,58,64,18,9 monster Red Scorpion 1004,3,100000,30000,Mob041-1::On1004
+
+
+041-1.gat,0,0,0 script Mob041-1 -1,{
+On1003:
+ set @mobID, 1003;
+ callfunc "MobPoints";
+ break;
+
+On1004:
+ set @mobID, 1004;
+ callfunc "MobPoints";
+ break;
+
+On1009:
+ set @mobID, 1009;
+ callfunc "MobPoints";
+ break;
+
+On1033:
+ set @mobID, 1033;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}
diff --git a/world/map/npc/041-1/_warps.txt b/world/map/npc/041-1/_warps.txt
new file mode 100644
index 00000000..a7e06dc7
--- /dev/null
+++ b/world/map/npc/041-1/_warps.txt
@@ -0,0 +1,4 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// warps
+
+041-1.gat,76,95 warp to004-1 1,-1,004-1.gat,68,20
diff --git a/world/map/npc/041-1/tutorial.txt b/world/map/npc/041-1/tutorial.txt
new file mode 100644
index 00000000..866bc145
--- /dev/null
+++ b/world/map/npc/041-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
+
+041-1.gat,33,5,0 script #tutorial 127,1,0{
+ set FLAGS, FLAGS | FLAG_TUTORIAL_DONE;
+ warp "042-1.gat", 17, 80;
+ end;
+}