summaryrefslogtreecommitdiff
path: root/npc/000-2-0
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-0
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-0')
-rw-r--r--npc/000-2-0/billybons.txt2
-rw-r--r--npc/000-2-0/julia.txt2
-rw-r--r--npc/000-2-0/note.txt5
3 files changed, 6 insertions, 3 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt
index 412cd1c1..06d77ab3 100644
--- a/npc/000-2-0/billybons.txt
+++ b/npc/000-2-0/billybons.txt
@@ -4,7 +4,6 @@
// Description:
// Drunk easteregg telling about the player's past.
-// Size = 3
000-2-0,20,23,0 script Billy Bons 411,{
if (rand(5) == 2) goto L_Hic;
@@ -91,5 +90,6 @@ L_Quit:
OnInit:
setnpcsex 1;
+ setnpcdistance 3;
end;
}
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index 75da4f2b..5085abf9 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -32,7 +32,6 @@
// 24 ChefGado Quest completed and "Introduction" chapter finalized.
// 25 Reward taken from the box.
-// Size = 10
000-2-0,27,24,0 script Julia 404,2,10,{
addtoskill 1, 1; // Add Emote skill.
@@ -273,6 +272,7 @@ L_Rumors:
OnInit:
setnpcsex 0;
+ setnpcdistance 10;
end;
L_Quit:
diff --git a/npc/000-2-0/note.txt b/npc/000-2-0/note.txt
index 22c562ff..29628d70 100644
--- a/npc/000-2-0/note.txt
+++ b/npc/000-2-0/note.txt
@@ -6,7 +6,6 @@
// Description:
// A small note presenting the 6 main rules of Evol Online.
-// Size = 2
000-2-0,29,25,0 script Note 116,{
mesn "Narrator";
mes col(l("There is a paper with some rules written on it."), 9);
@@ -34,4 +33,8 @@
mes col(l("Other things are written but are not legible anymore."), 9);
close;
+
+OnInit:
+ setnpcdistance 2;
+ end;
}