summaryrefslogtreecommitdiff
path: root/world/map/npc/026-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/026-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/026-1')
-rw-r--r--world/map/npc/026-1/_import.txt6
-rw-r--r--world/map/npc/026-1/_mobs.txt56
-rw-r--r--world/map/npc/026-1/_warps.txt5
-rw-r--r--world/map/npc/026-1/sign.txt7
4 files changed, 74 insertions, 0 deletions
diff --git a/world/map/npc/026-1/_import.txt b/world/map/npc/026-1/_import.txt
new file mode 100644
index 00000000..ae18387c
--- /dev/null
+++ b/world/map/npc/026-1/_import.txt
@@ -0,0 +1,6 @@
+// Map 026-1: Swamp
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+map: 026-1.gat
+npc: npc/026-1/_mobs.txt
+npc: npc/026-1/_warps.txt
+npc: npc/026-1/sign.txt
diff --git a/world/map/npc/026-1/_mobs.txt b/world/map/npc/026-1/_mobs.txt
new file mode 100644
index 00000000..89a32db8
--- /dev/null
+++ b/world/map/npc/026-1/_mobs.txt
@@ -0,0 +1,56 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Swamp mobs
+
+026-1.gat,70,58,111,83 monster Wisp 1040,34,120000,40000,Mob026-1::On1040
+026-1.gat,70,59,110,84 monster Spectre 1042,34,120000,40000,Mob026-1::On1042
+026-1.gat,69,59,109,85 monster Poltergeist 1047,34,120000,40000,Mob026-1::On1047
+026-1.gat,71,58,112,82 monster Silkworm 1035,10,300000,60000,Mob026-1::On1035
+026-1.gat,69,60,108,86 monster Scorpion 1003,15,300000,30000,Mob026-1::On1003
+026-1.gat,71,57,113,81 monster Skeleton 1043,5,900000,10000,Mob026-1::On1043
+026-1.gat,68,61,106,88 monster LadySkeleton 1044,5,900000,20000,Mob026-1::On1044
+026-1.gat,68,60,107,87 monster Log Head 1025,8,300000,40000,Mob026-1::On1025
+
+
+026-1.gat,0,0,0 script Mob026-1 -1,{
+On1003:
+ set @mobID, 1003;
+ callfunc "MobPoints";
+ break;
+
+On1025:
+ set @mobID, 1025;
+ callfunc "MobPoints";
+ break;
+
+On1035:
+ set @mobID, 1035;
+ callfunc "MobPoints";
+ break;
+
+On1040:
+ set @mobID, 1040;
+ callfunc "MobPoints";
+ break;
+
+On1042:
+ set @mobID, 1042;
+ callfunc "MobPoints";
+ break;
+
+On1043:
+ set @mobID, 1043;
+ callfunc "MobPoints";
+ break;
+
+On1044:
+ set @mobID, 1044;
+ callfunc "MobPoints";
+ break;
+
+On1047:
+ set @mobID, 1047;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}
diff --git a/world/map/npc/026-1/_warps.txt b/world/map/npc/026-1/_warps.txt
new file mode 100644
index 00000000..dc5c51fc
--- /dev/null
+++ b/world/map/npc/026-1/_warps.txt
@@ -0,0 +1,5 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Swamp warps
+
+026-1.gat,63,16 warp toGraveyard -1,-1,027-1.gat,63,105
+026-1.gat,129,66 warp toSwamp -1,-1,025-1.gat,20,66
diff --git a/world/map/npc/026-1/sign.txt b/world/map/npc/026-1/sign.txt
new file mode 100644
index 00000000..44813c38
--- /dev/null
+++ b/world/map/npc/026-1/sign.txt
@@ -0,0 +1,7 @@
+//
+
+026-1.gat,64,16,0 script Sign 127,{
+ mes "Hurnscald's Graveyard is north of here.";
+ mes "BEWARE!";
+ close;
+}