Jump to content

Reusable Potions


IconoclastDX

Recommended Posts

So I've gotten my feet wet with some simple spell and weapon modding with CK and thought I'd like to try something a little more global but quickly got stuck. What I'd like to do is make all existing potions have multiple uses. I thought that would be an easy start but cannot find where that is coded. All I can find are the standard properties that call the various effects but nothing that tells the game to remove the used potion. I know I'm a little out of my league but that's how you learn new things. Thanks in advance.
Link to comment
Share on other sites

I thought that would be an easy start

Murphy's law of modding dictates that this will therefore be impossibly difficult :teehee:

 

Potions are hard-coded to be single use only.

 

You could try creating an ersatz potion using a clutter Activator form, then script it to behave the way that you want.

Edited by steve40
Link to comment
Share on other sites

I thought that would be an easy start

Murphy's law of modding dictates that this will therefore be impossibly difficult :teehee:

 

Potions are hard-coded to be single use only.

 

You could try creating an ersatz potion using a clutter Activator form, then script it to behave the way that you want.

 

Thanks you steve40 for the quick reply and the suggestion! I don't know what a 'erstaz' potion is but if I understand you correctly then what you are suggesting is similar to my backup strategy. That is to run a script to give the player a new custom potion every time a vanilla potion is used. I don't want to run something that listens for potion usage and rather have the 'use potion' script call my script. That being said, I still don't know where to start. I know how to make a mod with the potions I want and how to give them to the player. I just don't know the best way to call it. Thanks again for any help!

Link to comment
Share on other sites

  • Recently Browsing   0 members

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