summaryrefslogtreecommitdiff
path: root/npc/000-1/couwan.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/couwan.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/couwan.txt')
-rw-r--r--npc/000-1/couwan.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt
index 9b769e3f..a4a0b799 100644
--- a/npc/000-1/couwan.txt
+++ b/npc/000-1/couwan.txt
@@ -14,8 +14,9 @@
000-1.gat,89,36,0,1 script Couwan 111;2,{
set @q, getq(ShipQuests_Couwan);
- if (countitem("FishBox") > 0) goto l_QuestGiven;
- if (@q == 1) goto l_QuestDone;
+ if (@q == 1) goto l_QuestGiven;
+ if (@q > 1) goto l_QuestDone;
+
mesn;
mesq l("Hello yeye.");
@@ -53,6 +54,7 @@
next;
mes col(l("The sailor turns his back to you."), 9);
+ setq ShipQuests_Couwan, 1;
close;
l_Water: