sighoovestrong Posted June 5, 2018 Share Posted June 5, 2018 (edited) Hey am trying been trying make armor that restricted to one variant. For my npc going spawn. Want them to have 100 chanse of having shadow combat armor. Only thing this far figure out is by looking at BoS how they do it. is it have keyword attached to it. if_tmp_armor_Material_0B_Restricted.Try modife this key word with changing the "0B" to diffrent number and laters but that dont seem work. Is there a script our quest file some where need add line of code? If so i been unable find it this far. If any one can help me with this i would appreciate it. Edited June 5, 2018 by sighoovestrong Link to comment Share on other sites More sharing options...
Lythael Posted June 5, 2018 Share Posted June 5, 2018 (edited) Type of armor and its material is determined Object Template entry in the Armor piece itselfSince there is no variant that is only shadowed in the template you could try adding a custom entry in the armor's object tempalte with just shadowed material instead random and tag it with a custom keyword like "if_template_shadowed" put the armor pieces in leveled lists and add your keyword if_template_shadowed 100 and use that leveled list in the custom outfit for your NPC At least that's how BOS combat armor outfits work so why not try that method.take a look at this entry for example it may give you some idea how this works: BoSMarshal_BoSCombatArmorKnightOutfitAll [OTFT:001722B9] Edited June 5, 2018 by Lythael Link to comment Share on other sites More sharing options...
sighoovestrong Posted June 6, 2018 Author Share Posted June 6, 2018 I check if that works Link to comment Share on other sites More sharing options...
Recommended Posts