summaryrefslogtreecommitdiff
path: root/npc/000-1/gugli.txt
diff options
context:
space:
mode:
authorHal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com>2012-10-14 23:30:16 +0200
committerHal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com>2012-10-14 23:30:16 +0200
commit1e895b340ccf86e7f9d60b78add85d7f90b8c7e2 (patch)
tree7becb90b3e60862d39e287d971a88b5787405772 /npc/000-1/gugli.txt
parent60af13de056893f9aecb147aae7760cf3155496e (diff)
downloadserverdata-1e895b340ccf86e7f9d60b78add85d7f90b8c7e2.tar.gz
serverdata-1e895b340ccf86e7f9d60b78add85d7f90b8c7e2.tar.bz2
serverdata-1e895b340ccf86e7f9d60b78add85d7f90b8c7e2.tar.xz
serverdata-1e895b340ccf86e7f9d60b78add85d7f90b8c7e2.zip
Chef Gado quest is now part of the main Nard Quest Chain.
Other quests adapted in order to test the complete story line.
Diffstat (limited to 'npc/000-1/gugli.txt')
-rw-r--r--npc/000-1/gugli.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index d9bb0dd4..d0194bde 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -72,6 +72,7 @@ l_TaskGiven:
l_Menu:
menu
rif(getq(ShipQuests_Couwan) == 1, l("Couwan gave me this box, it is for you.")), l_Couwan,
+ rif(countitem("AquadaBox") > 1 && countitem("CroconutBox") > 1 && countitem("PlushroomBox") > 1, l("I have collected all the boxes you needed.")), l_TaskDone,
l("Where can I find your crew?"), l_Location,
l("See you."), -;
@@ -134,12 +135,16 @@ l_Lean:
close;
l_TaskDone:
+ setq ShipQuests_Gugli, 2;
+ if (countitem("AquadaBox") > 1) delitem "AquadaBox", 2;
+ if (countitem("CroconutBox") > 1) delitem "CroconutBox", 2;
+ if (countitem("PlushroomBox") > 1) delitem "PlushroomBox", 2;
+
mesq l("Well done! Now the ship is ready to sail again!");
next;
mesq l("You should inform Nard about the progress of the load of the merchandise. He will be enthusiastic.");
- setq ShipQuests_Gugli, 2;
- next;
+ close;
l_TaskCompleted:
mesq l("You are now part of this crew... At least for us down here!");
@@ -158,4 +163,4 @@ l_TaskCompleted:
doevent "Gugli::OnTalk";
close;
-} \ No newline at end of file
+}