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/functions/clientversion.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'npc/functions') 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-70-g09d2