summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-30 23:11:17 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-30 23:11:17 -0300
commit79a177cf4f0cb97ed90726371a2f26048944bc49 (patch)
tree88d1327385e7da9e7938237df21c62bed1e5eb91 /npc/005-1
parentc22a3b3e8963ca01f958ed24771bf91fc5a1ab05 (diff)
downloadserverdata-79a177cf4f0cb97ed90726371a2f26048944bc49.tar.gz
serverdata-79a177cf4f0cb97ed90726371a2f26048944bc49.tar.bz2
serverdata-79a177cf4f0cb97ed90726371a2f26048944bc49.tar.xz
serverdata-79a177cf4f0cb97ed90726371a2f26048944bc49.zip
All players are the same to @Jesusalva :inGame_e:
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/sailors.txt7
1 files changed, 5 insertions, 2 deletions
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: