Jump to content

Shield of Harmony


Recommended Posts

Some Shield of Harmony protections could be dispelled.

 

// shield of harmony stuff could be dispelled
COPY_EXISTING ~shld25.itm~ ~override~
 READ_LONG  0x6a "fx_off"
 READ_SHORT 0x70 "fx_num"
 WHILE ("%fx_num%" > 0) BEGIN
   SET "fx_num" = ("%fx_num%" - 1)
   WRITE_BYTE ("%fx_off%" + 0x0d + ("%fx_num%" * 0x30)) 0 // no dispel/bypass resistance
 END
 BUT_ONLY_IF_IT_CHANGES

Link to comment

Archived

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

×
×
  • Create New...