Skip to content

Commit

Permalink
bye bye BG proficiencies :D thanks aVENGER
Browse files Browse the repository at this point in the history
  • Loading branch information
omni-axa committed Nov 8, 2011
1 parent 086983b commit d6f8b53
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions lolfixer.tp2
Expand Up @@ -198,22 +198,6 @@ COPY_EXISTING_REGEXP GLOB ~^.+\.cre$~ ~override~
END
BUT_ONLY_IF_IT_CHANGES

BEGIN ~Creature Stuff - BG Proficiency Nuller (sets any BG proficiencies to 0)~
GROUP ~Creature Stuff~

//G3 Debugging Suite - Null BG Proficiencies
COPY_EXISTING_REGEXP GLOB ~^.+\.cre$~ ~override~
PATCH_IF (SOURCE_SIZE > 0x2d4) THEN BEGIN
FOR (index = 0; index < 8; index = index + 1) BEGIN
READ_BYTE (0x6e + "%index%") "prof"
PATCH_IF ("%prof%" > 0) BEGIN
PATCH_PRINT "%SOURCE_FILE%: Has BG proficiencies set! Nulling %prof% -> 0"
WRITE_BYTE (0x6e + "%index%") 0
END
END
END
BUT_ONLY_IF_IT_CHANGES

BEGIN ~Creature Stuff - Inventory Overhauler (moves invalid equippable items to inventory and equips anything in the inventory to a free slot)~
GROUP ~Creature Stuff~

Expand Down

1 comment on commit d6f8b53

@omni-axa
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.