diff options
-rw-r--r-- | data/000-0.wlk | bin | 2213 -> 2213 bytes | |||
-rw-r--r-- | data/000-2-1.wlk | bin | 4901 -> 4901 bytes | |||
-rw-r--r-- | npc/000-2-0/_import.txt | 1 | ||||
-rw-r--r-- | npc/000-2-0/doors.txt | 15 | ||||
-rw-r--r-- | npc/000-2-1/alige.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/peter.txt | 2 | ||||
-rw-r--r-- | npc/000-2-2/doors.txt | 3 |
7 files changed, 22 insertions, 1 deletions
diff --git a/data/000-0.wlk b/data/000-0.wlk Binary files differindex d3f6b003..f7cb3ed3 100644 --- a/data/000-0.wlk +++ b/data/000-0.wlk diff --git a/data/000-2-1.wlk b/data/000-2-1.wlk Binary files differindex 6aef6191..87184371 100644 --- a/data/000-2-1.wlk +++ b/data/000-2-1.wlk diff --git a/npc/000-2-0/_import.txt b/npc/000-2-0/_import.txt index e2753b14..db2467a2 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 00000000..79b89be0 --- /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 4f615f27..698add2b 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 15eac549..86bee0f3 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 912b3096..c5b5b6dd 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: |