urza Posted April 3, 2009 Share Posted April 3, 2009 so i am trying to make my own mod and i am using the angel wings mod but i cant seem to make the npc i give the wings to to equip them is there any one that can help me do this?thank you Link to comment Share on other sites More sharing options...
Unavi Posted April 3, 2009 Share Posted April 3, 2009 Aren't the wings just eqqipable items (like armor?). If they are, just drag 'n drop the wings in the NPC's inventory (all in the Construction Set of course)- no scripts involved. Link to comment Share on other sites More sharing options...
urza Posted April 4, 2009 Author Share Posted April 4, 2009 Aren't the wings just eqqipable items (like armor?). If they are, just drag 'n drop the wings in the NPC's inventory (all in the Construction Set of course)- no scripts involved.tryed that but when i add armor to the npc the wings go away or at least that i waht it shows in the windo to previwe the npc Link to comment Share on other sites More sharing options...
Unavi Posted April 4, 2009 Share Posted April 4, 2009 Hmm. They probably don't equip them. Try deleting every other piece of clothing and armor form their inventory, or i think there is a way to force an item to equip but not sure . Maybe realy a script xD Link to comment Share on other sites More sharing options...
Vagrant0 Posted April 4, 2009 Share Posted April 4, 2009 All items within a mod must either have been defined within the .esm, or be defined in the mod you are trying to use that item in. As far as wings go, if they are equipped to the tail slot, NPCs will not wear them normally, but instead must be scripted to wear them. Both of these situations are rather common, so you can likely search for the solution. Link to comment Share on other sites More sharing options...
gdarknight Posted April 4, 2009 Share Posted April 4, 2009 Equipitem (or equipitemns if using OBSE) will force an NPC to equip an item. You could have a script attached to the wings that forces an automatic equip when added to the inventory.--------------------------------------------------------------------------------------------------- SCN EquipWingsScript ref MOB Begin OnAdd Link to comment Share on other sites More sharing options...
gdarknight Posted April 4, 2009 Share Posted April 4, 2009 Equipitem (or equipitemns if using OBSE) will force an NPC to equip an item. Link to comment Share on other sites More sharing options...
gdarknight Posted April 4, 2009 Share Posted April 4, 2009 Equipitem (or equipitemns if using OBSE) will force an NPC to equip an item. Sorry about the multi-post...the first two times the board said it couldn't post my reply. Link to comment Share on other sites More sharing options...
urza Posted April 4, 2009 Author Share Posted April 4, 2009 ok well how do i make a script to do that i dont know how to wright script Link to comment Share on other sites More sharing options...
urza Posted April 6, 2009 Author Share Posted April 6, 2009 is there any were i can go to learn how to make this type of script?or can any one just wright it for me i would much rather learn how to do it my self but the script things i have read dont really help Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.