Ok well I was thinking of something I could make that would benefit someone. As of now its not much, but I've created a damage calculator that will calculate your min and max attack damage. It can tell you what damage you'll do at a higher level.
I plan on making future functionality as follows:
Total Magic Damage Done.
PvE Damage Taken (Magic and Melee)
PvP Damage Taken (Magic and Melee)
*Addition*
Weapon Damage Done. Will Include Rage, Phoenix, etc.
Damage according to [Only registered and activated users can see links. Click Here To Register...] unless otherwise proven.
I am open to any suggestions on what else could be added to the tool.
Also, I'm interested on if anyone can post information on how the damage reduction items are added in (Tortoise gems, blessed gear, 1st reborn, and second reborn).
Requires .Net framework I believe: [Only registered and activated users can see links. Click Here To Register...]
No flames please. I know this is useless to many of you atm. It was just made as a tool for me, but I figured someone may be able to use it.
*Note
Anymore suggestions will be taken openly.
*Note*
The Pvp Damage is based on the following equation:
Tortoise Gems are not added until I figure out how its added in.
If the equation is not that please provide proof as to what the correct equation is. Thank you
1.0 First Release Limited Fuctionality
1.1 Minor Bug fix other tabs added
1.2 Weapon Skill Tab Added: Phoenix added for testing.
1.21 All Applicable Weapon Skills Added
1.3 PvP Damage Taken Tab Added *See Above*
1.31 Bug Fixes and Invalids Added
*1.31 Final Release of this tool. Fixed some more bugs and included source code.
I plan on making future functionality as follows:
Total Magic Damage Done.
PvE Damage Taken (Magic and Melee)
PvP Damage Taken (Magic and Melee)
*Addition*
Weapon Damage Done. Will Include Rage, Phoenix, etc.
Damage according to [Only registered and activated users can see links. Click Here To Register...] unless otherwise proven.
I am open to any suggestions on what else could be added to the tool.
Also, I'm interested on if anyone can post information on how the damage reduction items are added in (Tortoise gems, blessed gear, 1st reborn, and second reborn).
Requires .Net framework I believe: [Only registered and activated users can see links. Click Here To Register...]
No flames please. I know this is useless to many of you atm. It was just made as a tool for me, but I figured someone may be able to use it.
*Note
Anymore suggestions will be taken openly.
*Note*
The Pvp Damage is based on the following equation:
Code:
((AttackerDamage - Your Defense) * Reborn Damage Pct) * Blessed Pct
If the equation is not that please provide proof as to what the correct equation is. Thank you
1.0 First Release Limited Fuctionality
1.1 Minor Bug fix other tabs added
1.2 Weapon Skill Tab Added: Phoenix added for testing.
1.21 All Applicable Weapon Skills Added
1.3 PvP Damage Taken Tab Added *See Above*
1.31 Bug Fixes and Invalids Added
*1.31 Final Release of this tool. Fixed some more bugs and included source code.