summaryrefslogtreecommitdiff
path: root/npc/009-2/ryan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2/ryan.txt')
-rw-r--r--npc/009-2/ryan.txt31
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);