From 79a177cf4f0cb97ed90726371a2f26048944bc49 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 30 May 2018 23:11:17 -0300 Subject: All players are the same to @Jesusalva :inGame_e: --- npc/005-1/sailors.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npc/005-1') diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt index a05cdd909..91386a786 100644 --- a/npc/005-1/sailors.txt +++ b/npc/005-1/sailors.txt @@ -134,12 +134,15 @@ L_questCure_success: close; L_questCure_failure: - Zeny = Zeny + 60; + if (getq2(CandorQuest_SailorCure) * 30 < 240) + Zeny = Zeny + 60; + else + Zeny = Zeny + 30; mesn; mesq l("That... Didn't worked. I'm sorry."); next; mesn; - mesq l("Here's 60 GP for your efforts."); + mesq l("Here's some gold for your efforts."); goto L_CureMaster; OnInit: -- cgit v1.2.3-60-g2f50