Jump to content

How do spawn points work


RogerRed

Recommended Posts

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

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 by Elbethien
Link to comment
Share on other sites

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 1

level 9

level18

The calculation also depends on how frequent you want it to spawn.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...