summaryrefslogtreecommitdiff
path: root/npc/009-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-29 16:17:32 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-29 16:17:32 -0300
commit8b701b65ccb0238d75cb52eb0412bd14ec040032 (patch)
tree412529a418a4d9507af8c7364d7342f0cd2279b8 /npc/009-2
parent7501202f3b120033d406cbcd2ae0d0763ae2b290 (diff)
downloadserverdata-8b701b65ccb0238d75cb52eb0412bd14ec040032.tar.gz
serverdata-8b701b65ccb0238d75cb52eb0412bd14ec040032.tar.bz2
serverdata-8b701b65ccb0238d75cb52eb0412bd14ec040032.tar.xz
serverdata-8b701b65ccb0238d75cb52eb0412bd14ec040032.zip
Ryan is easier for [Chef Hat], and gives more rewards shall you wish to MASTER it
Diffstat (limited to 'npc/009-2')
-rw-r--r--npc/009-2/ryan.txt16
1 files changed, 14 insertions, 2 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt
index e782ee213..dcb0f5c3d 100644
--- a/npc/009-2/ryan.txt
+++ b/npc/009-2/ryan.txt
@@ -33,14 +33,26 @@
mesq l("Hmmm... Yummy!");
// Landmark rewards
- // PS. 20 = 420 Delights
+ // Chef hat last stage: 120 Delights
.@q=getq(HalinarzoQuest_LifeDelight);
- if (.@q == 20) {
+ if (.@q == 11) {
getitem ChefHat, 1;
next;
mesn;
mesq l("Ah, you really deserve this @@. Good job!", getitemlink(ChefHat));
}
+ if (.@q >= 21) {
+ Zeny=Zeny+.@a;
+ getexp rand(1,.@q), rand(1, .@q);
+ }
+ if (.@q >= 51) {
+ Zeny=Zeny+.@a;
+ getexp rand(1,.@a), rand(1, .@q);
+ }
+ if (.@q >= 91) {
+ Zeny=Zeny+.@a;
+ getexp rand(.@q,.@a), rand(1, .@q);
+ }
close;