CyranGE Posted June 10, 2021 Share Posted June 10, 2021 Hi, i just made a simple armor mod but I want the player to get it in a unique way, The armor is a custom made Archmage armor, my plan is the player would be able to get it off Ancano's body when he is defeated but I don't want Ancano to wear it early in the game, just in the boss battle. . is it possible for anyone to make it for me? does it have to do with scripting because I dont have any idea with scripts, I just use Xedit to make mods Link to comment Share on other sites More sharing options...
IsharaMeradin Posted June 10, 2021 Share Posted June 10, 2021 If Ancano already has a "death list" of items assigned to him, you can add your items to that list. They will then appear when he dies but won't be on his person for him to wear. If instead you want him to wear them at a certain time, you'll probably need some scripting some where to add the items at the right time. Link to comment Share on other sites More sharing options...
CyranGE Posted June 10, 2021 Author Share Posted June 10, 2021 Death list item is think my only choice then, dont have any knowledge in scripting, tried many times but always failing :( thank you so much for the tip :) Link to comment Share on other sites More sharing options...
IsharaMeradin Posted June 10, 2021 Share Posted June 10, 2021 I just looked. Ancano does not have an assigned death item. You'll need to do the following:Create a new form list record, add your items to that form list, add that list to Ancano as a death item. Unfortunately, this is a direct edit of the Ancano base form. This means that it will be incompatible with any mod that might make other changes to that record. Link to comment Share on other sites More sharing options...
CyranGE Posted June 10, 2021 Author Share Posted June 10, 2021 Thank youuu I just made the list and its working :) Thank you, and dont worry about conflicting mod, I dont use many mods too :) Link to comment Share on other sites More sharing options...
Recommended Posts