Project 1999

Go Back   Project 1999 > Class Discussions > Melee

Reply
 
Thread Tools Display Modes
  #41  
Old 04-13-2025, 04:33 PM
DeathsSilkyMist DeathsSilkyMist is offline
Planar Protector

DeathsSilkyMist's Avatar

Join Date: Jan 2014
Posts: 7,279
Default

Got a big update done. Download links are the same, the version has been updated. As of writing this post the wiki version is not updated. That will be for Loramin to do whenever he has time (Thank you in advance!)

Quote:
Here is a link to the full code, it is in Javascript. Feel free to look around and see how the calculations are done:

https://drive.google.com/file/d/114b...ew?usp=sharing

Here is a link to the minified code:

https://drive.google.com/file/d/1ks0...ew?usp=sharing

You can run both versions for free in your browser via https://playcode.io/javascript . Just copy/paste the code in, and you can see the results in the console window. There's a little green play button on the web view window if you want to re-run the calculation. It has randomized elements in it, so you'll get slightly different DPS numbers every time it's run. The minified version is better for playcode, as playcode has a 8 code line limit before it starts bothering you to pay.
I also made a few sample sets that have links to P99 parses so you can see how accurate the calculator is using different classes, weapons, character levels, and fighting different mobs.

https://drive.google.com/file/d/1q-6...ew?usp=sharing

Update Log:
1. Added Triple Attack
2. Added Warrior Crit and Crippling Blows
3. Added Proc Damage
4. Added DoT Proc Damage
5. Added Skill Caps for levels 1-50 and levels 51-60.
6. Added Weapon Damage Caps
6. Added the 1h and 2h Main Hand Damage Bonus tables, they will apply the bonus automatically now based on delay. Use bUsingTwoHandedWeapon to switch between 1h and 2h.
7. Added class selection. Changing from Warrior to Wizard will turn off things like the Main Hand Damage Bonus, Triple Attack, etc. Will also change the skill caps and what skills are available. Wizard's don't have Double attack, for example.
8. Added boolean scaleOffensiveSkillsBasedOnPlayerLevel for playerStats. When set to true, the player's skills will automatically scale based on level. It isn't 100% accurate for all classes, it simply scales 5 + (5 * level) for all classes. Turned on by default to make using the calculator easier initially. These will be skill capped when you hit the appropriate skill cap.
9. Added boolean scaleDefensiveValuesBasedOnMobLevel for mobStats. When turned on the Mob's stats will automatically scale based on the Mobs level. This isn't going to be accurate for every single mob, as mobs can have stats higher than the average for their level. Turned on by default to make using the calculator easier initially.
10. Made the text outputs more robust and hopefully easier to read.
11. Added a few playerStat variables so you can adjust the test yourself without having to modify the code.
11a. numberOfSwingsToTest will allow you to change how many main hand weapon swings you want to test.
11b. numberOfSwingSetsToRun will run the test again that many times, and average the resuts. For example, if numberOfSwingsToTest is set to 500 and numberOfSwingSetsToRun is set to 75, you will run 75 sets of 500 swings.
11c. numberOfColumnsInTables will adjust the number of columns for the table outputs, so if you are on a smaller screen the table won't be way off the screen.
Reply With Quote
  #42  
Old 04-13-2025, 04:55 PM
Botten Botten is offline
Planar Protector

Botten's Avatar

Join Date: Jul 2011
Posts: 2,807
Default

Thank you DeathsSilkyMist. I respect the work and time you put into this. I will be playing with it later for sure. It is great we have fans like you and Loramin that produce so much helpful information.
Reply With Quote
  #43  
Old 06-02-2025, 04:22 PM
Zuranthium Zuranthium is online now
Planar Protector

Zuranthium's Avatar

Join Date: May 2011
Location: Plane of Mischief
Posts: 1,630
Default

How does this differ from the one that has already existed for a long time - https://www.jklein.me/eqcalc/
__________________
Reply With Quote
  #44  
Old 06-02-2025, 04:56 PM
DeathsSilkyMist DeathsSilkyMist is offline
Planar Protector

DeathsSilkyMist's Avatar

Join Date: Jan 2014
Posts: 7,279
Default

Quote:
Originally Posted by Zuranthium [You must be logged in to view images. Log in or Register.]
How does this differ from the one that has already existed for a long time - https://www.jklein.me/eqcalc/
That calculator isn't using the EQEMU code as far as I am aware. It's just using the formulas found on the Game Mechanics wiki page.

