Szakalaka Posted July 2, 2012 Posted July 2, 2012 Hello, i am looking for a l2 tool which will count chance for succesful hit with my accuracy and enemy evasion. Anyone seen smth like that? Quote
0 vampir Posted July 12, 2012 Posted July 12, 2012 well, its not hard to do, when i am balancing skills and chansed for my server, i look on the formulas, take all the variables and count them. On different packs, formulas are different, this is mine: int chance = (80 + (2 * (attacker.getAccuracy() - target.getEvasionRate(attacker)))) * 10; Quote
0 Tryskell Posted July 12, 2012 Posted July 12, 2012 Check calcHitMiss( on Formulas.java, it is often different from one pack to another (exemple, in Vampir's case, there's no calculatation of behind/side system when it should, depending of the chronicle). About a "tool", just create a PHP file with such formula, some checkboxes, and such crap. You can simply put a log on the formula and see ingame directly... Quote
0 vampir Posted July 12, 2012 Posted July 12, 2012 Check calcHitMiss( on Formulas.java, it is often different from one pack to another (exemple, in Vampir's case, there's no calculatation of behind/side system when it should, depending of the chronicle). About a "tool", just create a PHP file with such formula, some checkboxes, and such crap. You can simply put a log on the formula and see ingame directly... well i have it, but i thought its too complicated to post it here :P Quote
Question
Szakalaka
Hello, i am looking for a l2 tool which will count chance for succesful hit with my accuracy and enemy evasion. Anyone seen smth like that?
4 answers 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.
Note: Your post will require moderator approval before it will be visible.