From f9a0793bd0d98f02e6444ab539f32701a67277a1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 6 Nov 2019 21:15:26 -0300 Subject: Cut again some of Ryan prices --- npc/009-2/ryan.txt | 10 ++++++---- 1 file 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; -- cgit v1.2.3-70-g09d2