summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-29 22:21:06 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-29 22:21:06 -0300
commitd65b33074edc948854f36343cee0c41ea5a9dea6 (patch)
tree9c00ffcfb91241eedda4315ff1ceafe3ae31721c /npc
parent85f37880661878a0d4f61425b3a3edfa549d5144 (diff)
downloadserverdata-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')
-rw-r--r--npc/009-2/ryan.txt6
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;