diff options
Diffstat (limited to 'npc/009-2')
-rw-r--r-- | npc/009-2/ryan.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index 5760092af..75cfbfef4 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -54,6 +54,12 @@ Zeny=Zeny+rand(.@a, .@a+.@q); getexp rand(.@q,.@a), rand(1, .@q); } + if (.@q == 100) { + getitem PlatinumIngot, 1; + next; + mesn; + mesq l("Ah, I have enough @@ for a life! Take this EXTREMELY RARE @@. Good job!", getitemlink(TonoriDelight), getitemlink(PlatinumIngot)); + } close; |