From b384216c40b8acbd592194fded0a47e34922c9c8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 Mar 2019 00:21:45 -0300 Subject: As Crazyfefe said, Ryan total quest should only demand about 100k, not 300k --- npc/009-2/ryan.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index 7b05babdf..86bc31986 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -9,10 +9,10 @@ if (BaseLevel < 17) goto L_Weak; if (!getq(HalinarzoQuest_LifeDelight)) goto L_Prologue; .@q=getq2(HalinarzoQuest_LifeDelight); - if (.@q < 50) + if (.@q < 25) .@a=(.@q**2)+18; else - .@a=2500+18*(.@q-49); + .@a=625+18*(.@q-24); if (.@q > 100) goto L_Complete; mesn; @@ -66,7 +66,7 @@ Zeny+=rand(.@a, .@a+.@q)*.p; getexp rand(.@q,.@a)*.@l, rand(1, .@q); } - // Platinum + Iridium last stage: 3418 Delights - 189275 in total + // Platinum + Iridium last stage: ~2000 Delights - 103,525 in total if (.@r < 3 && .@q == 100) { setq1 HalinarzoQuest_LifeDelight, 3; getitem PlatinumIngot, 1; -- cgit v1.2.3-70-g09d2