Jump to content

Protection from Acid (mage)


Recommended Posts

Protection from Acid has an incorrect castig time of 5 (should be 6).

 

// protection from acid has incorrect casting time
COPY_EXISTING ~spwi517.spl~ ~override~
 READ_LONG  0x64 "abil_off"
 READ_SHORT 0x68 "abil_num"
 WHILE ("%abil_num%" > 0) BEGIN // goes through all abilities and adjusts casting time
   SET "abil_num" = ("%abil_num%" - 1)
   WRITE_SHORT ("%abil_off%" + 0x12 + (0x28 * "%abil_num%")) 6
 END
 BUT_ONLY_IF_IT_CHANGES

Link to comment

Archived

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

×
×
  • Create New...