Jump to content

Claw of Kazgaroth effects dispellable


Recommended Posts

This is an item from BG1 that will show up where the helm of the balduran is if you have it in your inventory when you import.

 

The Claw of Kasgaroth effects are +1 to armor class and a blur effect. Both the blur effect and the +1 armor class can be dispelled ( takes a high level dispell, usually ), along with the -2 endurance and save bonuses ( and I assume the bonus vs missles ).

 

You can remove curse and re-equip it, and everything works again.

Link to comment
This is an item from BG1 that will show up where the helm of the balduran is if you have it in your inventory when you import.

 

The Claw of Kasgaroth effects are +1 to armor class and a blur effect. Both the blur effect and the +1 armor class can be dispelled ( takes a high level dispell, usually ), along with the -2 endurance and save bonuses ( and I assume the bonus vs missles ).

 

You can remove curse and re-equip it, and everything works again.

 

Ah, good catch. Fixed as follows:

 

// claw of kazgaroth equipping effects are disspelable
COPY_EXISTING ~misc72.itm~ ~override~
 READ_LONG  0x6a "fx_off"
 READ_SHORT 0x70 "fx_num"
 FOR (index = 0; index < "%fx_num%"; index = index + 1) BEGIN // searches through global effects
   WRITE_BYTE ("%fx_off%" + 0x0d + ("%index%" * 0x30)) 2 // not dispel/not bypass
 END
 BUT_ONLY_IF_IT_CHANGES

 

Added to alpha 6.

Link to comment

Archived

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

×
×
  • Create New...