diff options
-rw-r--r-- | npc/003-3/malindou.txt | 4 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 61799d7ee..0f25d1c6f 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -639,7 +639,6 @@ OnInit: debugmes "* Skill changes"; debugmes ""; } - */ // Current UPDATE value: Qui Set 23 18:46:36 BRT 2021 // Variable Update if ($UPDATE < 1632433596) { @@ -668,6 +667,7 @@ OnInit: debugmes "* New homunculus skills"; debugmes ""; } + */ // The following UPDATE value on: Sun Aug 20 17:11:45 CEST 2023 // Typo update: FMOLY -> FYMOLY. if ($UPDATE < 1692544305) { @@ -996,6 +996,8 @@ OnInit: // Current UPDATE value: Seg 05 Ago 2024 21:49:55 -03 // Accumulated bugs cleanup if ($UPDATE < 1722905395) { + debugmes "* [Bugfix] Scheduled the cleanup..."; + sleep(15000); debugmes "* [Bugfix] Begin bugfix cleanup..."; query_sql("DELETE FROM `quest` WHERE `quest`.`quest_id` = '0'"); query_sql("DELETE FROM `sc_data` WHERE `type` = '"+SC_OVERLAPEXPUP+"'"); diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 636b012ba..b8eabafea 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -844,7 +844,6 @@ function script clientupdater { dispbottom l("Invalid recipe from Nahrec partly reimbursed."); } } - */ // Christmas Warp bug // seg dez 28 20:45:55 BRT 2020 if (UPDATE < 1609199155) { @@ -939,6 +938,14 @@ function script clientupdater { bitmask_count(.@q)); } } + */ + // Assorted Bugfixes Server Freeze + // seg 05 ago 2024 21:49:55 -03 + if ($UPDATE < 1722905395) { + // Server not yet ready, prevent connections! + kick(getcharid(3), 6); + end; + } // Change variable scope // sáb jan 16 19:21:15 BRT 2021 if (UPDATE < 1610835675) { |