diff options
author | Reid <reidyaro@gmail.com> | 2011-12-26 03:01:19 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-26 03:01:19 +0100 |
commit | d2de767cd85121f66ac9de068be49e615c02afd8 (patch) | |
tree | 57a617a841595bc47416d6200abeb063bce09e3f /npc | |
parent | 4513f2e1347a17d064b43ee8e32c79738e3bf215 (diff) | |
download | clientdata-d2de767cd85121f66ac9de068be49e615c02afd8.tar.gz clientdata-d2de767cd85121f66ac9de068be49e615c02afd8.tar.bz2 clientdata-d2de767cd85121f66ac9de068be49e615c02afd8.tar.xz clientdata-d2de767cd85121f66ac9de068be49e615c02afd8.zip |
Add doors npcs on 000-2-2 map,
Correct some dialogs on alige and peter script,
Add Ablu as Authors of his scripts,
Update 000-2-1 and 000-0 map wlk.
Diffstat (limited to 'npc')
-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 |
5 files changed, 22 insertions, 1 deletions
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: |