Hello everyone! I'm trying to spawn a random monster ("smallBiped", "largeQuadruped", etc.) specifying it's parts ("Head : X", "Wings : Y", etc.). The only parameter that seems to affect the monster appearance is the "seed" and the "colors": Code: parameters:{ seed:3336881097975494358, colors:garden } But that means that FIRST I need to find the perfect monster (Perfect head, body, tail, etc.), and the i can re-spawn it from it's seed. Is it possible to control the spawn in a way that allows me to decide the parts? Both lua and admin commands are acceptable. Thank you!
The seed might be an encoded version of a creatures parts and parameters. Perhaps try iterating the Seed code and see if it changes things.