diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-05 16:11:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-05 16:11:42 -0300 |
commit | c43643c812c886267dc26b70b03dd639e05d1222 (patch) | |
tree | f11948ac9ee1199fb229155cd6f27e4473f7bd53 /npc/functions | |
parent | fc4255581693d2c19b9d9bf19328b0a153df17c6 (diff) | |
download | serverdata-c43643c812c886267dc26b70b03dd639e05d1222.tar.gz serverdata-c43643c812c886267dc26b70b03dd639e05d1222.tar.bz2 serverdata-c43643c812c886267dc26b70b03dd639e05d1222.tar.xz serverdata-c43643c812c886267dc26b70b03dd639e05d1222.zip |
Boost Ryan's rewards with more milestones and monster points after stage 20r15_20210106
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 223756a74..d48f638bc 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1023,6 +1023,22 @@ function script clientupdater { getexp 45000, 0; if (getq(LoFQuest_George) >= 5) getexp 135000, 0; + if (getq2(HalinarzoQuest_LifeDelight) >= 20) + getitem Coffee, 1; + if (getq2(HalinarzoQuest_LifeDelight) >= 30) + getitem Manapple, 1; + if (getq2(HalinarzoQuest_LifeDelight) >= 40) + getitem LoFWarpCrystal, 1; + if (getq2(HalinarzoQuest_LifeDelight) >= 60) + getitem SacredLifePotion, 1; + if (getq2(HalinarzoQuest_LifeDelight) >= 70) + getitem MercBoxDD, 1; + if (getq2(HalinarzoQuest_LifeDelight) >= 80) + getitem DivineApple, 1; + if (getq2(HalinarzoQuest_LifeDelight) >= 90) + getitem MysteriousFruit, 1; + if (getq2(HalinarzoQuest_LifeDelight) >= 21) + Mobpt+=((getq2(HalinarzoQuest_LifeDelight) - 1) * (getq2(HalinarzoQuest_LifeDelight) - 20)); // Will work... Sort of } // :// End of Regular Update System |