diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-22 23:42:45 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-22 23:42:45 -0300 |
commit | 569e700bb17b985a17bd1eded208722f7fe66ae1 (patch) | |
tree | fcec4e5156c7c70c6140fb65f445a82c232ce415 /npc/002-1 | |
parent | f8240de7fee7b91c3d68211b51cf59bc8fbaa0e8 (diff) | |
download | serverdata-569e700bb17b985a17bd1eded208722f7fe66ae1.tar.gz serverdata-569e700bb17b985a17bd1eded208722f7fe66ae1.tar.bz2 serverdata-569e700bb17b985a17bd1eded208722f7fe66ae1.tar.xz serverdata-569e700bb17b985a17bd1eded208722f7fe66ae1.zip |
Fix Peter's quest so you can get 2450 GP in Candor (not counting Tolchi & Beer)
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/peter.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 24ee6917b..56cca9eeb 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -309,7 +309,7 @@ L_Reward: mesq l("Good job!") + " " + l("Here's your reward!"); getexp 100, 0; Zeny = Zeny + 1000; - message strcharinfo(0), l("You receive @@ E!", 1000); + message strcharinfo(0), l("You receive @@ GP!", 1000); goto L_CleaningClose; @@ -334,6 +334,6 @@ OnNoGoodTick: OnInit: .sex = G_MALE; - .distance = 3; + .distance = 5; end; } |