From 699766e2edb8dcdcfb25edf6b2caaac570d85431 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 6 Nov 2019 21:19:46 -0300 Subject: Ryan x50 now gives you something useful for savior: [Mylarin Dust] --- npc/009-2/ryan.txt | 1 + npc/functions/clientversion.txt | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) (limited to 'npc') 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) { -- cgit v1.2.3-60-g2f50