Is this project still in effect? I mean its been going for a while, but if so when is it coming out
Printable View
Is this project still in effect? I mean its been going for a while, but if so when is it coming out
Please don't double post and don't go off-topic.
Yes, the project is still in development it's already released there's a button in the narbar called "download" or if you mean something like a "stable" release read this: https://fuch.si/w8 ...
Currently the developers is too little free time. At least in my situation - studying at a college. Don't worry, vaultmp not abandoned =)
Correction of basic formula:
difficulty is from 0.5 to 2 in increments of 0.5Code :
pure_dmg = ((skill + 100) / 2)*(base_dmg / 100) damage = (pure_dmg - (pure_dmg * DamageResist / 100)) * scale * difficulty damage_inhead = damage * 2
where 1 - normal