[GH-ISSUE #577] Incorrect defensive animation #6472

Closed
opened 2026-05-29 12:20:37 +00:00 by Dark98 · 0 comments
Owner

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

Block animation does not properly play for shields./staves

The code for getting the block animation is here:

https://github.com/2006-Scape/2006Scape/blob/master/2006Scape%20Server/src/main/java/com/rs2/game/content/combat/melee/MeleeData.java#L400-L430

This needs reviewed because there are different block ids for wearing a staff (id 420) and also a shield (id 1156).

Originally created by @advnau on GitHub (Feb 4, 2023). Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/577 Block animation does not properly play for shields./staves The code for getting the block animation is here: https://github.com/2006-Scape/2006Scape/blob/master/2006Scape%20Server/src/main/java/com/rs2/game/content/combat/melee/MeleeData.java#L400-L430 This needs reviewed because there are different block ids for wearing a staff (id 420) and also a shield (id 1156).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#6472