diff options
-rw-r--r-- | npc/000-1/ale.txt | 1 | ||||
-rw-r--r-- | npc/000-1/astapolos.txt | 1 | ||||
-rw-r--r-- | npc/000-1/gulukan.txt | 1 | ||||
-rw-r--r-- | npc/000-1/jalad.txt | 1 | ||||
-rw-r--r-- | npc/000-1/muller.txt | 3 | ||||
-rw-r--r-- | npc/000-1/tibbo.txt | 1 |
6 files changed, 7 insertions, 1 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt index e4337780..b6f6401c 100644 --- a/npc/000-1/ale.txt +++ b/npc/000-1/ale.txt @@ -3,6 +3,7 @@ // Reid // Description: // Sailor part of the Gugli's quest. +// Aquada box. 000-1.gat,55,23,0,1 script Ale 105;2,{ diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt index fdaf7830..43c00f0b 100644 --- a/npc/000-1/astapolos.txt +++ b/npc/000-1/astapolos.txt @@ -3,6 +3,7 @@ // Reid
// Description:
// Sailor part of the Gugli's quest.
+// Croconut box. 000-1.gat,22,50,0,1 script Astapolos 107;2,{
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt index 840ebb25..7ed381a4 100644 --- a/npc/000-1/gulukan.txt +++ b/npc/000-1/gulukan.txt @@ -3,6 +3,7 @@ // Reid // Description: // Sailor part of the Gugli's quest. +// Croconut box. 000-1.gat,54,90,0,1 script Gulukan 111;2,{ diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt index c80b0a12..f7774cb5 100644 --- a/npc/000-1/jalad.txt +++ b/npc/000-1/jalad.txt @@ -3,6 +3,7 @@ // Reid // Description: // Sailor part of the Gugli quest. +// Plushroom box. 000-1.gat,46,35,0,1 script Jalad 110;2,{ diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index b985b9fd..f6e81e09 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -3,6 +3,7 @@ // Reid // Description: // Sailor part of the Gugli's quest. +// Plushroom box. 000-1.gat,35,69,0,1 script Q'Muller 104;2,{ @@ -18,7 +19,7 @@ l_CallFunc: menu
rif(getq(ShipQuests_QMuller) == 1, l("I'm still busy, I need to find the other sailors.")), -,
- l("What's this fruit?"), OnAquada;
+ l("What's this fruit?"), OnPlushroom;
mes "";
mesn;
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt index a83bf999..ed981ee8 100644 --- a/npc/000-1/tibbo.txt +++ b/npc/000-1/tibbo.txt @@ -3,6 +3,7 @@ // Reid // Description: // Sailor part of the Gugli's quest. +// Aquada box. 000-1.gat,34,111,0,1 script Tibbo 110;2,{ |