summaryrefslogtreecommitdiff
path: root/npc/000-1/gugli.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-12-28 17:10:29 +0100
committerReid <reidyaro@gmail.com>2012-12-28 17:10:29 +0100
commite5974e8829ef2ae7cde48e5c5373dae975350c57 (patch)
tree3def716e42623cad7d07453010be2bc9e04badac /npc/000-1/gugli.txt
parentece03c7602b3409b7f1c5da2152a7c19dd45a51f (diff)
downloadserverdata-e5974e8829ef2ae7cde48e5c5373dae975350c57.tar.gz
serverdata-e5974e8829ef2ae7cde48e5c5373dae975350c57.tar.bz2
serverdata-e5974e8829ef2ae7cde48e5c5373dae975350c57.tar.xz
serverdata-e5974e8829ef2ae7cde48e5c5373dae975350c57.zip
Revert "Correct bugs."
This reverts commit 6db8b93740a75feb7c3126a91145293e4c554de3. Conflicts: db/questvars.txt npc/000-1/gugli.txt
Diffstat (limited to 'npc/000-1/gugli.txt')
-rw-r--r--npc/000-1/gugli.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index b2c9001f..f72bb6f1 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -79,7 +79,7 @@ l_TaskGiven:
l_Menu:
menu
- rif(countitem("FishBox") > 0, l("Couwan gave me this box, it is for you.")), l_Couwan,
+ rif(getq(ShipQuests_Couwan) == 1, l("Couwan gave me this box, it is for you.")), l_Couwan,
rif(countitem("AquadaBox") > 0 || countitem("CroconutBox") > 0 || countitem("PlushroomBox") > 0, l("I have some food for you.")), l_CollectSmthing,
l("Who should I search for?"), l_SailorNames,
l("Where can I find your crew?"), l_Location,
@@ -87,7 +87,7 @@ l_Menu:
l_MenuDone:
menu
- rif(countitem("FishBox") > 0, l("Couwan gave me this box, it is for you.")), l_Couwan,
+ rif(getq(ShipQuests_Couwan) == 1, l("Couwan gave me this box, it is for you.")), l_Couwan,
l("I have collected all the boxes you needed."), l_TaskDone,
l("See you!"), l_Quit;
@@ -137,10 +137,14 @@ l_Couwan:
next;
mesq l("May this be a lesson for you.");
- setq ShipQuests_Couwan, 1;
- if (countitem("FishBox") > 0) delitem "FishBox", 1;
+ setq ShipQuests_Couwan, 2;
set zeny, zeny+10;
+<<<<<<< HEAD
message strcharinfo(0), l("You receive 10 GP!");
+=======
+ if (countitem("FishBox") > 0) delitem "FishBox", 1;
+ message strcharinfo(0), l("You receive 5GP!");
+>>>>>>> parent of 6db8b93... Correct bugs.
close;
l_Location: