Jump to content

How Make Material Restricted?


Recommended Posts

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 by sighoovestrong
Link to comment
Share on other sites

Type of armor and its material is determined Object Template entry in the Armor piece itself

Since 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 by Lythael
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...