[GH-ISSUE #596] Application of initial desert heat is instantaneous #10116

Open
opened 2026-06-03 12:20:59 +00:00 by Dark98 · 1 comment
Owner

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

When walking into the desert heat, you instantly take damage from no waterskin as opposed the timer starting the second you walk into desert heat.

Originally created by @halogod35 on GitHub (Feb 6, 2023). Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/596 When walking into the desert heat, you instantly take damage from no waterskin as opposed the timer starting the second you walk into desert heat.
Author
Owner

@advnau commented on GitHub (Feb 6, 2023):

We need to change the delay here

https://github.com/2006-Scape/2006Scape/blob/master/2006Scape%20Server/src/main/java/com/rs2/game/content/traveling/DesertHeat.java#L111

Per https://oldschool.runescape.wiki/w/Desert_heat the duration between heat damage is variable. See https://github.com/2006-Scape/2006Scape/issues/594 for another desert bug.

<!-- gh-comment-id:1418455684 --> @advnau commented on GitHub (Feb 6, 2023): We need to change the delay here https://github.com/2006-Scape/2006Scape/blob/master/2006Scape%20Server/src/main/java/com/rs2/game/content/traveling/DesertHeat.java#L111 Per https://oldschool.runescape.wiki/w/Desert_heat the duration between heat damage is variable. See https://github.com/2006-Scape/2006Scape/issues/594 for another desert bug.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#10116