From 569e700bb17b985a17bd1eded208722f7fe66ae1 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 22 Feb 2018 23:42:45 -0300 Subject: Fix Peter's quest so you can get 2450 GP in Candor (not counting Tolchi & Beer) --- npc/002-1/peter.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/002-1') 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; } -- cgit v1.2.3-60-g2f50