summaryrefslogtreecommitdiff
path: root/npc/000-1/couwan.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-12-23 00:57:23 +0100
committerReid <reidyaro@gmail.com>2012-12-23 00:57:23 +0100
commit6db8b93740a75feb7c3126a91145293e4c554de3 (patch)
tree3aa1d4a5764d50369ed384651e691b9fa83683a3 /npc/000-1/couwan.txt
parent5f74e6e45386866ffd50a1fa8b1bb1b04fee9e74 (diff)
downloadserverdata-6db8b93740a75feb7c3126a91145293e4c554de3.tar.gz
serverdata-6db8b93740a75feb7c3126a91145293e4c554de3.tar.bz2
serverdata-6db8b93740a75feb7c3126a91145293e4c554de3.tar.xz
serverdata-6db8b93740a75feb7c3126a91145293e4c554de3.zip
Correct bugs.
Diffstat (limited to 'npc/000-1/couwan.txt')
-rw-r--r--npc/000-1/couwan.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt
index a4a0b799..9b769e3f 100644
--- a/npc/000-1/couwan.txt
+++ b/npc/000-1/couwan.txt
@@ -14,9 +14,8 @@
000-1.gat,89,36,0,1 script Couwan 111;2,{
set @q, getq(ShipQuests_Couwan);
- if (@q == 1) goto l_QuestGiven;
- if (@q > 1) goto l_QuestDone;
-
+ if (countitem("FishBox") > 0) goto l_QuestGiven;
+ if (@q == 1) goto l_QuestDone;
mesn;
mesq l("Hello yeye.");
@@ -54,7 +53,6 @@
next;
mes col(l("The sailor turns his back to you."), 9);
- setq ShipQuests_Couwan, 1;
close;
l_Water: