diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-06 21:10:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-06 21:10:34 -0300 |
commit | 393699bcfbe278a3a62f6ecfb653c758967510de (patch) | |
tree | fe65d0cbb525472b3ed47660ba39b15105086b67 /npc/009-2/ryan.txt | |
parent | 5b8737fc66c4308223feafcff7d23fe22c0ab298 (diff) | |
download | serverdata-393699bcfbe278a3a62f6ecfb653c758967510de.tar.gz serverdata-393699bcfbe278a3a62f6ecfb653c758967510de.tar.bz2 serverdata-393699bcfbe278a3a62f6ecfb653c758967510de.tar.xz serverdata-393699bcfbe278a3a62f6ecfb653c758967510de.zip |
Ryan Maximum reward: The fabled legendary [Sunny Crystal] :o
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!"); } |