diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-06 21:19:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-06 21:19:46 -0300 |
commit | 699766e2edb8dcdcfb25edf6b2caaac570d85431 (patch) | |
tree | 025a1d816e8b9dddc1fae5fe6c0f7225e2bd1bdf /npc/functions/clientversion.txt | |
parent | f9a0793bd0d98f02e6444ab539f32701a67277a1 (diff) | |
download | serverdata-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]
Diffstat (limited to 'npc/functions/clientversion.txt')
-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) { |