Jump to content

Mage Robe of Fire Resistance


NiGHTMARE

Recommended Posts

The icon displayed for this robe is Resist Fire/Cold, rather than Protection from Fire. Fix:

 

COPY_EXISTING ~clck10.itm~  ~override~ // mage robe of fire resistance
 READ_LONG   0x6a "fx_off"
 READ_SHORT  0x70 "fx_num"
 FOR (index = 0; index < fx_num; index = index + 1) BEGIN
   READ_SHORT ("%fx_off%" +        ("%index%" * 0x30)) "opcode"
   READ_SHORT ("%fx_off%" + 0x08 + ("%index%" * 0x30)) "icon"
   PATCH_IF (("%opcode%" = 142) AND ("%icon%" = 26)) BEGIN
     WRITE_SHORT ("%fx_off%" + 0x08 + ("%index%" * 0x30)) 16
   END
 END

Link to comment

Archived

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

×
×
  • Create New...