Ardanis Posted June 1, 2007 Share Posted June 1, 2007 An oversight in ver.1 I've spotted tonight. I believe there is no next version yet so it appears to be still actual. COPY_EXISTING ~mfist7.itm~ ~override/mfist9.itm~ // Monk fist (level 24) ~mfist7.itm~ ~override/mfist10.itm~ // Monk fist (level 28) ~mfist7.itm~ ~override/mfist11.itm~ // Monk fist (level 34) READ_LONG 0x64 "ability_offset" READ_SHORT 0x68 "ability_num" FOR (index = 0; index < ability_num; index = index + 1) BEGIN READ_SHORT ("%ability_offset%" + ("%index%" * 0x38)) "type" PATCH_IF ("%type%" = 1) BEGIN // melee check WRITE_SHORT ("%ability_offset%" + 0x16 + ("%index%" * 0x38)) 8 // Dice size WRITE_SHORT ("%ability_offset%" + 0x18 + ("%index%" * 0x38)) 3 // Number of dice END END BUT_ONLY_IF_IT_CHANGES COPY_EXISTING ~mfist10.itm~ ~override~ // Monk fist (level 28) WRITE_LONG 0x60 4 // +4 enchantment BUT_ONLY_IF_IT_CHANGES COPY_EXISTING ~mfist11.itm~ ~override~ // Monk fist (level 34) WRITE_LONG 0x60 5 // +5 enchantment BUT_ONLY_IF_IT_CHANGES As you can see mfist9's upgrade to +3 ench is missing here (and anywhere else as well). Link to comment
Azazello Posted June 1, 2007 Share Posted June 1, 2007 So would inserting... COPY_EXISTING ~mfist9.itm~ ~override~ // Monk fist (level 24) WRITE_LONG 0x60 3 // +3 enchantment BUT_ONLY_IF_IT_CHANGES ...work? Link to comment
Ardanis Posted June 1, 2007 Author Share Posted June 1, 2007 I suppose it would be the most rational solution Link to comment
Andyr Posted September 16, 2007 Share Posted September 16, 2007 Fixed locally, thanks! Link to comment
cmorgan Posted July 14, 2009 Share Posted July 14, 2009 Confirmed present in v3 and v4 - 07/13/2009 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.