summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-11-06 21:19:46 -0300
committerJesusaves <cpntb1@ymail.com>2019-11-06 21:19:46 -0300
commit699766e2edb8dcdcfb25edf6b2caaac570d85431 (patch)
tree025a1d816e8b9dddc1fae5fe6c0f7225e2bd1bdf
parentf9a0793bd0d98f02e6444ab539f32701a67277a1 (diff)
downloadserverdata-699766e2edb8dcdcfb25edf6b2caaac570d85431.tar.gz
serverdata-699766e2edb8dcdcfb25edf6b2caaac570d85431.tar.bz2
serverdata-699766e2edb8dcdcfb25edf6b2caaac570d85431.tar.xz
serverdata-699766e2edb8dcdcfb25edf6b2caaac570d85431.zip
Ryan x50 now gives you something useful for savior: [Mylarin Dust]
-rw-r--r--npc/009-2/ryan.txt1
-rw-r--r--npc/functions/clientversion.txt18
2 files changed, 19 insertions, 0 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt
index 92b2f9072..0d92a0639 100644
--- a/npc/009-2/ryan.txt
+++ b/npc/009-2/ryan.txt
@@ -67,6 +67,7 @@
if (.@r < 3 && .@q >= 51) {
setq1 HalinarzoQuest_LifeDelight, 3;
getitem ElixirOfLife, 1;
+ getitem MylarinDust, 1;
getexp 30000, 5000;
next;
mesn;
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index dd7584e8a..8056d663a 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -717,6 +717,24 @@ function script clientupdater {
if (.@q2 & 1)
Zeny+=1350;
}
+ // Ryan reward remaster + Monthly Reward rewrite
+ // qua nov 6 21:15:41 -03 2019
+ if (UPDATE < 1573085741) {
+ UPDATE=1573085741;
+ // Login reward fix
+ if (#LOGIN_ALLTIME >= 6) {
+ dispbottom l("CONGRATULATIONS! For a semester worth of logins, you're getting a pet!");
+ makepet Piou;
+ }
+
+ // Ryan Quest
+ if (getq(HalinarzoQuest_LifeDelight) >= 3)
+ getitem MylarinDust, 1;
+
+ // Impossible...
+ if (getq(HalinarzoQuest_LifeDelight) >= 4)
+ getitem SunnyCrystal, 1;
+ }
if (.@dg) {