diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-05 16:11:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-05 16:11:42 -0300 |
commit | c43643c812c886267dc26b70b03dd639e05d1222 (patch) | |
tree | f11948ac9ee1199fb229155cd6f27e4473f7bd53 /npc/009-2/ryan.txt | |
parent | fc4255581693d2c19b9d9bf19328b0a153df17c6 (diff) | |
download | serverdata-c43643c812c886267dc26b70b03dd639e05d1222.tar.gz serverdata-c43643c812c886267dc26b70b03dd639e05d1222.tar.bz2 serverdata-c43643c812c886267dc26b70b03dd639e05d1222.tar.xz serverdata-c43643c812c886267dc26b70b03dd639e05d1222.zip |
Boost Ryan's rewards with more milestones and monster points after stage 20r15_20210106
Diffstat (limited to 'npc/009-2/ryan.txt')
-rw-r--r-- | npc/009-2/ryan.txt | 31 |
1 files changed, 31 insertions, 0 deletions
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); |