From a43f2894557f2addfec42628b973fc468833809a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 28 Dec 2020 20:48:28 -0300 Subject: If player is below level 20 and is not saved to Tulimshar on Candor, warp them back to Candor. This includes Halinarzo. --- npc/functions/clientversion.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'npc') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index b95ff58a0..8b128d772 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -985,6 +985,20 @@ 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) { + UPDATE=1609199155; + if (BaseLevel < 20) { + if (getsavepoint(0) != "000-1" && + getsavepoint(0) != "003-1" && + getsavepoint(0) != "005-1") { + // Resave at Candor + EnterTown("Candor"); + ReturnTown(); + } + } + } // :// End of Regular Update System //////////////////////////////////// -- cgit v1.2.3-70-g09d2