summaryrefslogtreecommitdiff
path: root/npc/000-2-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 11:00:49 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 11:00:49 -0300
commit8a4bf716002a017de77fe7df301ef8e4aaf00a2e (patch)
tree4947d0b015baad639fa07133369e9a09c8a468bc /npc/000-2-4
downloadserverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.gz
serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.bz2
serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.tar.xz
serverdata-8a4bf716002a017de77fe7df301ef8e4aaf00a2e.zip
Initial commit
Diffstat (limited to 'npc/000-2-4')
-rw-r--r--npc/000-2-4/_import.txt6
-rw-r--r--npc/000-2-4/_mobs.txt3
-rw-r--r--npc/000-2-4/_warps.txt3
-rw-r--r--npc/000-2-4/alige.txt38
-rw-r--r--npc/000-2-4/mapflags.txt1
5 files changed, 51 insertions, 0 deletions
diff --git a/npc/000-2-4/_import.txt b/npc/000-2-4/_import.txt
new file mode 100644
index 00000000..579e400a
--- /dev/null
+++ b/npc/000-2-4/_import.txt
@@ -0,0 +1,6 @@
+// Map 000-2-4: Alige's Hiding Place
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/000-2-4/_mobs.txt",
+"npc/000-2-4/_warps.txt",
+"npc/000-2-4/alige.txt",
+"npc/000-2-4/mapflags.txt",
diff --git a/npc/000-2-4/_mobs.txt b/npc/000-2-4/_mobs.txt
new file mode 100644
index 00000000..56230670
--- /dev/null
+++ b/npc/000-2-4/_mobs.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 000-2-4: Alige's Hiding Place mobs
+000-2-4,30,30,1,1 monster Cuco 1020,1,80000,90000
diff --git a/npc/000-2-4/_warps.txt b/npc/000-2-4/_warps.txt
new file mode 100644
index 00000000..adfe9440
--- /dev/null
+++ b/npc/000-2-4/_warps.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 000-2-4: Alige's Hiding Place warps
+000-2-4,41,30,0 warp #000-2-4_41_30 0,0,000-2-2,25,31
diff --git a/npc/000-2-4/alige.txt b/npc/000-2-4/alige.txt
new file mode 100644
index 00000000..500a57a4
--- /dev/null
+++ b/npc/000-2-4/alige.txt
@@ -0,0 +1,38 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Travolta
+
+000-2-4,38,22,0 script Alige#000-2-4 NPC_ALIGE_BARREL,2,2,{
+ npctalk3 l("Protect me, please...");
+ end;
+
+OnTouch:
+ .dir = LEFT;
+ stopnpctimer;
+ initnpctimer;
+ end;
+
+OnUnTouch:
+ .dir = UP;
+ stopnpctimer;
+ initnpctimer;
+ end;
+
+OnTimer190:
+ switch (.dir)
+ {
+ case UP:
+ .dir = DOWN;
+ break;
+ case LEFT:
+ .dir = RIGHT;
+ break;
+ }
+ stopnpctimer;
+ end;
+
+OnInit:
+ .distance = 2;
+ end;
+}
diff --git a/npc/000-2-4/mapflags.txt b/npc/000-2-4/mapflags.txt
new file mode 100644
index 00000000..9c033937
--- /dev/null
+++ b/npc/000-2-4/mapflags.txt
@@ -0,0 +1 @@
+000-2-4 mapflag nosave 000-2-1,50,38