mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #577] Incorrect defensive animation #5095
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 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).