From c43643c812c886267dc26b70b03dd639e05d1222 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 5 Jan 2022 16:11:42 -0300 Subject: Boost Ryan's rewards with more milestones and monster points after stage 20 --- npc/009-2/ryan.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'npc/009-2') diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index 0d92a0639..db5c196cc 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -58,11 +58,25 @@ mesn; mesq l("Ah, you really deserve this @@. Good job!", getitemlink(ChefHat)); } + + // Bonus stage + if (.@q == 20) + getitem Coffee, 1; + if (.@q >= 21) { Zeny+=rand2(1,.@a)*.p; getexp rand2(1,.@q)*.@l, rand2(1, .@q); + Mobpt+=.@q; // From now on, Monster Points will be generated } + // Bonus stage + if (.@q == 30) + getitem Manapple, 1; + + // Bonus stage + if (.@q == 40) + getitem LoFWarpCrystal, 1; + // Elixir Of Life last stage: ~995 Delights - 26,385 in total if (.@r < 3 && .@q >= 51) { setq1 HalinarzoQuest_LifeDelight, 3; @@ -78,6 +92,23 @@ Zeny+=rand2(.@q,.@a)*.p; getexp rand2(1,.@a)*.@l, rand2(1, .@q); } + + // Bonus stage + if (.@q == 60) + getitem SacredLifePotion, 1; + + // Bonus stage + if (.@q == 70) + getitem MercBoxDD, 1; + + // Bonus stage + if (.@q == 80) + getitem DivineApple, 1; + + // Bonus stage + if (.@q == 90) + getitem MysteriousFruit, 1; + if (.@q >= 91) { Zeny+=rand2(.@a, .@a+.@q)*.p; getexp rand2(.@q,.@a)*.@l, rand2(1, .@q); -- cgit v1.2.3-60-g2f50