10-30-2013, 07:35 AM
Code:
-- the 'd' command is a global command for printing out information into the console
local mptable = Player.mp
d(mptable.current) -- current MP
d(mptable.max) -- max MP
d(mptable.percent) -- MP percent
https://github.com/MMOMinion/FFXIVMinion/wiki/Entity