Skip to content

Commit

Permalink
Merge pull request #1763 from Deysh/bigshot
Browse files Browse the repository at this point in the history
[bigshot] v5.7.5 bugfix in resting method for fog_return
  • Loading branch information
mrhoribu authored Jan 31, 2025
2 parents e6c6586 + 88f58d1 commit 93b2d42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/bigshot.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -5331,6 +5333,7 @@ class Bigshot
end
end

fog_return
@RETURN_WAYPOINT_IDS.each { |room| go2(room.to_i) }
go2(@RESTING_ROOM_ID)
else
Expand Down

0 comments on commit 93b2d42

Please sign in to comment.