Jump to content

Mazzy prof fixes


CamDawg

Recommended Posts

Mazzy has an extra star in shortswords at her level 9 and 12 incarnations. BD recode.

 

//Mazzy proficiency fix
COPY_EXISTING ~mazzy9.cre~  ~override~
             ~mazzy12.cre~ ~override~
 READ_BYTE 0x234 "level"
 READ_LONG 0x2c4 "fx_off"
 READ_LONG 0x2c8 "fx_num"
 WHILE ("%fx_num%" > 0) BEGIN
   SET "fx_num" = ("%fx_num%" - 1)
   READ_LONG ("%fx_off%" + 0x08 + ("%fx_num%" * 0x128)) "type"
   READ_LONG ("%fx_off%" + 0x18 + ("%fx_num%" * 0x128)) "weap"
   PATCH_IF (("%type%" = 233) AND ("%weap%" = 91)) // ss prof
     PATCH_IF ("%level%" < 10) BEGIN
       WRITE_LONG ("%fx_off%" + 0x14 + ("%fx_num%" * 0x128)) 2
     END ELSE BEGIN
       WRITE_LONG ("%fx_off%" + 0x14 + ("%fx_num%" * 0x128)) 3
     END
   END
 END
 IF ~CRE~
 BUT_ONLY_IF_IT_CHANGES

Link to comment

Archived

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

×
×
  • Create New...