diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-30 23:11:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-30 23:11:17 -0300 |
commit | 79a177cf4f0cb97ed90726371a2f26048944bc49 (patch) | |
tree | 88d1327385e7da9e7938237df21c62bed1e5eb91 | |
parent | c22a3b3e8963ca01f958ed24771bf91fc5a1ab05 (diff) | |
download | serverdata-79a177cf4f0cb97ed90726371a2f26048944bc49.tar.gz serverdata-79a177cf4f0cb97ed90726371a2f26048944bc49.tar.bz2 serverdata-79a177cf4f0cb97ed90726371a2f26048944bc49.tar.xz serverdata-79a177cf4f0cb97ed90726371a2f26048944bc49.zip |
All players are the same to @Jesusalva :inGame_e:
-rw-r--r-- | npc/005-1/sailors.txt | 7 |
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: |