Solybum / PSOBBMod-Addons

GNU General Public License v3.0
29 stars 29 forks source link

Hide HP for monsters not in player's room #14

Closed StephenCWills closed 7 years ago

StephenCWills commented 7 years ago

This adds the option in the Monster HP addon to hide HP bars for monsters that are not in the same room as the player.

Solybum commented 7 years ago

Can you make it so the room is read in GetMonsterData, also modifying the CopyMonsterData function?

StephenCWills commented 7 years ago

Yeah, I just noticed that discrepancy myself. Already working on it. Also, I ought to make sure the code works on bosses.

StephenCWills commented 7 years ago

Alright, it's done. I also tested against all bosses and didn't notice any issues.