diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-21 03:46:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-21 03:46:08 -0300 |
commit | 2a4f2d274ae9729c0c35ac075e87b1aa72c99f7b (patch) | |
tree | 00957c959edfa81d181d6bc0c2900fcf6f2c6130 /npc/003-1/swezanne.txt | |
parent | a0fb8fa86436b1b5a9d3361561b1dbeb6d3f67a2 (diff) | |
download | serverdata-2a4f2d274ae9729c0c35ac075e87b1aa72c99f7b.tar.gz serverdata-2a4f2d274ae9729c0c35ac075e87b1aa72c99f7b.tar.bz2 serverdata-2a4f2d274ae9729c0c35ac075e87b1aa72c99f7b.tar.xz serverdata-2a4f2d274ae9729c0c35ac075e87b1aa72c99f7b.zip |
Swezanne: Change bonuses from 20%~ish to 100% (daily quest)
Diffstat (limited to 'npc/003-1/swezanne.txt')
-rw-r--r-- | npc/003-1/swezanne.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index ea25b0062..a16272921 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -63,7 +63,7 @@ L_Repeat: L_Finish2: delitem CactusPotion, 5; getexp 37, 0; - Zeny = (Zeny + 220); // 5*35 = 175 base + Zeny = (Zeny + 350); // 5*35 = 175 base (+100%) .@q3=getq3(TulimsharQuest_Swezanne)+1; setq2 TulimsharQuest_Swezanne, gettimetick(2)+60*60*24; setq3 TulimsharQuest_Swezanne, .@q3; @@ -78,7 +78,7 @@ L_Finish2: L_Finish: delitem CactusDrink, 5; getexp 63, 4; // 4 Job points! A "great" reward. - Zeny = (Zeny + 150); // 5*25 = 125 base + Zeny = (Zeny + 250); // 5*25 = 125 base (+100%) setq TulimsharQuest_Swezanne, 3; setq2 TulimsharQuest_Swezanne, gettimetick(2)+60*60*24; close; |