Renewal Formulavar BASE_HP;
BASE_HP = 35 + (BASE_LEVEL * HP_JOB_B ;
for (var i = 2; i <= BASE_LEVEL; i++)
{
BASE_HP += Math.round(HP_JOB_A * i);
}
var BASE_HP = 35;
BASE_HP += BASE_LEVEL * HP_JOB_B;
for (var i = 2; i <= BASE_LEVEL; i++) {
BASE_HP += Math.round(HP_JOB_A * i);
}
var MAX_HP = BASE_HP;
MAX_HP = Math.floor( MAX_HP * (1 + VIT * 0.01) * TRANS_MOD );
MAX_HP += HP_MOD_A;
MAX_HP = Math.floor( MAX_HP * (1 + HP_MOD_B * 0.01) );
Is it working with exact formula for Based: 255? I attempt to try this but my formula is always fail.But let me try again.1. Choose eA formula.
2. Enter your multiplicator and factor. You can find these on rathena's job_db1 I think.
3. This was meant to be 4, tick this last.
4. Enter your level. Do this before 3.
The example here I put some random numbers in but you see it will generate them for you.
Untitled.png![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.