MrWint
Greenhorn
Tiger Slimes on Island West are meant to have a 1% chance to drop Snake Vertebrae. However in practice you never receive Snake Vertebrae from them.
After some investigation, the issue seems to be a coordinate conversion error. In IslandWest.monsterDrop, the game calls Game1.createObjectDebris, but uses the pixel cooridnates where the method expects tile coordinates, causing the items to be spawned far away outside the map boundaries where they cannot be collected.
After some investigation, the issue seems to be a coordinate conversion error. In IslandWest.monsterDrop, the game calls Game1.createObjectDebris, but uses the pixel cooridnates where the method expects tile coordinates, causing the items to be spawned far away outside the map boundaries where they cannot be collected.