darking123 Posted November 8, 2014 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 931 Reputation: 13 Joined: 12/20/11 Last Seen: November 21, 2020 Share 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 Link to comment Share on other sites More sharing options...
1 Playtester Posted November 8, 2014 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: 2 hours ago Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.