Hello all,
So I'm currently working on a mod that allows the player to summon skeletons and what not. I have created npc templates to use for the GUID, but when I attempt to summon the NPC from my skillbook I created I have gotten a jumble of different error messages.
I copied over the stats and equipment from the main database, however I still have these two remaining error codes while attempting to summon my creature.
"Trying to make an item local but it is not allowed to be local! WPN_Dummy_For_Equipment"
"Trying to register statuses for equipment but inventory is missing"
I'm assuming for the second one I would have to somehow add a inventory to the creature, but I'm unsure as to how to do that. If anybody has any modding experience particularly on summons I would greatly appreciate some advice.