diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-06 21:15:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-06 21:15:26 -0300 |
commit | f9a0793bd0d98f02e6444ab539f32701a67277a1 (patch) | |
tree | 2ba3cd3e0c29a83e6e62573e812c0afd11d8aa8b /npc | |
parent | 393699bcfbe278a3a62f6ecfb653c758967510de (diff) | |
download | serverdata-f9a0793bd0d98f02e6444ab539f32701a67277a1.tar.gz serverdata-f9a0793bd0d98f02e6444ab539f32701a67277a1.tar.bz2 serverdata-f9a0793bd0d98f02e6444ab539f32701a67277a1.tar.xz serverdata-f9a0793bd0d98f02e6444ab539f32701a67277a1.zip |
Cut again some of Ryan prices
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-2/ryan.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index f1c65f639..92b2f9072 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -11,10 +11,12 @@ .@q=getq2(HalinarzoQuest_LifeDelight); if (.@q < 25) .@a=(.@q**2)+18; - else if (.@q < 50) + else if (.@q < 40) .@a=625+18*(.@q-24); + else if (.@q < 50) + .@a=895+10*(.@q-39); else - .@a=1092+(.@q*(.@q < 75 ? 2 : 3)); + .@a=1000+(.@q*(.@q < 75 ? 1 : 2)); if (.@q > 100) goto L_Complete; mesn; @@ -61,7 +63,7 @@ getexp rand2(1,.@q)*.@l, rand2(1, .@q); } - // Elixir Of Life last stage: ~1075 Delights - 26,825 in total + // Elixir Of Life last stage: ~995 Delights - 26,385 in total if (.@r < 3 && .@q >= 51) { setq1 HalinarzoQuest_LifeDelight, 3; getitem ElixirOfLife, 1; @@ -79,7 +81,7 @@ Zeny+=rand2(.@a, .@a+.@q)*.p; getexp rand2(.@q,.@a)*.@l, rand2(1, .@q); } - // Platinum + Iridium last stage: ~1390 Delights - 91,050 in total + // Platinum + Iridium last stage: ~1290 Delights - 86,885 in total if (.@r < 4 && .@q == 100) { setq1 HalinarzoQuest_LifeDelight, 4; getitem SunnyCrystal, 1; |