From 9595994391eb60cc9f9cf387b1672d40b5e7914d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Dec 2022 21:56:25 -0300 Subject: Eh whatever I don't really care --- npc/functions/clientversion.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index f43db3712..c206a24a4 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1093,6 +1093,16 @@ function script clientupdater { setpcblock(PCBLOCK_HARD, false); } } + // Char-Server crash + // sex 09 dez 2022 21:51:40 -03 + if (UPDATE < 1670633500) { + UPDATE=1670633500; + setarray .@accid, 2000000, 2000005, 2000008, 2000114, 2000267, 2000474, 2000505, 2000539, 2000777, 2000782, 2000803, 2000816, 2000817, 2000819, 2000820, 2000821, 2000822, 2000823, 2000824, 2000825, 2000826, 2000827; + if (array_exists(.@accid, getcharid(3)) && #UPDATE < 1670633500) { + rodex_sendmail(getcharid(0), "TMW Team", "Char-Server Crash", "Due to a disk issue, char server died and quest progress was lost.\nThis is an apology.", 5000, MaggotSlime, 10, BugLeg, 10, Beer, 3, IronOre, 2); + } + #UPDATE=1670633500; + } // :// End of Regular Update System //////////////////////////////////// -- cgit v1.2.3-60-g2f50