Jump to content

[LE] Small question about weapon


Ephirion

Recommended Posts

 

Unfortunately, no, I do not know how compile papyrus scripts.

 

 

Then you need to teach yourself.

 

Creation Kit wiki

Creation Kit Scripts

 

You want a generic enchanted weapon, that can not be recharged,

has a generic amount of a charge, once used up is replaced by a generic Item?

 

Can you compile papyrus scripts?

 

I have never attempted this and would like to see how you would do it.

Edited by Masterofnet
Link to comment
Share on other sites

You can create a perk using the Mod Soul Gem Recharge entry point, multiply the value by 0, and use GetID == your weapon as a condition on the item tab. This will not prevent the player from spending soul gems trying to recharge it, but the UI should show that the gem will not return any of the charge.

Link to comment
Share on other sites

Interesting. I was thinking you may also be able to fake it. Create and enchantment that costs 0 and can not be refilled ( like a silver sword ) , keep track of how many times the enchantment is applied, remove the Weapon when the # is reached, and replace it with an non-enchanted weapon.

Edited by Masterofnet
Link to comment
Share on other sites

Or condition the magic effect not to fire once the maximum uses has been exceeded. No matter what, I think this will require some scripting. The perk method I described above probably requires the least (just have to give the perk to the player) but is also probably the least satisfying.
Link to comment
Share on other sites

  • Recently Browsing   0 members

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