summaryrefslogtreecommitdiff
path: root/npc/000-2-3
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-02 16:39:17 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-02 17:08:56 +0300
commitadcf718ce612182be4f1e7807b7813373b7fc33c (patch)
tree60e23f0f65bbfe50b469d079f841c39012f385fd /npc/000-2-3
parentdb32c19846ca7b4bfc8cb4e3316132eeb76afb6d (diff)
downloadserverdata-adcf718ce612182be4f1e7807b7813373b7fc33c.tar.gz
serverdata-adcf718ce612182be4f1e7807b7813373b7fc33c.tar.bz2
serverdata-adcf718ce612182be4f1e7807b7813373b7fc33c.tar.xz
serverdata-adcf718ce612182be4f1e7807b7813373b7fc33c.zip
Add distance limits to all npcs.
Diffstat (limited to 'npc/000-2-3')
-rw-r--r--npc/000-2-3/box.txt2
-rw-r--r--npc/000-2-3/elmo.txt2
-rw-r--r--npc/000-2-3/nard.txt2
-rw-r--r--npc/000-2-3/piousrocket.txt2
-rw-r--r--npc/000-2-3/savepoint.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt
index 03f8d368..33694b0b 100644
--- a/npc/000-2-3/box.txt
+++ b/npc/000-2-3/box.txt
@@ -15,7 +15,7 @@
// 2 You complete the quest.
// 3 You open the chest, you complete the introduction.
-000-2-3.gat,25,24,0 script Box 102,{
+000-2-3.gat,25,24,0 script Box 102;1,{
set @q, geta2(ShipQuests, ShipQuests_Nardbox);
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt
index 38182b89..e0e36299 100644
--- a/npc/000-2-3/elmo.txt
+++ b/npc/000-2-3/elmo.txt
@@ -4,7 +4,7 @@
// Description:
// Elmo's second dialog.
-000-2-3.gat,27,27,0,1 script Elmo 309,{
+000-2-3.gat,27,27,0,1 script Elmo 309;5,{
set @q, geta(ShipQuests, ShipQuests_ArpanMoney);
if (@q == 1) goto l_GotMoney;
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index 9bd573f5..3b08cafa 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -15,7 +15,7 @@
// 2 You complete the quest.
// 3 You open the chest, you complete the introduction.
-000-2-3.gat,25,26,0,1 script Nard 306,{
+000-2-3.gat,25,26,0,1 script Nard 306;5,{
set @q, geta2(ShipQuests, ShipQuests_Nardbox);
diff --git a/npc/000-2-3/piousrocket.txt b/npc/000-2-3/piousrocket.txt
index 327c1a03..4d889e98 100644
--- a/npc/000-2-3/piousrocket.txt
+++ b/npc/000-2-3/piousrocket.txt
@@ -4,7 +4,7 @@
// Description:
// Jumping pious.
-000-2-3.gat,27,23,4,2 script #name 308,{
+000-2-3.gat,27,23,4,2 script #name 308;3,{
setnpcdir 2;
stopnpctimer;
diff --git a/npc/000-2-3/savepoint.txt b/npc/000-2-3/savepoint.txt
index d19117e0..4f7a6b03 100644
--- a/npc/000-2-3/savepoint.txt
+++ b/npc/000-2-3/savepoint.txt
@@ -4,7 +4,7 @@
// Description:
// Fake save point in nard's room.
-000-2-3.gat,28,24,0,2 script #name 906,1,0{
+000-2-3.gat,28,24,0,2 script #name 906,1,0;2{
mesn "Narrator";
mes col(l("There is a nice place to stay beside you."), 9);