diff options
author | Reid <reidyaro@gmail.com> | 2011-12-23 03:32:56 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-23 03:32:56 +0100 |
commit | c8bb11aceac6c978933bd2975a4f1e298e6d5501 (patch) | |
tree | c0485db0f7ff8e0d7a2fb135559dbfa1fb667a07 /npc | |
parent | c6637157d135f99d263c89087b19cbb7a9a58526 (diff) | |
download | serverdata-c8bb11aceac6c978933bd2975a4f1e298e6d5501.tar.gz serverdata-c8bb11aceac6c978933bd2975a4f1e298e6d5501.tar.bz2 serverdata-c8bb11aceac6c978933bd2975a4f1e298e6d5501.tar.xz serverdata-c8bb11aceac6c978933bd2975a4f1e298e6d5501.zip |
correct peter warp.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/peter.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index e9404657..3133c23e 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -78,13 +78,13 @@ OnStop: 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; + 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")); close; OnGiveTask: mesn; - mesq l("I need somebody who can clean the bottom of the ship, can you help me?"); + mesq l("I need somebody who can clean the bottom of the ship of these Ratto, can you help me?"); set @q, geta4(ShipQuests, 1); menu rif(@q == 0, l("Yeah, but what reward will I get?")), l_BonusTask, @@ -96,9 +96,9 @@ OnDontNeedHelp: mesn; mesq l("I don't need your help right now, come back later."); + warp "000-2-1.gat",61,37; if ($@RAT_SAILOR_HELPER$ == "") close; mesq $@RAT_SAILOR_HELPER$ + " " + l("is helping me."); - warp "000-2-1",61,37; close; OnTimer300000: @@ -188,7 +188,7 @@ mesn; mesq l("Good job!") + " " + l("Here is your reward!"); getexp 100, 0; - set zeny, zeny + 1500; + set zeny, zeny + 500; close; l_Close: |