Jump to content

Imoen thieving/thac0 fixes


CamDawg

Recommended Posts

Imoen is shortchanged 25 thieving points at every incarnation; the CI version also has an incorrect THAC0. I've incorporated the previous script fix into this one.

 

// imoen's thieving, script, and thac0 fixes
COPY_EXISTING ~imoen10.cre~  ~override~
             ~imoen211.cre~ ~override~
             ~imoen213.cre~ ~override~
 READ_BYTE  0x234 "level"
 PATCH_IF ("%level%" < 13) BEGIN // thac0 adjustment for low level versions
   WRITE_BYTE 0x52 17 // thac0
 END ELSE BEGIN
   WRITE_ASCII 0x248 ~Imoen2~ // override script missing from imoen213
 END
 WRITE_BYTE 0x67 75 // open locks
 WRITE_BYTE 0x69 85 // find/disarm traps
 WRITE_BYTE 0x6a 10 // pickpocketing
 IF ~CRE~
 BUT_ONLY_IF_IT_CHANGES

Link to comment

Archived

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

×
×
  • Create New...