From 374195c76f79884b2e5a954a205edc5fc41f9e9b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 3 Jul 2023 15:17:44 -0300 Subject: Infinite char point bugfix --- npc/functions/clientversion.txt | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index a506edd..c83e777 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -24,6 +24,19 @@ function script clientupdater { } .@dg=0; + // Infinite Char Point Bugfix + // Mon Jul 3 18:14:30 UTC 2023 + if (UPDATE < 1688408070) { + UPDATE=1688408070; + // Be through + resetlvl(2); + resetlvl(3); + resetlvl(4); + // Update fields as necessary + adddefaultskills(); + #MYEXP=0; + sleep2(10); + } /* // Magic v3 regression // ter jul 7 18:42:22 BRT 2020 @@ -133,12 +146,6 @@ function script clientupdater { #GUILDSHOP=GUILDSHOP; GUILDSHOP=0; } - // Change some quest inner workings - // qua set 22 12:30:40 BRT 2021 - if (UPDATE < 1632324640) { - UPDATE=1632324640; - setq1 HalinarzoQuest_Alvasus, getq(HalinarzoQuest_Alvasus)+1; - } // Realm of Drops // sab set 24 15:37:15 BRT 2022 if (UPDATE < 1664044635) { @@ -154,19 +161,6 @@ function script clientupdater { if (getskilllv(TMW2_SKILLPERMIT) >= 1) #ADD_LVL+=80000; } - // Dausen update - // dom out 22 13:15:32 BRT 2022 - if (UPDATE < 1666541732) { - UPDATE=1666541732; - if (getq(TulimsharQuest_MobTutorial) >= 2) - Zeny+=246; - if (getq(TulimsharQuest_MobTutorial) >= 4) - Zeny+=616; - if (getq(TulimsharQuest_MobTutorial) >= 6) - Zeny+=1068; - if (getq(TulimsharQuest_MobTutorial) >= 8) - Zeny+=2200; - } */ // :// End of Regular Update System -- cgit v1.2.3-60-g2f50