From 6f5639f6e9d43dc4c293d37a7556291e9ca0e514 Mon Sep 17 00:00:00 2001 From: Kunqi Zhao <110202952+ZhaoKunqi@users.noreply.github.com> Date: Mon, 13 Feb 2023 15:29:11 +0800 Subject: [PATCH] Update main.ino MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加灯塔和街区的坐标。 --- main.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.ino b/main.ino index 3ff7520..488d881 100644 --- a/main.ino +++ b/main.ino @@ -110,6 +110,8 @@ void enterRaid(){ //Factory(-7552,-5961) this is a bit stupid tbh, but you can try that out lol //Reserve(-13030,-1547) //Shoreline (-9728, 10467) + //Lighthouse (-9728, 10467) + //Street (-9728, 10467) //I never played tarkov after lighthouse patch, so feel free add lighthouse coordinate yourself by TarkovBotCoordinateConverter.py clickLeftMouseButton(); AbsoluteMouse.moveTo(10163, 28535); //Move to "Ready" button