From 39d0f7f68ad4c447ca73160d16c0b9a892436220 Mon Sep 17 00:00:00 2001 From: Baconadors Date: Mon, 19 Aug 2024 19:53:43 -0500 Subject: [PATCH 1/2] fix: Tea stall safespot Needed to fix safespot on varrock tea stall to the proper walker v2 coordinate. --- wasp_stall_robber.simba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wasp_stall_robber.simba b/wasp_stall_robber.simba index ec1a566..9b64070 100644 --- a/wasp_stall_robber.simba +++ b/wasp_stall_robber.simba @@ -1,5 +1,5 @@ {$DEFINE SCRIPT_ID := '2c9e42f7-cb23-4976-827f-9ffe112a0c3f'} -{$DEFINE SCRIPT_REVISION := '26'} +{$DEFINE SCRIPT_REVISION := '27'} {$DEFINE SCRIPT_GUI} {$I SRL-T/osr.simba} {$I WaspLib/osr.simba} @@ -52,7 +52,7 @@ begin Self.Stall.SetupUpText('Tea stall'); Self.Stall.Finder.Colors += CTS2(9939895, 8, 0.07, 0.64); Self.StallCooldown.Init(7000); - Self.SafeSpot := [8465, 2808]; + Self.SafeSpot := [8980, 36782]; Self.StealList := ['Cup of tea']; end; From 5996f36501beb48e46d44b518af6d28da47bebd4 Mon Sep 17 00:00:00 2001 From: Baconadors Date: Mon, 19 Aug 2024 20:00:39 -0500 Subject: [PATCH 2/2] fix: Tea stall safespot Needed to fix safespot on varrock tea stall to the proper walker v2 coordinate. --- wasp_stall_robber.simba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasp_stall_robber.simba b/wasp_stall_robber.simba index 9b64070..0ebfbf6 100644 --- a/wasp_stall_robber.simba +++ b/wasp_stall_robber.simba @@ -52,7 +52,7 @@ begin Self.Stall.SetupUpText('Tea stall'); Self.Stall.Finder.Colors += CTS2(9939895, 8, 0.07, 0.64); Self.StallCooldown.Init(7000); - Self.SafeSpot := [8980, 36782]; + Self.SafeSpot := [8976, 36790]; Self.StealList := ['Cup of tea']; end;