Theomnipotentone Posted June 17, 2006 Share Posted June 17, 2006 How would I go about in creating one do I need to max out its health, or make sure that it does way more less damage than the amount of health it has? Link to comment Share on other sites More sharing options...
mezlo Posted June 17, 2006 Share Posted June 17, 2006 I haven't found a way to do this for a single weapon since you can't modify an item's health in a script, but to make all weapons unbreakable set fDamageToWeaponPercentage to 0. Mez Link to comment Share on other sites More sharing options...
Theomnipotentone Posted June 17, 2006 Author Share Posted June 17, 2006 I haven't found a way to do this for a single weapon since you can't modify an item's health in a script, but to make all weapons unbreakable set fDamageToWeaponPercentage to 0. MezIs this in the oblivion default ini or do I need to edit the master esm file? Thanks. Link to comment Share on other sites More sharing options...
mezlo Posted June 18, 2006 Share Posted June 18, 2006 Is this in the oblivion default ini or do I need to edit the master esm file? Thanks. In the CS, click on the Gameplay menu, then choose "Settings..." Mez Link to comment Share on other sites More sharing options...
THEMAS Posted December 22, 2014 Share Posted December 22, 2014 I haven't found a way to do this for a single weapon since you can't modify an item's health in a script, but to make all weapons unbreakable set fDamageToWeaponPercentage to 0. MezIs this in the oblivion default ini or do I need to edit the master esm file? Thanks. There is a way to make specific weapons unbreakable. If you go into the console with OBSE installed and click on the weapon and type "SetObjectHealth -1" then all other copies of it will become unbreakable. Or you could go into the Construction Set and modify it, however, it won't accept "negative values" so you're going to have to remember the number "4294967295" and type that into health. It's essentially -1 in 4-byte data and because of that it will never break. Link to comment Share on other sites More sharing options...
olha2 Posted December 22, 2014 Share Posted December 22, 2014 http://www.nexusmods.com/oblivion/mods/44795/? Link to comment Share on other sites More sharing options...
Recommended Posts