NiGHTMARE Posted November 27, 2005 Share Posted November 27, 2005 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.