[GH-ISSUE #594] Desert heat coordinates are incorrect #934

Closed
opened 2026-05-20 10:15:24 +00:00 by Dark98 · 2 comments
Owner

Originally created by @advnau on GitHub (Feb 6, 2023).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/594

image

You can be hurt by the desert heat even if you are outside the desert in the shantay pass.

Originally created by @advnau on GitHub (Feb 6, 2023). Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/594 ![image](https://user-images.githubusercontent.com/55411296/216875169-4d1b6044-a3a2-489d-8620-9845df403031.png) You can be hurt by the desert heat even if you are outside the desert in the shantay pass.
Author
Owner

@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.

<!-- gh-comment-id:1418478214 --> @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.
Author
Owner

@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

<!-- gh-comment-id:1418481077 --> @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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#934