Update 1.2.1 (bugfix)
local minGroupToPassWithoutLevelAndStorage = 3
local config = {
-- [uniqueid] = {posx, posy, posz},
[5532] = {8540, 8369, 3},
[5533] = {8174, 8625, 14},
}
local function teleportBack(self, pos, msg)
return self:sendTextMessage(MESSAGE_INFO_DESCR, msg) and...