diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-09-08 21:55:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-09-08 21:55:46 -0300 |
commit | 691b89ed40b333769a6355dbe89aab3ec0974e2d (patch) | |
tree | d7e19f2e2e8a9b0dcdfdcc4c9d381ff9aa11d783 | |
parent | de8886ec27a52be5b2fb8674f502126040710ef4 (diff) | |
download | serverdata-691b89ed40b333769a6355dbe89aab3ec0974e2d.tar.gz serverdata-691b89ed40b333769a6355dbe89aab3ec0974e2d.tar.bz2 serverdata-691b89ed40b333769a6355dbe89aab3ec0974e2d.tar.xz serverdata-691b89ed40b333769a6355dbe89aab3ec0974e2d.zip |
Drop a few more updates. Christmas 2021 rewards will no longer be available soon.
If you haven't claimed it yet, hurry and do it!
Initial Trait has also been in for 2 years now.
By 2024's Christmas, I am considering disabling all updates until January 2023.
This means chars created before November 2022 and which didn't login until
next Christmas would be forced to play without a starting trait.
While this may or may not happen, one would be wise to make sure all their
chars have logged in at least once since 2023. Use @ucp to your advantage,
it shows all your chars and when they last logged in.
-rw-r--r-- | npc/functions/clientversion.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 794684c64..c7297694e 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -938,14 +938,6 @@ 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) { @@ -1010,6 +1002,14 @@ function script clientupdater { UPDATE=1632324640; setq1 HalinarzoQuest_Alvasus, getq(HalinarzoQuest_Alvasus)+1; } + */ + // 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; + } // Christmas 2021 // ter dez 28 11:57:17 BRT 2021 if (UPDATE < 1640703437) { |