From 346ca55719dbea0620c7a826df25a8810108f598 Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 27 Aug 2012 02:00:49 +0200 Subject: Add max distance limits on 000-1 scripts. --- npc/000-1/astapolos.txt | 2 +- npc/000-1/darlin.txt | 2 +- npc/000-1/fexil.txt | 2 +- npc/000-1/gugli.txt | 2 +- npc/000-1/max.txt | 2 +- npc/000-1/mickael.txt | 2 +- npc/000-1/muller.txt | 2 +- npc/000-1/sapartan.txt | 2 +- npc/000-1/silvio.txt | 2 +- npc/000-1/tarlan.txt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt index 549ecc33..69e6ffe9 100644 --- a/npc/000-1/astapolos.txt +++ b/npc/000-1/astapolos.txt @@ -4,7 +4,7 @@ // Description: // Random NPC searching for some food on the map. -000-1.gat,22,50,0,1 script Astapolos 107,{ +000-1.gat,22,50,0,1 script Astapolos 107;2,{ mesn; mesq l("Hey")+ " " + strcharinfo(0) + "."; diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index 434b7b87..eb9ebd98 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -9,7 +9,7 @@ // 0 Does not speak // 1 Speak & Quest -000-1.gat,89,89,0,1 script Darlin 103,{ +000-1.gat,89,89,0,1 script Darlin 103;14,{ mesn; set @q, getq(ShipQuests_Darlin); diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt index 7370c2f3..9826e5f0 100644 --- a/npc/000-1/fexil.txt +++ b/npc/000-1/fexil.txt @@ -4,7 +4,7 @@ // Description: // Newbie merchant. -000-1.gat,83,98,0,1 script Fexil 108,{ +000-1.gat,83,98,0,1 script Fexil 108;2,{ mesn; mesq lg("Greetings traveler."); diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 29ad5618..7e46d0eb 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -5,7 +5,7 @@ // Elmo's twin // Charged of an important quest from Nard. -000-1.gat,85,108,0,1 script Gugli 313,{ +000-1.gat,85,108,0,1 script Gugli 313;2,{ mesn; mesq l("Ciao!"); diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt index 8e8ca0d3..7fb35ce6 100644 --- a/npc/000-1/max.txt +++ b/npc/000-1/max.txt @@ -4,7 +4,7 @@ // Description: // Friend of Sapartan, he gives some information on how to find what Gugli asked to search. -000-1.gat,28,42,0,1 script Max 105,{ +000-1.gat,28,42,0,1 script Max 105;2,{ mesn; mesq l("."); diff --git a/npc/000-1/mickael.txt b/npc/000-1/mickael.txt index 596401e0..584816a4 100644 --- a/npc/000-1/mickael.txt +++ b/npc/000-1/mickael.txt @@ -4,7 +4,7 @@ // Description: // Sailor who gives some informations to the player. -000-1.gat,24,32,0,1 script Mickael 106,{ +000-1.gat,24,32,0,1 script Mickael 106;2,{ mesn; mesq l("Oh, hey you."); diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index 2a294145..ac33d1ef 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -4,7 +4,7 @@ // Description: // A random NPC searching for some food on the map. -000-1.gat,23,31,0,1 script Q'Muller 104,{ +000-1.gat,23,31,0,1 script Q'Muller 104;2,{ mesn; mesq l("I think that I'm done, I've got a box full of @@!", getitemlink("Crocclaw")); diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt index 627c7d91..cfde93ab 100644 --- a/npc/000-1/sapartan.txt +++ b/npc/000-1/sapartan.txt @@ -4,7 +4,7 @@ // Description: // Friend of Max, he gives some information about Artis. -000-1.gat,29,43,0,1 script Sapartan 314,{ +000-1.gat,29,43,0,1 script Sapartan 314;2,{ mesn; mesq l("."); diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt index 0a1da631..609ff031 100644 --- a/npc/000-1/silvio.txt +++ b/npc/000-1/silvio.txt @@ -4,7 +4,7 @@ // Description: // Pervert and arrogant sailor. -000-1.gat,42,42,0,1 script Silvio 312,{ +000-1.gat,42,42,0,1 script Silvio 312;2,{ mesn; mesq l("Hey hey"); diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt index a93f67b6..c783f734 100644 --- a/npc/000-1/tarlan.txt +++ b/npc/000-1/tarlan.txt @@ -4,7 +4,7 @@ // Description: // Sailor hitting a palm tree, then being struck a falling croconut. -000-1.gat,33,37,0,1 script Tarlan 315,{ +000-1.gat,33,37,0,1 script Tarlan 315;2,{ mesn; -- cgit v1.2.3-70-g09d2