06-12-2010, 09:13 PM
In the Damage and Colors section of the CTB script, starting at line 197 (within the update method), you should find this:
Try to remove $game_system.killed_enemies_ids.include?(@battler.id) and. The show_hp_bar flag should only be on when the skill is used, so I guess it's safe.
Code:
# Support for HP bars
if HP_BARS and @battler != nil and @battler.is_a?(Game_Enemy) and
$game_system.killed_enemies_ids.include?(@battler.id) and
@battler.show_hp_bar and @battler_visible