mejrs / rs3cache

Tools and api for reading and interpreting the RuneScape 3 game cache.
https://mejrs.github.io/rs3cache
MIT License
29 stars 3 forks source link

Add missing NPC animations #4

Closed alanbaumgartner closed 1 year ago

alanbaumgartner commented 1 year ago

Adds missing NPC movement animations that breaks dumping osrs npcs.

Only part I am unsure on is this because 114 is used for anims in osrs.

#[cfg(not(feature = "osrs"))]
114 => npc.shadow_alpha_intensity = Some(ShadowIntensity::deserialize(&mut buffer)),

I assume its used in rs3 so I figure it couldn't hurt to add not osrs.