GaigeTheMechromancer Posted March 26, 2016 Posted March 26, 2016 I've been adding a couple new recipes to the Atronach Forge, but there's one the refuses to work. I'm trying to create a recipe that generates a random atronach. First, I copied LCharAtronach and changed all the levels to one. Then I copied lvlAtronachAny and changed the ActorBase to my new list. Then I added that to the AtrFrgAtronachForgeResultList. Of course, this completely failed. The recipe doesn't do anything, and I can't find any more clues in the CK. Any help is appreciated.
gezegond Posted March 26, 2016 Posted March 26, 2016 Make your recipe create a unique item. attach a script to your item so that when it is moved to player inventory (on container change) it would spawn the enemy and then remove itself from player inventory.
Recommended Posts