From c43643c812c886267dc26b70b03dd639e05d1222 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 5 Jan 2022 16:11:42 -0300 Subject: Boost Ryan's rewards with more milestones and monster points after stage 20 --- npc/functions/clientversion.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'npc/functions') 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 -- cgit v1.2.3-60-g2f50