summaryrefslogtreecommitdiff
path: root/npc/000-1
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-1
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-1')
-rw-r--r--npc/000-1/ale.txt2
-rw-r--r--npc/000-1/astapolos.txt2
-rw-r--r--npc/000-1/chest.txt4
-rw-r--r--npc/000-1/cookiemaster.txt2
-rw-r--r--npc/000-1/couwan.txt2
-rw-r--r--npc/000-1/darlin.txt3
-rw-r--r--npc/000-1/fexil.txt2
-rw-r--r--npc/000-1/gugli.txt2
-rw-r--r--npc/000-1/gulukan.txt2
-rw-r--r--npc/000-1/jalad.txt2
-rw-r--r--npc/000-1/lean.txt2
-rw-r--r--npc/000-1/max.txt2
-rw-r--r--npc/000-1/muller.txt2
-rw-r--r--npc/000-1/panels.txt13
-rw-r--r--npc/000-1/sapartan.txt2
-rw-r--r--npc/000-1/silvio.txt2
-rw-r--r--npc/000-1/tarlan.txt2
-rw-r--r--npc/000-1/tibbo.txt2
18 files changed, 27 insertions, 23 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index dfa9265b5..1e8ed8455 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -6,7 +6,6 @@
// Sailor part of the Gugli's quest.
// Aquada box.
-// Size = 2
000-1,55,23,0 script Ale 105,{
set .@g, getq(ShipQuests_Gugli);
if (.@g == 0) goto L_NoTask;
@@ -114,5 +113,6 @@ L_Quit:
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
}
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt
index 02df4e133..79263defe 100644
--- a/npc/000-1/astapolos.txt
+++ b/npc/000-1/astapolos.txt
@@ -7,7 +7,6 @@
// Sailor part of the Gugli's quest.
// Croconut box.
-// Size = 2
000-1,22,50,0 script Astapolos 107,{
set .@g, getq(ShipQuests_Gugli);
if (.@g == 0) goto L_NoTask;
@@ -157,5 +156,6 @@ L_Whyning:
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
}
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt
index 7f2109302..32f0f212a 100644
--- a/npc/000-1/chest.txt
+++ b/npc/000-1/chest.txt
@@ -11,7 +11,6 @@
// 0 Treasure Chest has not been opened yet.
// 1 Treasure Chest has been opened.
-// Size = 2
000-1,83,70,0 script #chest 416,{
set .@q, getq(ShipQuests_TreasureChest);
@@ -45,4 +44,7 @@ OnTimer160:
if (getnpcdir ("") == 6) setnpcdir 0;
end;
+OnInit:
+ setnpcdistance 2;
+ end;
}
diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt
index 8668de14d..fceb005fd 100644
--- a/npc/000-1/cookiemaster.txt
+++ b/npc/000-1/cookiemaster.txt
@@ -6,7 +6,6 @@
// Description:
// Cookie NPC, beware, if you don't take your cookie, she'll keep it!
-// Size = 2
000-1,97,50,0 script Cookie Master 419,{
if (getq(General_Cookies) == 1)
goto L_GetCookie;
@@ -231,5 +230,6 @@ L_Bye:
OnInit:
setnpcsex 0;
+ setnpcdistance 2;
end;
}
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt
index d2e09c126..77e747dc5 100644
--- a/npc/000-1/couwan.txt
+++ b/npc/000-1/couwan.txt
@@ -12,7 +12,6 @@
// 1 Spoke, and received the quest scam.
// 2 Done quest scam.
-// Size = 2
000-1,89,36,0 script Couwan 111,{
set .@q, getq(ShipQuests_Couwan);
if (.@q == 1) goto L_QuestGiven;
@@ -89,5 +88,6 @@ L_QuestDone:
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
}
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt
index 4ffe6dc98..91b09f681 100644
--- a/npc/000-1/darlin.txt
+++ b/npc/000-1/darlin.txt
@@ -10,8 +10,6 @@
// 0 Treasure Chest has not been opened yet.
// 1 Treasure Chest has been opened.
-
-// Size = 14
000-1,89,95,0 script Darlin 103,{
set .@q, getq(ShipQuests_TreasureChest);
@@ -143,5 +141,6 @@ L_Quit:
OnInit:
setnpcsex 1;
+ setnpcdistance 14;
end;
}
diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt
index cc5c3abac..319a5e930 100644
--- a/npc/000-1/fexil.txt
+++ b/npc/000-1/fexil.txt
@@ -4,7 +4,6 @@
// Description:
// Newbie merchant.
-// Size = 2
000-1,83,98,0 script Fexil 108,{
mesn;
mesq lg("Greetings traveler.");
@@ -36,5 +35,6 @@ L_Accepted:
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
}
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index fcf6156b4..cdfa1365a 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -22,7 +22,6 @@
// 21 Gugli gives you the task.
// 22 Gave all of the box to Gugli.
-// Size = 2
000-1,85,108,0 script Gugli 413,{
OnTalk:
@@ -230,6 +229,7 @@ L_Quit:
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
}
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index 6b2081289..d96dcf0e7 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -7,7 +7,6 @@
// Sailor part of the Gugli's quest.
// Croconut box.
-// Size = 2
000-1,54,90,0 script Gulukan 113,{
set .@g, getq(ShipQuests_Gugli);
if (.@g == 0) goto L_NoTask;
@@ -163,5 +162,6 @@ L_Quit:
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
}
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index f99fb24d0..24a444178 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -7,7 +7,6 @@
// Sailor part of the Gugli quest.
// Plushroom box.
-// Size = 2
000-1,46,35,0 script Jalad 112,{
set .@g, getq(ShipQuests_Gugli);
if (.@g == 0) goto L_NoTask;
@@ -123,5 +122,6 @@ L_Close:
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
}
diff --git a/npc/000-1/lean.txt b/npc/000-1/lean.txt
index ee993a47a..f4fc1ebd1 100644
--- a/npc/000-1/lean.txt
+++ b/npc/000-1/lean.txt
@@ -6,7 +6,6 @@
// Description:
// Sailor who gives some informations to the player.
-// Size = 2
000-1,79,108,0 script Lean 106,{
set .@gugli, getq(ShipQuests_Gugli);
@@ -65,5 +64,6 @@ L_Close:
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
}
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt
index a2fc855d9..cd56ec128 100644
--- a/npc/000-1/max.txt
+++ b/npc/000-1/max.txt
@@ -6,7 +6,6 @@
// Description:
// Friend of Sapartan, he gives some information on how to find Gulukan, Astapolos and Q-Muller.
-// Size = 2
000-1,72,110,0 script Max 115,{
set .@gugli, getq(ShipQuests_Gugli);
set .@knife, getq(ShipQuests_Knife);
@@ -100,6 +99,7 @@ L_Secrets:
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
L_Quit:
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt
index d26b57ca5..133cbb86a 100644
--- a/npc/000-1/muller.txt
+++ b/npc/000-1/muller.txt
@@ -6,7 +6,6 @@
// Sailor part of the Gugli's quest.
// Plushroom box.
-// Size = 2
000-1,35,69,0 script Q'Muller 104,{
set .@g, getq(ShipQuests_Gugli);
if (.@g == 0) goto L_NoTask;
@@ -123,5 +122,6 @@ L_Quit:
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
}
diff --git a/npc/000-1/panels.txt b/npc/000-1/panels.txt
index 13ea41e4e..9b72d5e0b 100644
--- a/npc/000-1/panels.txt
+++ b/npc/000-1/panels.txt
@@ -5,9 +5,7 @@
// Description:
// Panels to give advice to the players.
-// Size = 2
000-1,65,93,0 script #panel1 999,{
-
mesn "Narrator";
mes col(l("Your heart quickens as your gaze focuses upon a small wooden panel, partly obscured under a layer of wind-blown sand."), 9);
next;
@@ -20,13 +18,14 @@
mesq l("Furthermore, unless you are planning to stick it out, you should also not even think about gaining experience by messing with those icky pink land jellies. The pink could stick on you, imagine the horror!");
next;
mesq l("In fact... Oh, the things that I could tell... But ran out of space on this... Just be reasonable and go home.");
-
close;
+
+OnInit:
+ setnpcdistance 2;
+ end;
}
-// Size = 2
000-1,89,51,0 script #panel2 999,{
-
mesn "Narrator";
mes col(l("This panel looks in rather good shape, as though some people take care of it regularly. Maybe it has important information."), 9);
next;
@@ -48,4 +47,8 @@
next;
mesq l("Have fun, but always remember to pick your stats with good care.");
close;
+
+OnInit:
+ setnpcdistance 2;
+ end;
}
diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt
index 7ef963c3c..39e977722 100644
--- a/npc/000-1/sapartan.txt
+++ b/npc/000-1/sapartan.txt
@@ -5,7 +5,6 @@
// Description:
// Friend of Max, he gives some information on combat system.
-// Size = 2
000-1,74,111,0 script Sapartan 414,{
mesn;
mesq l("Hey Max, it's @@!", strcharinfo(0));
@@ -95,6 +94,7 @@
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
L_Quit:
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt
index 77ba8524f..a663ae4af 100644
--- a/npc/000-1/silvio.txt
+++ b/npc/000-1/silvio.txt
@@ -5,7 +5,6 @@
// Description:
// Pervert and arrogant sailor.
-// Size = 2
000-1,86,99,0 script Silvio 412,{
mesn;
mesq l("Hey!");
@@ -190,5 +189,6 @@ L_Quit:
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
}
diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt
index 935a78218..1d8799afe 100644
--- a/npc/000-1/tarlan.txt
+++ b/npc/000-1/tarlan.txt
@@ -4,7 +4,6 @@
// Description:
// Sailor hitting a crocotree, then being struck by a falling croconut.
-// Size = 2
000-1,33,37,0 script Tarlan 415,{
setnpcdir 2;
@@ -61,5 +60,6 @@ L_Quit:
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
}
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 445b2f936..f0332dcd8 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -7,7 +7,6 @@
// Sailor part of the Gugli's quest.
// Aquada box.
-// Size = 2
000-1,34,111,0 script Tibbo 110,{
set .@g, getq(ShipQuests_Gugli);
if (.@g == 0) goto L_NoTask;
@@ -115,5 +114,6 @@ L_Close:
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
}