diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-29 22:21:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-29 22:21:06 -0300 |
commit | d65b33074edc948854f36343cee0c41ea5a9dea6 (patch) | |
tree | 9c00ffcfb91241eedda4315ff1ceafe3ae31721c /npc/009-2/ryan.txt | |
parent | 85f37880661878a0d4f61425b3a3edfa549d5144 (diff) | |
download | serverdata-d65b33074edc948854f36343cee0c41ea5a9dea6.tar.gz serverdata-d65b33074edc948854f36343cee0c41ea5a9dea6.tar.bz2 serverdata-d65b33074edc948854f36343cee0c41ea5a9dea6.tar.xz serverdata-d65b33074edc948854f36343cee0c41ea5a9dea6.zip |
Final Ryan Reward. I really doubt anyone will get it... But just in case...
Diffstat (limited to 'npc/009-2/ryan.txt')
-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; |