Wisp Posted January 21, 2009 Share Posted January 21, 2009 Another pipsqueak fix no one will want. Jan's Flasher Master Bruiser Mates have an undocumented -1 save penalty. Since the GTU changes the item description to reflect this (@1043634), I thought I would complement the selection of fixes by changing the item to reflect the description. COPY_EXISTING "bolt07.itm" "override" READ_LONG 0x64 ab_off ELSE 0 READ_SHORT 0x68 num_ab ELSE 0 READ_LONG 0x6a eff_off ELSE 0 FOR (i=0;i<num_ab;i+=1) BEGIN READ_BYTE ab_off + 0x38*i ab_type ELSE 0 PATCH_IF ab_type = 2 BEGIN // ranged ability READ_SHORT ab_off + 0x38*i + 0x1e num_l_eff READ_SHORT ab_off + 0x38*i + 0x20 eff_ind FOR (j=0;j<num_l_eff;j+=1) BEGIN WRITE_LONG eff_off + 0x30*(eff_ind + j) + 0x28 0 // no save penalty END END END BUT_ONLY Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.