Jump to content

Excluding a Spell Change?


haze

Recommended Posts

Before I go through the whole mod install process again, I want to make sure I have this right. If I wanted to keep a spell, say ... Blindness, would I simply comment out:

ADD_PROJECTILE ~spell_rev\projectles\dvfogc.pro~
COPY ~spell_rev\spwi1##\spwi106.spl~     ~override~  // Obscuring Mist (replaces Blindness)
  SAY NAME1 @411    SAY UNIDENTIFIED_DESC @412
  WRITE_SHORT 0x98 %dvfogc%
  SET dvfogc -= 1
APPEND ~clearair.2da~ ~Fog Cloud             %dvfogc%~
COPY ~spell_rev\spwi1##\scrl71.itm~     ~override~
  SAY NAME2 @411    SAY IDENTIFIED_DESC   @412
COPY ~spell_rev\spwi1##\spwi106i.eff~    ~override~
COPY ~spell_rev\spwi1##\dvwi106a.bam~     ~override~
COPY ~spell_rev\spwi1##\dvwi106b.bam~     ~override~
COPY ~spell_rev\spwi1##\dvwi106c.bam~     ~override~
APPEND ~spell.ids~ ~2106 WIZARD_OBSCURING_MIST~

Much thanks.

Link to comment
4 hours ago, haze said:

Before I go through the whole mod install process again, I want to make sure I have this right. If I wanted to keep a spell, say ... Blindness, would I simply comment out:

ADD_PROJECTILE ~spell_rev\projectles\dvfogc.pro~
COPY ~spell_rev\spwi1##\spwi106.spl~     ~override~  // Obscuring Mist (replaces Blindness)
  SAY NAME1 @411    SAY UNIDENTIFIED_DESC @412
  WRITE_SHORT 0x98 %dvfogc%
  SET dvfogc -= 1
APPEND ~clearair.2da~ ~Fog Cloud             %dvfogc%~
COPY ~spell_rev\spwi1##\scrl71.itm~     ~override~
  SAY NAME2 @411    SAY IDENTIFIED_DESC   @412
COPY ~spell_rev\spwi1##\spwi106i.eff~    ~override~
COPY ~spell_rev\spwi1##\dvwi106a.bam~     ~override~
COPY ~spell_rev\spwi1##\dvwi106b.bam~     ~override~
COPY ~spell_rev\spwi1##\dvwi106c.bam~     ~override~
APPEND ~spell.ids~ ~2106 WIZARD_OBSCURING_MIST~

Much thanks.

In theory, yes...in practice, probably? I don't think there should be any issues with that, but I wouldn't make any guarantees. I'm fairly certain that the Druid version of the spell, for example, adds its own projectile and .bam icons and thus it isn't reliant on dvfogc.pro or the dvwi106x.bam icons being in the game...but again, no guarantees from me.

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...