MMOMinion
"Include Self" Checkbox - 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: "Include Self" Checkbox (/showthread.php?tid=15877)



"Include Self" Checkbox - YellowcarQueen - 02-29-2016

I noticed there is a new addition to Skill Manager under TARGET -> "Include Self" Checkbox

I'm unsure as to its use because anything that has needed to be cast on yourself has always used the "Skill Target = Player", "Skill Target=PartyS", or "Skill Target=Heal Priority" conditionals.

I'm curious as to what the intended use and need for this addition is?


RE: "Include Self" Checkbox - dNh301 - 02-29-2016

I would assume low hp and low mp targets based on skill manager lua. But then again I am no coder. So most likely for Astrologian.


RE: "Include Self" Checkbox - Ace - 03-03-2016

Intended for the "Low TP", "Low MP", "Low HP" conditionals.
Some skills like bard songs, may want to include the player itself.
Some skills like Goad for Ninja that cannot be used on self, it would be a bad idea to include the Player.


RE: "Include Self" Checkbox - YellowcarQueen - 03-09-2016

(03-03-2016, 09:34 PM)Ace Wrote:  Intended for the "Low TP", "Low MP", "Low HP" conditionals.
Some skills like bard songs, may want to include the player itself.
Some skills like Goad for Ninja that cannot be used on self, it would be a bad idea to include the Player.

Ty for the explanation Ace.