summaryrefslogtreecommitdiff
path: root/npc/000-2-1/peter.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2011-12-19 03:33:40 +0100
committerReid <reidyaro@gmail.com>2011-12-19 03:33:40 +0100
commit212b102b29a8cf085b9353eb78f747d3be524c29 (patch)
treeff8d847eca5a50c1f4a46a9e47a36e13502700ce /npc/000-2-1/peter.txt
parent32239315a9459bc955919e03bfebe0a51d270990 (diff)
downloadserverdata-212b102b29a8cf085b9353eb78f747d3be524c29.tar.gz
serverdata-212b102b29a8cf085b9353eb78f747d3be524c29.tar.bz2
serverdata-212b102b29a8cf085b9353eb78f747d3be524c29.tar.xz
serverdata-212b102b29a8cf085b9353eb78f747d3be524c29.zip
Correct sailors and peter warp.
Diffstat (limited to 'npc/000-2-1/peter.txt')
-rw-r--r--npc/000-2-1/peter.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index dcc7950f..58146f70 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -79,6 +79,7 @@
mesn;
mesq l("You can't go there!");
mesq g(l("I need help for cleaning the wedge of the ship, but you aren't strong enough to help me.#0"), l("I need help for cleaning the wedge of the ship, but you aren't strong enough to help me.#1"));
+ warp "000-2-1",61,37;
close;
OnGiveTask:
@@ -97,6 +98,7 @@
mesq l("I don't need your help right now, come back later.");
if ($@RAT_SAILOR_HELPER$ == "") close;
mesq $@RAT_SAILOR_HELPER$ + " " + l("is helping me.");
+ warp "000-2-1",61,37;
close;
OnTimer300000:
@@ -133,7 +135,7 @@
l_BonusTask:
set @q, geta4(ShipQuests, 1);
mesn;
- mesq l("I will give you @@gp.", 1000);
+ mesq l("I will give you @@gp.", 500);
menu
g(l("Okay, I'm ready to work!#0"), l("Okay, I'm ready to work!#1")), -,
l("What? This reward is too small!"), l_Close;