![]() |
way to check max health of mob? - Printable Version +- MMOMinion (https://www.mmominion.com) +-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87) +--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90) +---- Forum: SkillManager Profiles (https://www.mmominion.com/forumdisplay.php?fid=105) +---- Thread: way to check max health of mob? (/showthread.php?tid=13036) |
way to check max health of mob? - jetlith - 07-25-2015 i see where i can check the current health. basically i want to use it for checking if something is a boss or trash mob or even something that can die in one or 2 shots. for example in the latter case i would not want to fire off all my long cd buffs. thanks. current health sort of works but there are some differences fighting a mob with 10k max health and a boss with 10k remaining. RE: way to check max health of mob? - sebbs - 07-25-2015 use health advantage. number x your health 1 = your health 2 = double your health etc etc useful for openers and long recast skills etc RE: way to check max health of mob? - jetlith - 07-25-2015 thanks Sebbs, I see how that would also be scalable which is nice. |