My calculator is more precise. It uses the EQEMU code, and it is actually simulating the swings you make against a mob by running through the EQEMU code for attacking. You can set the mob stats to see how differences in those stats affect your DPS. My calculator also includes how ATK affects your DPS, and critical hits. It has proc DPS too.
Last edited by DeathsSilkyMist; 06-02-2025 at 04:58 PM..
Reply With Quote
  #45  
Old 06-02-2025, 05:28 PM
Zuranthium Zuranthium is online now
Planar Protector

Zuranthium's Avatar

Join Date: May 2011
Location: Plane of Mischief
Posts: 1,630
Default

Okay calculate the best Warrior DPS against Avatar of War - Palladius Axe of Slaughter with offhand swaps to Scimitar of Emerald Dawn inbetween (aka, add 20/42 offhand calc to the Palladius calc).
__________________
Reply With Quote
  #46  
Old 06-02-2025, 05:46 PM
DeathsSilkyMist DeathsSilkyMist is offline
Planar Protector

DeathsSilkyMist's Avatar

Join Date: Jan 2014
Posts: 7,279
Default

Quote:
Originally Posted by Zuranthium [You must be logged in to view images. Log in or Register.]
Okay calculate the best Warrior DPS against Avatar of War - Palladius Axe of Slaughter with offhand swaps to Scimitar of Emerald Dawn inbetween (aka, add 20/42 offhand calc to the Palladius calc).
My calculator does do fistweaving for monks. It doesn't do offhand weaving for other classes, as realistically nobody does that for non-monk classes. I could adjust it to allow for offhand weaving on all classes, but that will just confuse most people.

You are going to miss palladius swings by swapping two weapons like that. I do remember you arguing for this strategy in the past, but I've never seen anybody actually do this.
Reply With Quote
  #47  
Old 06-02-2025, 06:02 PM
Zuranthium Zuranthium is online now
Planar Protector

Zuranthium's Avatar

Join Date: May 2011
Location: Plane of Mischief
Posts: 1,630
Default

You won't miss any Palladius swings, just need to install my helpful AI mouse to do it. Link in the description, don't forget to comment, like, and subscribe.

So where's the damage calc at? Just add whatever a 20/42 offhand calc is to the Palladius one, it's easy.
__________________
Reply With Quote
  #48  
Old 06-02-2025, 06:23 PM
DeathsSilkyMist DeathsSilkyMist is offline
Planar Protector

DeathsSilkyMist's Avatar

Join Date: Jan 2014
Posts: 7,279
Default

Quote:
Originally Posted by Zuranthium [You must be logged in to view images. Log in or Register.]
You won't miss any Palladius swings, just need to install my helpful AI mouse to do it. Link in the description, don't forget to comment, like, and subscribe.

So where's the damage calc at? Just add whatever a 20/42 offhand calc is to the Palladius one, it's easy.
Scripts aren't allowed. But I'll humor you.

I haven't estimated AoW's actual AC yet, so this DPS number may not be what has been parsed. You'll be able to see the difference between Palladius with and without scimitar weaving. I don't have disciplines, so this will be without disciplines.

AoW with 512 AC vs. A 60 War with 255 STR, 100% Haste, 140 ATK (Avatar + CoTP) who is berserking:

68 DPS no scimitar weaving.
82 DPS with scimitar weaving.

So you could theoretically get a 21% DPS boost if you could actually weave the scimitar without missing Palladius Swings.

Again, I haven't actually estimated AoW's AC yet. So if 512 isn't correct, the exact DPS number will be off.
Reply With Quote
  #49  
Old 06-02-2025, 08:18 PM
Snaggles Snaggles is offline
Planar Protector


Join Date: Jul 2011
Posts: 3,180
Default

Quote:
Originally Posted by Zuranthium [You must be logged in to view images. Log in or Register.]
Okay calculate the best Warrior DPS against Avatar of War - Palladius Axe of Slaughter with offhand swaps to Scimitar of Emerald Dawn inbetween (aka, add 20/42 offhand calc to the Palladius calc).
Stop with the offhand swap elf sim fan fiction.

Nobody is clicking 6 times every two 2 seconds unless they are a Swiftie refreshing TicketMaster.
Reply With Quote
  #50  
Old 06-03-2025, 08:10 AM
kjs86z2 kjs86z2 is offline
Sarnak


Join Date: Jun 2019
Posts: 220
Default

lmao this guy is back with his weaving warrior theoryshitcraft
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:07 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.