darking123 Posted November 8, 2014 Posted November 8, 2014 if i put 1 Vit..how many hp will be addedif for example 1 VIT= 10HPi want to make it 1 VIt = 20 HP what will i edit? Quote
1 Playtester Posted November 8, 2014 Posted November 8, 2014 Right now each Vit increases HP by 1%. In status.c: status_calc_maxhpsp_pc Find: max = job_info[idx].base_hp[level-1] * (1 + (max(stat,1) * 0.01)) * ((sd->class_&JOBL_UPPER)?1.25:1); If you want to double the effect of vit you need to change the 0.01 to 0.02. 2 Quote
Question
darking123
if i put 1 Vit..how many hp will be added
if for example 1 VIT= 10HP
i want to make it 1 VIt = 20 HP what will i edit?
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.