From 2c362490b3f63ff3b7866b1c219653abd3c71d61 Mon Sep 17 00:00:00 2001 From: Reid Yaro Date: Thu, 20 Jun 2013 00:13:45 +0100 Subject: Correct wrong zeny on peter script. --- npc/000-2-1/peter.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 6c2044b9..01d67102 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -174,7 +174,7 @@ OnReturnWin: l_BonusTask: mes ""; mesn; - mesq l("What if I give you 200 Esperin for that job, is it ok?"); + mesq l("What if I give you 1000 Esperin for that job, is it ok?"); next; menu @@ -300,7 +300,7 @@ l_Reward: mesq l("Good job!") + " " + l("Here's your reward!"); getexp 100, 0; set zeny, zeny + 1000; - message strcharinfo(0), l("You receive @@ E!", 200); + message strcharinfo(0), l("You receive @@ E!", 1000); goto l_CleaningClose; -- cgit v1.2.3-70-g09d2