diff options
author | Reid <reidyaro@gmail.com> | 2012-11-18 23:33:11 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-11-18 23:34:09 +0100 |
commit | 5eacf12ae2b1883fac970745acf528698e1370eb (patch) | |
tree | 5670584bfa6cf8b4509ca0e7860bb3e463df353d | |
parent | e27eb57290fcdf1e22836dc4cb686457ca216609 (diff) | |
download | clientdata-5eacf12ae2b1883fac970745acf528698e1370eb.tar.gz clientdata-5eacf12ae2b1883fac970745acf528698e1370eb.tar.bz2 clientdata-5eacf12ae2b1883fac970745acf528698e1370eb.tar.xz clientdata-5eacf12ae2b1883fac970745acf528698e1370eb.zip |
Add explanation of which kind of box will be on thes 6npcs involved on Gugli's quest.
-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,{ |