From 88f58d10fa74246879371d16564fde9072cc7324 Mon Sep 17 00:00:00 2001 From: Deysh <61760541+Deysh@users.noreply.github.com> Date: Thu, 30 Jan 2025 05:11:16 -0500 Subject: [PATCH] [bigshot] v5.7.5 bugfix in resting method for fog_return --- scripts/bigshot.lic | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/bigshot.lic b/scripts/bigshot.lic index b97d05bca..2b0cc291c 100644 --- a/scripts/bigshot.lic +++ b/scripts/bigshot.lic @@ -8,7 +8,7 @@ contributors: SpiffyJr, Tillmen, Kalros, Hazado, Tysong, Athias, Falicor, Deysh, Nisugi game: Gemstone tags: hunting, bigshot, combat - version: 5.7.4 + version: 5.7.5 required: Lich >= 5.5.0, infomon >= 1.18.11 Setup Instructions: https://gswiki.play.net/Script_Bigshot @@ -17,6 +17,8 @@ Version Control: Major_change.feature_addition.bugfix + v5.7.5 (2025-01-30) + - bugfix in resting method for fog_return v5.7.4 (2025-01-22) - adjust loop delay for efury and tether - bugfix for constant redefinition @@ -5331,6 +5333,7 @@ class Bigshot end end + fog_return @RETURN_WAYPOINT_IDS.each { |room| go2(room.to_i) } go2(@RESTING_ROOM_ID) else