Some more details about the skinning issue: it looks like, if it first moves to the corpse to loot it, then it tries to skin it, it fails almost every time to skin it. In logs it prints "[Alisha Engine 24.689]: Moving to Skin <...>" and since it's already near the corpse, it's not moving. My guess is that's causing the error, since, if I move the character a little bit, it moves back to the corpse and it will skin it successfully. An easy fix will be to check the distance between character and corpse before moving to skin, and call the move method only if it's needed.