How to get current job stats

Post Reply
Kropolis
Posts: 4
Joined: Fri Dec 01, 2017 4:23 pm

How to get current job stats

Post by Kropolis » Fri Dec 01, 2017 4:26 pm

Good afternoon. I've been running searches on Google and this forum and haven't found an answer to how to get the current stats of a job for a LUA script. I can get current HP with player:getHP(). Is there a similar counterpart for obtaining the current stat for STR, DEX, etc?

bluesolarflare
Posts: 129
Joined: Wed May 27, 2015 4:23 pm

Re: How to get current job stats

Post by bluesolarflare » Fri Dec 01, 2017 4:54 pm

player:getStat(MOD_XYZ)

Replace XYZ with specific stat such as INT, MND, STR, etc

Post Reply