summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/000-0.wlkbin2213 -> 2213 bytes
-rw-r--r--data/000-2-1.wlkbin4901 -> 4901 bytes
-rw-r--r--npc/000-2-0/_import.txt1
-rw-r--r--npc/000-2-0/doors.txt15
-rw-r--r--npc/000-2-1/alige.txt2
-rw-r--r--npc/000-2-1/peter.txt2
-rw-r--r--npc/000-2-2/doors.txt3
7 files changed, 22 insertions, 1 deletions
diff --git a/data/000-0.wlk b/data/000-0.wlk
index d3f6b0039..f7cb3ed30 100644
--- a/data/000-0.wlk
+++ b/data/000-0.wlk
Binary files differ
diff --git a/data/000-2-1.wlk b/data/000-2-1.wlk
index 6aef61915..871843714 100644
--- a/data/000-2-1.wlk
+++ b/data/000-2-1.wlk
Binary files differ
diff --git a/npc/000-2-0/_import.txt b/npc/000-2-0/_import.txt
index e2753b14a..db2467a27 100644
--- a/npc/000-2-0/_import.txt
+++ b/npc/000-2-0/_import.txt
@@ -2,3 +2,4 @@ map: 000-2-0.gat
npc: npc/000-2-0/_mobs.txt
npc: npc/000-2-0/_warps.txt
npc: npc/000-2-0/julia.txt
+npc: npc/000-2-0/doors.txt
diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt
new file mode 100644
index 000000000..79b89be05
--- /dev/null
+++ b/npc/000-2-0/doors.txt
@@ -0,0 +1,15 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Door NPC
+
+
+000-2-0.gat,20,27,0,1 script AreaNPC 0,0,0,{
+
+OnTouch:
+
+ mesq l("This door seems locked");
+ close;
+
+}
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 4f615f27e..698add2b2 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -1,6 +1,8 @@
// Evol scripts.
// Authors:
// Vasily_Makarov
+// Ablu
+// Reid
// Description:
// Hidden NPC on a ship'ground hole.
//
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index 15eac5491..86bee0f3a 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -2,6 +2,8 @@
// Authors:
// Vasily_Makarov
// 4144
+// Reid
+// Ablu
// Description:
// Rat killer NPC
// 4 bits array:
diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt
index 912b30966..c5b5b6dd8 100644
--- a/npc/000-2-2/doors.txt
+++ b/npc/000-2-2/doors.txt
@@ -1,6 +1,7 @@
// Evol scripts.
// Authors:
// Reid
+// Ablu
// Description:
// Rat killer NPC
@@ -30,7 +31,7 @@ l_Warp:
close;
}
-000-2-2.gat,24,31,0,1 script AreaNPC 0,0,1,{
+000-2-2.gat,24,31,0,1 script AreaNPC 0,0,0,{
OnTouch: