Jump to content

Oblivion mod


Tomilov

Recommended Posts

Hello, everyone!

I have only recently signed in. I'd like to know if there is a mod for Oblivion where scrolls are used rather than ordinary spells (sold in shops, for example). You could sell a scroll that you no longer need or just throw it out of your inventory in-game (which would be more realistic). It is not about the mod "spell deletion" or "scroll creation" that I've already tried. This is a global spell replacement by scrolls.

The idea is to use a scroll infinitely (like a vanilla spell) or liimitedly.

Link to comment
Share on other sites

  • 2 weeks later...

To use a scroll an unlimited number of times do the following:

 

(I take the "Minor heal other" editorID ScrollRestoreHealthTouch1Novice as an example)

 

-Go to Books, find the scroll you want to use at will and double-click on it to get its enchantment editorID, (in this situation EnScrollRestoreHealthTouch1Novice)

 

-For each scroll's enchantment create a magic script looking like this:

 

To avoid mod conflicts create editorID's you're unlikey to see in the other mods like TomilovReusableMinorHealWoundsScrollScript for example

 

 

ScriptName TheNameYouWantYourScriptToHave

Begin ScriptEffectStart
player.additem ScrollRestoreHealthTouch1Novice 1
end

 

 

 

Go to Magic -> Enchantment, double-click to open the enchantment's menu, right-click and add your script among the effects

Edited by Oblivionaddicted
Link to comment
Share on other sites

  • Recently Browsing   0 members

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