EDIT::
The ISP uplink seems to have problem and won't be up for a while. In the meantime, please use the following link to access the calculator:
http://202.85.94.25:8080/kit/eq/dpscalc.jspI will try to relocate it to somewhere less depending on the single ISP.
Sorry for any inconvenience caused.
----------------------------------------------------------------------------------------------------------------------
Hello all,
Here is the link to a web-based version of Coprolith's DPS calculator written in Java and JSP:
http://218.189.206.26:8080/kit/eq/dpscalc.jspa little background. Coprolith has a lot of analysis based on many many parse done by community, and has written a theriotical DPS calculating worksheet in MS Excel - this greatly helps all of us on determining which weapons to be used.
However, because of the complexity of the data and formulas, users with only Excel Viewer (the "free" version of MS Excel) cannot utilize the calculator. So by the end of last year (or earlier? I forgot

) I have decided to write a version of calculator that can be used without other non-free software, and contacted Coprolith for that. Coprolith let me use the formulas and constants from his calculator and I had start working on it.
At first I was thinking Visual Basic (.NET or not, whatever) vs Java Applet - because I want to have something to run standalone. However both of these platforms require more or less some kind of installation (.NET framework / VB library / Java Runtime) and that maybe a hussle to users that not normally have experience on installing these. So I decided to do a web-version, only thing u will need to use is a valid web-broswer (IE6 or Firefox is what I have tested).
But since then I was quite busy on work (don't u all hate working?

)... and I have been slacking whenever I didn't need to work

... Finally I have squeezed enough time to finish it up! (Sorry Coprolith taking so long to finish it hehe)
ok ok, enough bunny.
Usage? It is about the same as Coprolith's calculator (the newest one), using exactly the same formulas and constants - except 2:
A - Coprolith's calculation on proc DPS: not sure it is the parse that showing this or what, he uses the proc rate modifier on weapons to multiply BOTH weapon innate proc and augmentation proc. eg. If u stick a lifetap proc on ED then both Timelapse and Lifetap will proc 15% less because of the proc rate modifier of ED. However based on the parses on theSteelWarrior (and my little greatstaff of 4 winds parse) it seems to me that augmentation proc does not follow the weapon's proc rate modifier. I have changed the formula in calculating proc DPS for that.
B - Broken down the augments and weapons: now the weapons and augments are completely separated in terms of programming objects, I can precisely make use of different augment type / weapon restrictions. eg Slave's Hidden Orb does not have to be added as "SHO" and "SHO+2" - it is now "SHO" with 1x type4 and 1x type6 slot so u can add the augments separately.
C - Combat Effect added: these further enhance the proc rate of weapon, by 1CE = +1% (again from the discussion here and there, as I don't have any CE yet

). These attribute has been added in the calculation.
So here it is. Please use this thread to feedback / bug about the calculator. Much appreciated.
TODO:-
1/ More weapons / augments, especially those in DoN
2/ Fix exisiting erros in weapons - damage / delay / augment type etc etc
3/ Save function for storing ur attributes and weapon setups
4/ Comparison of weapon setups
5/ Prettier interface
6/ Add URL links to lucy/magelo for items / effects
7/ Find a more stable host to host the calculator
8/ Add "Tanking Attributes" like hp/ac or stun/aggro ability on weapons / augments - some of the tanking bsts will like that in considering weapons
9/ Your suggestion is very welcome!