diff options
Diffstat (limited to 'npc/009-2/ryan.txt')
-rw-r--r-- | npc/009-2/ryan.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index 73302f251..f1c65f639 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -82,6 +82,7 @@ // Platinum + Iridium last stage: ~1390 Delights - 91,050 in total if (.@r < 4 && .@q == 100) { setq1 HalinarzoQuest_LifeDelight, 4; + getitem SunnyCrystal, 1; getitem PlatinumIngot, 1; getitem IridiumIngot, 2; getitem EquipmentBlueprintE, 2; @@ -90,7 +91,7 @@ getexp 500000, 50000; // Reference: Lv 74 / Lv 38 next; mesn; - mesq l("Ah, I have enough @@ for a life! Take this EXTREMELY RARE @@. Good job!", getitemlink(TonoriDelight), getitemlink(PlatinumIngot)); + mesq l("Ah, I have enough @@ for a life! Take this EXTREMELY RARE @@. Good job!", getitemlink(TonoriDelight), getitemlink(SunnyCrystal)); mesc l("Got Master Blueprints!"); mesc l("Got 1,000,000 Monster Points!"); } |