summaryrefslogtreecommitdiff
path: root/npc/041-1
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2011-06-17 13:29:58 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-06-17 13:29:58 +0200
commitdb53017bd8172d7679b2ce3e7cc6c67927031f2c (patch)
tree6777db7b72f0329937f17153ddfa3567695d45ea /npc/041-1
parentc0fa45992b123f08e91e86dac11aca765ea73cd2 (diff)
parent246072120a1edcba61a350bad56049f110457489 (diff)
downloadserverdata-db53017bd8172d7679b2ce3e7cc6c67927031f2c.tar.gz
serverdata-db53017bd8172d7679b2ce3e7cc6c67927031f2c.tar.bz2
serverdata-db53017bd8172d7679b2ce3e7cc6c67927031f2c.tar.xz
serverdata-db53017bd8172d7679b2ce3e7cc6c67927031f2c.zip
Merge gitorious.org:~jenalya/tmw-eathena-data/wip-serverdata
Conflicts: db/const.txt npc/022-1_Tulimshar/_import.txt npc/_import.txt
Diffstat (limited to 'npc/041-1')
-rw-r--r--npc/041-1/_import.txt5
-rw-r--r--npc/041-1/_mobs.txt39
-rw-r--r--npc/041-1/_warps.txt4
-rw-r--r--npc/041-1/tutorial.txt9
4 files changed, 57 insertions, 0 deletions
diff --git a/npc/041-1/_import.txt b/npc/041-1/_import.txt
new file mode 100644
index 00000000..736f2859
--- /dev/null
+++ b/npc/041-1/_import.txt
@@ -0,0 +1,5 @@
+// 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/npc/041-1/_mobs.txt b/npc/041-1/_mobs.txt
new file mode 100644
index 00000000..91741bbb
--- /dev/null
+++ b/npc/041-1/_mobs.txt
@@ -0,0 +1,39 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// 041-1 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/npc/041-1/_warps.txt b/npc/041-1/_warps.txt
new file mode 100644
index 00000000..16e9f68c
--- /dev/null
+++ b/npc/041-1/_warps.txt
@@ -0,0 +1,4 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// 041-1 warps
+
+041-1.gat,76,95 warp to004-1 1,-1,004-1.gat,68,20
diff --git a/npc/041-1/tutorial.txt b/npc/041-1/tutorial.txt
new file mode 100644
index 00000000..866bc145
--- /dev/null
+++ b/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;
+}