summaryrefslogtreecommitdiff
path: root/npc/000-1/gugli.txt
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-12-10 23:32:57 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-12-10 23:32:57 +0100
commitdcde888599e44657c7e2fbcefc194cfdf7e90ecf (patch)
treea422af0b8e5795d9462b4bf618a74824155e5125 /npc/000-1/gugli.txt
parentc01647ad18d5c8f27c8e9cf2bf6727fcc841c962 (diff)
downloadserverdata-dcde888599e44657c7e2fbcefc194cfdf7e90ecf.tar.gz
serverdata-dcde888599e44657c7e2fbcefc194cfdf7e90ecf.tar.bz2
serverdata-dcde888599e44657c7e2fbcefc194cfdf7e90ecf.tar.xz
serverdata-dcde888599e44657c7e2fbcefc194cfdf7e90ecf.zip
First round-up of questchain cleaning.
Diffstat (limited to 'npc/000-1/gugli.txt')
-rw-r--r--npc/000-1/gugli.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index 1f376271..c4a895ca 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -28,7 +28,7 @@ OnTalk:
set @gugli, getq(ShipQuests_Gugli);
set @gado, getq(ShipQuests_ChefGado);
- if (@gado > 3 && @nard == 3) goto l_AllComplete;
+ if (@nard > 3) goto l_AllComplete;
if (@nard > 1 || @gugli == 2) goto l_TaskCompleted;
if (@gugli == 1) goto l_TaskGiven;
@@ -137,9 +137,9 @@ l_Couwan:
mesq l("May this be a lesson for you.");
setq ShipQuests_Couwan, 2;
- set zeny, zeny+50;
+ set zeny, zeny+5;
if (countitem("FishBox") > 0) delitem "FishBox", 1;
- message strcharinfo(0), l("You receive 50GP!");
+ message strcharinfo(0), l("You receive 5GP!");
close;
l_Location:
@@ -187,6 +187,8 @@ l_TaskDone:
if (countitem("CroconutBox") == 1) delitem "CroconutBox", 1;
if (countitem("PlushroomBox") == 1) delitem "PlushroomBox", 1;
setq ShipQuests_Gugli, 2;
+
+ getexp 50, 0;
mesq l("Well done! The ship is now ready to sail again!");
next;