RogerRed Posted December 24, 2015 Share Posted December 24, 2015 I have a custom creature that I would like to have spawn in certain areas, I have not found any guide as to how this is done or is it that it is done automatically by the game. I have also seen mods where the creator states that they added spawn points. Any assistance would be appreciated. Link to comment Share on other sites More sharing options...
Elbethien Posted December 26, 2015 Share Posted December 26, 2015 (edited) The spawn points are called LeveledCreature if you have a look at it in the CS. Creatures are places into those lists under LeveledCreature. If you right click on one list and choose "Use Info" you can see where this list is placed in the world.If you for example want your creature to spawn only in undead dungeons, put it into the list called : LL1Undead100. It will then spawn in each dungeon that has undead creatures.You can also create a new list and add it to an existing one, or place the list exactly where you want it to be in the world/cell. Edited December 26, 2015 by Elbethien Link to comment Share on other sites More sharing options...
RogerRed Posted December 29, 2015 Author Share Posted December 29, 2015 Thanks a lot for pointing me in the right direction, I haven't seen any of my creatures running about yet but cirodil is a big place, I suspect that may be due to my characters highish level Link to comment Share on other sites More sharing options...
Elbethien Posted December 30, 2015 Share Posted December 30, 2015 Yes, most likely. What I do to prevent this is:In some list are creatures set to appear only when you reach a certain level. The mountainlion for example.It it set to level 12 in LL1WildernessMountains. So it will not apear below level 12.LL1WildernessMountains goes from level 1 up to 18. Put your new creature into it more than once.Example:level 1level 9level18The calculation also depends on how frequent you want it to spawn. Link to comment Share on other sites More sharing options...
Recommended Posts