diff options
Diffstat (limited to 'npc/009-2')
-rw-r--r-- | npc/009-2/ryan.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index 38401ef92..902dbafe0 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -84,10 +84,15 @@ setq1 HalinarzoQuest_LifeDelight, 4; getitem PlatinumIngot, 1; getitem IridiumIngot, 2; + getitem EquipmentBlueprintE, 2; + getitem AlchemyBlueprintE, 2; + MobPt+=1000000; // 1 Million Monster Points 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)); + mesc l("Got Master Blueprints!"); + mesc l("Got 1,000,000 Monster Points!"); } close; |