diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-30 23:10:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-30 23:10:14 -0300 |
commit | c22a3b3e8963ca01f958ed24771bf91fc5a1ab05 (patch) | |
tree | 890624d3766fcdd12f9cedd9dc80329758c62752 /npc/005-1/sailors.txt | |
parent | fcad7915e5a8753d71ef01684ed755366ffe480e (diff) | |
download | serverdata-c22a3b3e8963ca01f958ed24771bf91fc5a1ab05.tar.gz serverdata-c22a3b3e8963ca01f958ed24771bf91fc5a1ab05.tar.bz2 serverdata-c22a3b3e8963ca01f958ed24771bf91fc5a1ab05.tar.xz serverdata-c22a3b3e8963ca01f958ed24771bf91fc5a1ab05.zip |
I... got the wrong value for price, sorry.
Diffstat (limited to 'npc/005-1/sailors.txt')
-rw-r--r-- | npc/005-1/sailors.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt index 1d75758dc..a05cdd909 100644 --- a/npc/005-1/sailors.txt +++ b/npc/005-1/sailors.txt @@ -120,10 +120,10 @@ L_CureLoop: goto questCure_failure; L_questCure_success: - if (getq2(CandorQuest_SailorCure) * 40 < 240) - Zeny = Zeny + 240 - getq2(CandorQuest_SailorCure) * 40; + if (getq2(CandorQuest_SailorCure) * 30 < 240) + Zeny = Zeny + 240 - getq2(CandorQuest_SailorCure) * 30; else - Zeny = Zeny + 40; + Zeny = Zeny + 30; getexp 50, 10; setq CandorQuest_SailorCure, 1; mesn; |