Skip to content

infinite casting

Hi

I'm trying to make a spell castable infinite times per day but the only way I've found to do that is to apply opcode 316 to it and that would have the unwanted side effect of making everything else castable infinite times per day as well.

So I'm looking for a better way via scripts but I can't find an action to restore a spell that has been cast... is there one that I'm missing? Or can anyone think of some other way to implement this?

Comments

  • [Deleted User][Deleted User] Posts: 0
    edited December 2014
    The user and all related content has been deleted.
  • GrammarsaladGrammarsalad Member Posts: 2,582
    You can do this with memorized spells as well with opcode 261. Ensure the params match your spell and then put the spell name in the resource key.

    If it's an innate, use subtle doctors method; if it's a normal spell, use this one
  • AllbrotherAllbrother Member Posts: 261
    Thanks, guys
  • GrammarsaladGrammarsalad Member Posts: 2,582
    Let us know if you have any trouble
Sign In or Register to comment.