Jump to content

Question

4 answers to this question

Recommended Posts

  • 0
Posted

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;

  • 0
Posted

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...

  • 0
Posted

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

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...