diff options
author | Reid <reidyaro@gmail.com> | 2011-12-19 03:33:40 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-19 03:33:40 +0100 |
commit | 212b102b29a8cf085b9353eb78f747d3be524c29 (patch) | |
tree | ff8d847eca5a50c1f4a46a9e47a36e13502700ce | |
parent | 32239315a9459bc955919e03bfebe0a51d270990 (diff) | |
download | clientdata-212b102b29a8cf085b9353eb78f747d3be524c29.tar.gz clientdata-212b102b29a8cf085b9353eb78f747d3be524c29.tar.bz2 clientdata-212b102b29a8cf085b9353eb78f747d3be524c29.tar.xz clientdata-212b102b29a8cf085b9353eb78f747d3be524c29.zip |
Correct sailors and peter warp.
-rw-r--r-- | npc/000-0/sailors.txt | 5 | ||||
-rw-r--r-- | npc/000-2-1/peter.txt | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 97360ab8..6e782de1 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -31,6 +31,7 @@ mesq l("The sailors take you aboard their ship to help you."); //italic next; - warp 000-0-0.gat,22,22; + warp "000-0-0.gat",22,22; -} + close; +}
\ No newline at end of file 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; |