diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 18 |
1 files changed, 18 insertions, 0 deletions
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) { |