summaryrefslogtreecommitdiff
path: root/npc/000-2-3
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-29 18:19:27 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-29 18:19:27 +0300
commitd69f9fe30404efeefaad1215239afc448ffca273 (patch)
tree79f7b8a8757eef62f5009588a878a5a3d4c574da /npc/000-2-3
parentdbd26c5aaeabd8ce698f27d8d9874fb3807d4647 (diff)
downloadserverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.gz
serverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.bz2
serverdata-d69f9fe30404efeefaad1215239afc448ffca273.tar.xz
serverdata-d69f9fe30404efeefaad1215239afc448ffca273.zip
Restore active distance to all npcs.
Diffstat (limited to 'npc/000-2-3')
-rw-r--r--npc/000-2-3/box.txt5
-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/piourocket.txt5
4 files changed, 10 insertions, 4 deletions
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt
index 7f6cda19..8ec15cca 100644
--- a/npc/000-2-3/box.txt
+++ b/npc/000-2-3/box.txt
@@ -18,7 +18,6 @@
// 4 ChefGado Quest completed and "Introduction" chapter finalized.
// 5 Reward taken from the box.
-// Size = 1
000-2-3,25,24,0 script Box 102,{
set .@q, getq(ShipQuests_Nard);
@@ -106,4 +105,8 @@ L_Already:
L_Quit:
closedialog;
close;
+
+OnInit:
+ setnpcdistance 1;
+ end;
}
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt
index d3ab8713..bc81a020 100644
--- a/npc/000-2-3/elmo.txt
+++ b/npc/000-2-3/elmo.txt
@@ -5,7 +5,6 @@
// Description:
// Elmo's second dialog.
-// Size = 5
000-2-3,27,27,0 script Elmo 409,{
set .@q, getq(ShipQuests_ArpanMoney);
if (.@q == 1) goto L_GotMoney;
@@ -65,5 +64,6 @@ L_GotMoney:
OnInit:
setnpcsex 1;
+ setnpcdistance 5;
end;
}
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index 5d44c658..72ca4d97 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -23,7 +23,6 @@
// 11 Gugli gives you the task.
// 12 Gave all of the boxes to Gugli.
-// Size = 5
000-2-3,25,26,0 script Nard 406,{
set .@nard, getq(ShipQuests_Nard);
set .@gugli, getq(ShipQuests_Gugli);
@@ -222,5 +221,6 @@ L_Already:
OnInit:
setnpcsex 1;
+ setnpcdistance 5;
end;
}
diff --git a/npc/000-2-3/piourocket.txt b/npc/000-2-3/piourocket.txt
index 195407ae..3e1f5b58 100644
--- a/npc/000-2-3/piourocket.txt
+++ b/npc/000-2-3/piourocket.txt
@@ -4,7 +4,6 @@
// Description:
// Jumping piou.
-// Size = 3
000-2-3,27,23,4 script #piourocket 408,{
setnpcdir 2;
stopnpctimer;
@@ -15,4 +14,8 @@ OnTimer1420:
setnpcdir 4;
stopnpctimer;
end;
+
+OnInit:
+ setnpcdistance 3;
+ end;
}