summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-11-28 00:57:52 +0100
committerReid <reidyaro@gmail.com>2012-11-28 00:57:52 +0100
commit28b729d6e5ed4a6fbe13760597dfb49d2cb70e93 (patch)
treeae812e6f457c61fb4d39c4c002b6147adb43bbf7 /npc
parent79824228f45f80058c8d5364ff438fc575e6dd8b (diff)
downloadclientdata-28b729d6e5ed4a6fbe13760597dfb49d2cb70e93.tar.gz
clientdata-28b729d6e5ed4a6fbe13760597dfb49d2cb70e93.tar.bz2
clientdata-28b729d6e5ed4a6fbe13760597dfb49d2cb70e93.tar.xz
clientdata-28b729d6e5ed4a6fbe13760597dfb49d2cb70e93.zip
Complete gulukan script.
Diffstat (limited to 'npc')
-rw-r--r--npc/000-1/gulukan.txt35
1 files changed, 23 insertions, 12 deletions
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index 6812ee2d..030bec88 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -15,13 +15,13 @@
if (@q == 1) goto l_Func;
mesn;
- mesq l("Hey @@!", strcharinfo(0));
+ mesq l("Yeye @@!", strcharinfo(0));
next;
- mesq l("How are you feeling, now that you walk on steady land? Better?");
+ mesq l("How are you feeying, now that you walk on steady land? Yeye better?");
next;
menu
- l("Wow, it seems everyone knows my name!"), l_Name,
+ l("Wow, it seems everyone knows my name!"), -,
l("Well, it isn't a bad sensation to finally feel something beneath my feet."), l_Continue,
l("Not so good. I would feel better on Nard's ship."), close;
@@ -29,16 +29,17 @@ l_Name:
mes "";
mesn;
- mesq l("You know, sailors love to chat while working.");
+ mesq l("You know, yeyes love to chat while working.");
next;
- goto l_Continue;
+goto l_Continue2;
l_Continue:
-
mes "";
mesn;
- mesq l("Are you here to explore the island?");
+
+l_Continue2:
+ mesq l("Are you yaying here to explore the island?");
next;
menu
@@ -47,20 +48,20 @@ l_Continue:
mes "";
mesn;
- mesq l("Gugli? Oh I see. Yes, he is pretty used to shout orders to everybody down here.");
+ mesq l("Gugli? Oh I see. Yes, Gugli yeye pretty used to shout orders to everybody down here.");
next;
- mesq l("Anyway I am glad I can give you some of these @@s.", getitemlink("Croconut"));
+ mesq l("Anyway I am glad I can give you some of these yoyoxs.");
next;
+ if (checkweight("CroconutBox", 1) == 0) goto l_CantGive;
setq ShipQuests_Gulukan, 1;
getitem "CroconutBox", 1;
mes "";
mesn;
mesq l("Thank you my friend.");
+
close;
-
-// And here too.
l_Func:
mesn;
@@ -107,7 +108,7 @@ l_RandomC:
next;
menu
- rif(getq(ShipQuests_Gulukan) == 1, l("I'm still busy, I need to find the other sailors.")), -;
+ rif(getq(ShipQuests_Gulukan) == 1 && (getq(ShipQuests_Ale) == 0 || getq(ShipQuests_Astapolos) == 0 || getq(ShipQuests_Jalad) == 0 || getq(ShipQuests_QMuller) == 0 || getq(ShipQuests_Tibbo) == 0), l("I'm still busy, I need to find the other sailors.")), -;
mes "";
mesn;
@@ -124,6 +125,15 @@ l_RandomC:
close;
+l_CantGive:
+ mes "";
+ mesn;
+ mesq l("It seems that you can't carry more yoyox yet.");
+ next;
+ mesq lg("Yoiis should come back to me once yey'll have some more free place.");
+
+ close;
+
l_Bottom:
mes "";
mesn;
@@ -144,6 +154,7 @@ l_NoTask:
mes "";
mesn;
mesq l("*uff*... And another box of @@s for our starving colleagues is ready.", getitemlink("Croconut"));
+
close;
}