» Thu Jun 21, 2012 2:21 pm
If an NPC doesn't have specific AI or scripting to prevent 'wandering', they will usually show up in navMesh at higher altitudes. Is your modded area an interior or exterior? If an exterior, it sounds like you're afflicted by NavMeshBug... and would probably have to wait until it's fixed by Ma Beth (hopefully in the upcoming v1.6 final release), depending on exactly what your NPCs do and where they travel. If an interior, and your NPCs all have proper AI, and all your navMesh is properly created and finalized... then I'm not sure what it would be.
I've only seen islands cause problems in Vanilla cells (Tamriel worldSpace); and should be avoided in those cases until the Bug is fixed (though this island thing may be a separate bug/issue, but we'll see soon enough). But I have plenty of interior islands that I never have problems with.
To fix wandering mannequins (and/or any NPC that doesn't have proper AI): it has to be linked to a ref (xMark, a static, idleMark, whatever); then in the script you have to force it back to that ref in the onCellAttach event (moveto, transTo, whatever). Mannequins have other issues as well (nakedness, item duping), so you may want to look into my Vanilla Mannequin Script Fix. It's GNU licensed so you can either implement it into your mod, or just link to it on your site... if using it (or a variation of it), you must rename the PEX to something unique, so your mod won't conflict with Vanilla (should someone want to use an alternative script for Vanilla 'quins).
By NPCs not having proper AI... they may have perfectly valid packages; but if it's all conditional and those conditions aren't met, they will not have 'valid' AI and will wander. Also, I believe sandboxing falls into the wandering category if not linked to a ref.
VanMannScriptFix
http://skyrim.nexusmods.com/downloads/file.php?id=10652
[EDIT: I DO have islands in Vanilla Tamriel worldSpace that work; but I also have had problems elsewhere.. so it seems this issue depends on the location and seems to be arbitrary. Backup your data and give it a try... given you have the AI stuff above under control.]