Jump to content

10th level spells


igi

Recommended Posts

This affects the Cleric/Mage/Ranger HLA's. And it only affects those I think are worth altering (does it matter for Tracking, or Gain Extra 7th Level spell?!).

If we're changing the primary/secondary type, we may want to change the exclusion school as well:

  WRITE_SHORT 0x001e 0x0

 

// Aura of Flaming Death
 COPY_EXISTING ~sppr730.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Aura of Flaming Death - part II
 COPY_EXISTING ~sppr730d.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Summon Fallen Deva
 COPY_EXISTING ~sppr727.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Summon Deva
 COPY_EXISTING ~sppr726.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES
   
// Globe of Blades
 COPY_EXISTING ~sppr725.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Globe of Blades - part II
 COPY_EXISTING ~sppr725d.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Greater Elemental Summoning
 COPY_EXISTING ~sppr724.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Elemental Summoning
 COPY_EXISTING ~sppr723.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Storm of Vengeance
 COPY_EXISTING ~sppr722.spl~ ~override~
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Energy Blades
 COPY_EXISTING ~sppr721.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Energy Blades
 COPY_EXISTING ~spwi920.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Improved Alacrity
 COPY_EXISTING ~spwi921.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Dragon's Breath
 COPY_EXISTING ~spwi922.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Summon Planetar
 COPY_EXISTING ~spwi923.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Summon Dark Planetar
 COPY_EXISTING ~spwi924.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_CHANGES

// Summon Deva
 COPY_EXISTING ~spcl923.spl~ ~override~
   WRITE_SHORT 0x0025 0x0
   WRITE_BYTE 0x0027 0x0
 BUT_ONLY_IF_IT_IS_TUESDAY_OR_THE_SECOND_WEDNESDAY_IN_JUNE_PERHAPS

 

This could be considered a nerf, tweak, or insane idea. IMHO, the fact that 10th level spell have restrictions and schools is a bug.

Link to comment
BUT_ONLY_IF_IT_IS_TUESDAY_OR_THE_SECOND_WEDNESDAY_IN_JUNE_PERHAPS

 

Could I request documentation for this feature? :)

 

I'd say that the level 10 spells are meant to have restrictions and schools, yes.

Link to comment

Included only for the mage spells, as cleric spells and schools may be intended. TBH I don't think they affect anything anyway.

 

ACTION_IF FILE_EXISTS_IN_GAME ~saradush.mve~ THEN BEGIN // ToB-only stuff check
 // mage HLAs should be schoolless
 COPY_EXISTING ~spwi920.spl~ ~override~ // energy blades
               ~spwi921.spl~ ~override~ // improved alacrity
               ~spwi922.spl~ ~override~ // dragon's breath
               ~spwi923.spl~ ~override~ // summon planetar
               ~spwi924.spl~ ~override~ // summon dark planetar
               ~spwi925.spl~ ~override~ // comet
   WRITE_SHORT 0x1e 0 // removes exclusion flags
   WRITE_SHORT 0x25 0 // removes primary type
   WRITE_BYTE  0x27 0 // removes secondary type
   BUT_ONLY_IF_IT_CHANGES
END  

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...