From eb1df60b5b51fb711d02ba0b60f9e5a2a77487fc Mon Sep 17 00:00:00 2001 From: kriptic782 Date: Tue, 20 Jan 2026 12:27:42 -0800 Subject: [PATCH] Add BLS_KEBOWS_LOWLANDS teleport location --- optional/handlers/teleports/rsteleportsv2.simba | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/optional/handlers/teleports/rsteleportsv2.simba b/optional/handlers/teleports/rsteleportsv2.simba index 7e4ce70a..22e8d4eb 100644 --- a/optional/handlers/teleports/rsteleportsv2.simba +++ b/optional/handlers/teleports/rsteleportsv2.simba @@ -162,6 +162,7 @@ type RSTeleportsV2 = record(TSRLBaseRecord) class var BLP_TZHAAR_AREA: TTeleportLocation; BLQ_YUBIUSK: TTeleportLocation; BLR_LEGENDS_GUILD: TTeleportLocation; + BLS_KEBOWS_LOWLANDS: TTeleportLocation; CIP_ISLAND_MISCELLANIA: TTeleportLocation; CIQ_NORTHWEST_OF_YANILLE: TTeleportLocation; CIS_NORTH_OF_THE_ARCEUUS_LIBRARY: TTeleportLocation; @@ -476,6 +477,7 @@ begin RSTeleportsV2.BLP_TZHAAR_AREA := setupTeleportLocation(ETeleportType.FAIRY_RING, "BLP", [5166, 34512]); RSTeleportsV2.BLQ_YUBIUSK := setupTeleportLocation(ETeleportType.FAIRY_RING, "BLQ", [0, 0]); RSTeleportsV2.BLR_LEGENDS_GUILD := setupTeleportLocation(ETeleportType.FAIRY_RING, "BLR", [6866, 37356]); + RSTeleportsV2.BLS_KEBOWS_LOWLANDS := setupTeleportLocation(ETeleportType.FAIRY_RING, "BLS", [1080,36450]); RSTeleportsV2.CIP_ISLAND_MISCELLANIA := setupTeleportLocation(ETeleportType.FAIRY_RING, "CIP", [7066, 37390]); RSTeleportsV2.CIQ_NORTHWEST_OF_YANILLE := setupTeleportLocation(ETeleportType.FAIRY_RING, "CIQ", [6018, 37394]); RSTeleportsV2.CIS_NORTH_OF_THE_ARCEUUS_LIBRARY := setupTeleportLocation(ETeleportType.FAIRY_RING, "CIS", [1462, 34964]); @@ -673,6 +675,7 @@ begin RSTeleportsV2.BLP_TZHAAR_AREA, RSTeleportsV2.BLQ_YUBIUSK, RSTeleportsV2.BLR_LEGENDS_GUILD, + RSTeleportsV2.BLS_KEBOWS_LOWLANDS, RSTeleportsV2.CIP_ISLAND_MISCELLANIA, RSTeleportsV2.CIQ_NORTHWEST_OF_YANILLE, RSTeleportsV2.CIS_NORTH_OF_THE_ARCEUUS_LIBRARY, @@ -752,6 +755,7 @@ begin RSTeleportsV2.BLP_TZHAAR_AREA, RSTeleportsV2.BLQ_YUBIUSK, RSTeleportsV2.BLR_LEGENDS_GUILD, + RSTeleportsV2.BLS_KEBOWS_LOWLANDS, RSTeleportsV2.CIP_ISLAND_MISCELLANIA, RSTeleportsV2.CIQ_NORTHWEST_OF_YANILLE, RSTeleportsV2.CIS_NORTH_OF_THE_ARCEUUS_LIBRARY,