diff options
author | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-09-02 12:52:22 +0200 |
---|---|---|
committer | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-09-02 12:52:22 +0200 |
commit | 50f210edb9e9cba6a9393be4832a5f26718a4497 (patch) | |
tree | d596d2792de79e4e5cc6fef1c4e2ebd52154a877 | |
parent | acc79ab9e26a91bc42e75407671442727ec93759 (diff) | |
download | clientdata-50f210edb9e9cba6a9393be4832a5f26718a4497.tar.gz clientdata-50f210edb9e9cba6a9393be4832a5f26718a4497.tar.bz2 clientdata-50f210edb9e9cba6a9393be4832a5f26718a4497.tar.xz clientdata-50f210edb9e9cba6a9393be4832a5f26718a4497.zip |
Couwan NPC now gives FishBox quest item, Gugli receives it.
-rw-r--r-- | npc/000-1/couwan.txt | 1 | ||||
-rw-r--r-- | npc/000-1/gugli.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt index 9f7e67d0..0286afd3 100644 --- a/npc/000-1/couwan.txt +++ b/npc/000-1/couwan.txt @@ -37,6 +37,7 @@ mesn "Narrator"; mes col(lg("Couwan hands you a box full of fish."), 9); + getitem "FishBox", 1; next; mes col(l("The sailor turns his back to you."), 9); diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 6edc71bc..a0b82bb6 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -32,6 +32,7 @@ l_Couwan: setq ShipQuests_Couwan, 2; set zeny, zeny+50; + if (countitem("FishBox") > 0) delitem "FishBox", 1; message strcharinfo(0), l("You receive 50GP!"); close; |