Hey, I read some guides on how to wash, but some guides are really old (~2014). I want to check with you guys that the formulas (for NL) I wrote are ok: From second job: 1. HP Gain: 20~24 2. MP Lost: -12 3. Min MP: 14 * lvl + 148 (Im not sure about this one) 4. Base HP: 20 * lvl + 378 (Im really not sure about this one) About the last 2 - im not sure because on Shiyui's calculator there are different formulas.. Can someone correct me? Im also confused about what my target int should be I want to get to 12,500 HP by level 155 I saw that I should get to 266 int. Is that correct?? thx!
int minHP = 3 * 325 + 900 + (22 * level) + 118; //the 3 * 325 + 900 reflect the recent buffs to hp gains during job advancement, assuming character is at least lvl 120 and 4th job int minMP = (14 * level + 148); // this has not changed since 2014, however you get 175 mp for each job advancement, you can do whatever you want with that MP, it doesn't contribute to your lower MP limit. edit: HP and MP gain/lost per level are still the same from 2014. I coded myself a calculator for hp washing and that's the numbers I've been using to great success for NL minimums. Shiyui's calculator is on a spreadsheet and the formulas have been simplified, but make it a lot harder for those trying to get really optimal numbers to figure out what each constant number corresponds to. What's your current amount of int gear? 266 base is pretty close, if you don't want to worry about level up AP hp washing. 290 int is needed if you don't wear anything and are going with not doing level up HP washing. If you're going to strictly HP wash with level up AP, your current base int will get you to 12.5k hp. All assuming you've been pumping straight to INT as soon as possible. Hopefully my post helps clear up some questions.