mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #594] Desert heat coordinates are incorrect #12676
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @advnau on GitHub (Feb 6, 2023).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/594
You can be hurt by the desert heat even if you are outside the desert in the shantay pass.
@advnau commented on GitHub (Feb 6, 2023):
The relevant code for checking the damage areas is done via the Boundary system which checks if you are inside the desert but inside a no heat area
https://github.com/2006-Scape/2006Scape/blob/master/2006Scape%20Server/src/main/java/com/rs2/world/Boundary.java#L277-L279
Can someone check and see if other regions such as cities are safe from heat damage? If that is the case the method for checking if they are within an array of boundaries is broken.
Otherwise the coordinates listed for the shantay pass may be incorrect.
@advnau commented on GitHub (Feb 6, 2023):
Checking https://mejrs.github.io/ nardah pass should be between
Y 3128 and 3116
and
X 3295 and 3311