I'm sure I'm missing somethng simple here. My spawn group is setup and working. However, when i set a crates 1 2 and 3, it isnt long and they shuffle, as if there on some sort of location loop. How do I go about setting the loot crate to stay right where i put it? every respawn they rotate out within their group to another location.
Could use a little directionSolved
Can you share the configuration of the spawn points and group? A screenshot of the debug info in game, and optionally the json details from the profile data file.
When you say it rotates, do you mean that the existing crate is despawned as part of the spawn schedule? It's expected that the crate should only despawn when looted. When the spawn event occurs, crates may be spawned at one or more spawn points within the group, granted that there are available spawn points (not already occupied), and that the limit is not reached.
sry, ive ben away, let me try to better expalin it, Id really like to try and solve this with just a hint. I have a puzzleroom, its paired to the spawn group. inside it is an elite crate, and outside it is a car parts crate, both in the spawn group (that is how i placed them). Using mashow at each spawnpoint, I see both crates, each at 50% chance. In the data file, both crates have a weight of 100. Using respawn to cycle the loot, sometimes the parts crate is in the card room and the elite crate is out in the open, sometimes theres 2 elite crates ect. How do I make the crate I spawn stay where i set it to be, I dont want it to rotate through the spawnpoints in the group each respawn.
Need 2 spawn groups, each with only a separate prefab. Having just one spawn group is only appropriate if you want it to be random.
Excellent and thank you, this is one really cool plugin once you explore what its capable of.
Locked automatically