Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Hunters

Reply
 
LinkBack Thread Tools
Old 10/29/09, 2:12 AM   #151
Rivkah
King Hippo
 
Dwarf Hunter
 
Stormrage
It turns out the problem Cranch was reporting was related to the target armor change I made a few days ago. Turns out the target armor is in two different places in the Excel spreadsheet and the original setting I had was the correct one (as opposed to the change I made on 10/23). I've fixed the target armor back to 10643, if you have a saved setting with the other armor value just change it under settings and resave it with the new value.

Offline
Reply With Quote
Old 10/29/09, 3:31 AM   #152
Cranch
Don Flamenco
 
Dwarf Hunter
 
Perenolde
delete

Last edited by Cranch : 10/30/09 at 6:07 AM. Reason: incorrect information

Offline
Reply With Quote
Old 11/01/09, 3:25 AM   #153
Rivkah
King Hippo
 
Dwarf Hunter
 
Stormrage
I added a new feature today to the site which allows you to revert your settings back to your last "Update DPS". The button to revert will appear if you've made any changes to your settings since the last time you hit Update DPS and will revert all your form settings to their values at that time.

Offline
Reply With Quote
Old 11/01/09, 3:30 PM   #154
Lahiri
Glass Joe
 
Gnome Priest
 
Ravencrest (EU)
minor thing first:
Currently the "Deadly Ametrine" is listed as "Deadly Flawless Ametrine"

second

Originally Posted by Rivkah View Post
The ArPen from the trinkets is calculated based on estimated uptime taking into account shot frequency and the ICD. If you're above the ArPen cap when the trinket procs, the amount of ArPen taken into account for the buff is reduced accordingly. Then once the uptime is figured out, there's an average amount of ArPen gained over the course of the fight, that's what's used in all the calculations. The problem arises from the fact that ArPen doesn't scale linearly, so although averaging is a decent mechanism for a rough figure, it won't accurately reflect the amount of dps gained based on the proc. A simulation would give a more accurate value, but that's beyond the scope of the analyzer.
Wouldn't it be possible to instead get a result by using something like:
(estimated uptime*dps during proc) + (estimated downtime*dps without proc)

it should be more accurate than just averaging out the ArP gain.

Offline
Reply With Quote
Old 11/01/09, 4:43 PM   #155
Rivkah
King Hippo
 
Dwarf Hunter
 
Stormrage
I've fixed the ametrines, thanks for letting me know.

With regards to your other suggestion, the way the dps is calculated wouldn't allow for doing that without doing some pretty severe reworking of how everything is calculated. Right now all dps calculations are based on the stats that are calculated. In order to do what you're suggesting, there'd need to be two different ArPen calculations and they'd need to be applied to every shot twice. It's possible to do but it's a lot of reworking so it's not something I'm likely to do soon. If Shandara's spreadsheet changes the way it's handled I'll go back and make changes to match, but it's not a small endeavor.

Offline
Reply With Quote
Old 11/01/09, 8:02 PM   #156
boli
Von Kaiser
 
boli's Avatar
 
Goblin Hunter
 
Twisting Nether (EU)
Originally Posted by Rivkah View Post
With regards to your other suggestion, the way the dps is calculated wouldn't allow for doing that without doing some pretty severe reworking of how everything is calculated. Right now all dps calculations are based on the stats that are calculated. In order to do what you're suggesting, there'd need to be two different ArPen calculations and they'd need to be applied to every shot twice. It's possible to do but it's a lot of reworking so it's not something I'm likely to do soon. If Shandara's spreadsheet changes the way it's handled I'll go back and make changes to match, but it's not a small endeavor.
A possibly better approximation of the real thing, but still reasonably easy to do, might be: removing the trinkets altogether, adding the passive trinket stats as custom values and calculating four sets of dps
  • No proc (only passive stats): dps0
  • Trinket A up (passive and proc A stats): dpsA
  • Trinket B up (passive and proc B stats): dpsB
  • Both trinkets up (passive and proc A and B stats): dpsAB
These four dps are summed up weighted with the appropriate uptimes.

The weights I use are as follows, where pA is the uptime of trinket A, pB is the uptime of trinket B, which I usually take from Shandara's spreadsheet (Calculation Tab):
  • "Uptime" of no trinket: 100% + pA*pB - pA - pB
  • Uptime of trinket A only: pA - pA*pB
  • Uptime of trinket B only: pB - pA*pB
  • Uptime of trinket A and B simultaneously: pA*pB

So the final weighted dps is:

dps0*(100% + pA*pB - pA - pB) + dpsA*(pA - pA*pB) + dpsB*(pB - pA*pB) + dpsAB*pA*pB

Doing this instead of using the spreadsheet numbers I found that certain trinkets seem to be undervalued in the spreadsheet as well as the dps analyzer. As an example, based on my current gear, [Dark Matter] is shown as a 3 dps upgrade to [Darkmoon Card: Greatness] (agility version of course) in the gear planner, whereas doing the calculations above results in a 39 dps upgrade. Unsurprisingly for armor penetration trinkets like [Mjolnir Runestone] the difference is even more pronounced due to the way dps scales with pen.

As I've come up with this late at night when I wasn't totally sober, please let me know if you think I'm way off.

Last edited by boli : 11/01/09 at 8:21 PM. Reason: Clarification/simplification

Offline
Reply With Quote
Old 11/02/09, 5:13 AM   #157
bronnum
Von Kaiser
 
bronnum's Avatar
 
Dwarf Hunter
 
Ravencrest (EU)
@boli's post #156

At first look this might seem plausible and perhaps useful to determine choice of trinkets. However, I believe the calculations are prone to over-simplification:

Passive contributions are fairly easy to model and (IMO) holds in your equations. But the simultaneous contribution from i.e. non-linear stats (armPen) will be inaccurate calculated with straight multiplication. Further, as we know, every shot do not benefit from armPen, while others will hit with huge values - say crit/armPen proc and using Aimed Shot during these procs.

I guess these issues boils down to Shandara's "problems" with accurate modeling of procs, it's simply very RNG-related and requires dynamic update of stats to provide the right numbers. I still acknowledge your way of modeling as "second opinion" to determine trinkets, but I wouldn't recommend this to Shandara nor Rivkah.

Looking forward to a sober reply

Offline
Reply With Quote
Old 11/02/09, 6:07 AM   #158
Shandara
Great Tiger
 
Shandara's Avatar
 
Night Elf Hunter
 
Azjol-Nerub (EU)
The main problem is that the spreadsheet and the online version are not 'true' simulations. To calculate the effect like proposed would mean calculating the dps 4 times, remembering the results and presenting the eventual result.

To make the sheet work predictably, there are built in a lot of assumptions and we don't use RNG either in the rotation simulation (otherwise the numbers would change each time).

For procs that are irrespective of other procs this is no problem and leads to a fair approximation. But for the ArmPen procs this unfortunately does not hold.

Only a true simulation (like SimCraft) can determine the real worth of these items (either alone or in combination) by running many 1000s of trials and computing the average DPS. Doing the same in Excel (or online) would be practically impossible, neither platform really lends itself to it.


Offline
Reply With Quote
Old 11/02/09, 1:11 PM   #159
boli
Von Kaiser
 
boli's Avatar
 
Goblin Hunter
 
Twisting Nether (EU)
I'm aware that a 'true' simulation should give the most accurate results. What I posted above was meant to be a simple way to get a better approximation for trinket dps.

I could of course be wrong in the assumption that it would in fact be better than the currently used averaging, which I understand works as follows (please correct if I'm wrong):

I'm using Mjonir Runestone as an example, which adds 665 arp on proc and has (roughly) 20% uptime. What I think the averaging does, is adding 133 arp (=20% * 665 arp) to the arp from gear/food; then the dps is calculated like that.

What Lahiri suggested (for a single single trinket) would be calculating with no additional arp (no proc) and weigh this number with 80%, then calculate the dps again with 665 additional arp and weigh this with 20%. Due to the arp scaling this should give a considerably higher number, assuming one is close enough to the arp cap with the proc.

I simply extended this idea to two trinkets, since some trinket combinations have nice synergies.

Offline
Reply With Quote
Old 11/10/09, 2:05 PM   #160
Blazeflack
Von Kaiser
 
Human Priest
 
Darksorrow (EU)
First of all, thanks for this great tool.

I have a few minor problems though.
1.: It seems like it uses rare gems when calculating gem values for pawn instead of epic gems.
2.: For some reason some of the values in the pawn string differs a lot from the pawn string in the xls spreadsheet.
From spreadsheet:
( Pawn: v1: "Zalandi MM 7/57/ 7": Agility=1.554, Stamina=0, Intellect=0.795, RedSocket=31.072, YellowSocket=28.287, BlueSocket=15.536, MetaSocket=32.626, HitRating=1.699, CritRating=1.275, HasteRating=0.564, Ap=0.646, Rap=0.646, ArmorPenetration=1.323, Mp5=0.047 )
From your site:
( Pawn: v1: "Hunter DPS Analyzer": Agility=1.544, Stamina=0, Intellect=1.159, RedSocket=24.704, YellowSocket=22.624, BlueSocket=15.168, MetaSocket=140.295, RangedDps=7.252, HitRating=2.678, CritRating=1.284, HasteRating=0.625, Ap=0.636, Rap=0.636, ArmorPenetration=1.306, Mp5=0.88 )
As you can see it's intellect, mp5 and hit values that are way off (although I don't really care about hit since I know I am hitcapped already).

I have tried looking through all settings in the spreadsheet and in your online version and I am pretty sure I have everything matched between the two.

Do you have any suggestions as to why I see this big difference?

Thanks in advance.

Last edited by Blazeflack : 11/10/09 at 2:11 PM.

Offline
Reply With Quote
Old 11/10/09, 2:36 PM   #161
Rivkah
King Hippo
 
Dwarf Hunter
 
Stormrage
Thanks for bringing the problem to my attention, I've updated the Pawn string to use epic level gems. I'd forgotten to change that when I implemented them.

With regards to the differences in mp5, int and hit, the way those values are calculated may be slightly different. Both the spreadsheet and my site calculate the dps per stat by increasing by an increment and recalculating the dps. I'm not sure if we're using the same increment which would have some effect, I'll have to doublecheck what the spreadsheet is using, at one point I reduced my increment to increase accuracy a bit on those stats which don't scale in a consistent fashion.

Given that the int and mp5 values are off I would expect that you're getting a different viper penalty between the spreadsheet and the site, which may indicate small differences but I can't tell without seeing a copy of your settings. You can send me the file in email if you want, my email is listed in the feedback button on the site. I'm not sure about the hit gap, it may be because the spreadsheet splits out pet and player hit, where I just calculate them all together.


With regards to the gearstrings that Bluesfear posted about awhile ago, I looked into them and I'm not sure it's worth implementing an import for. The format they're in is XML-like but the tags are invalid for XML so I can't use a standard parser to read them. In order to setup an import for them I'd need to parse them manually. Additionally I noticed the file generated by Excel creates a bunch of different profiles in it, so in order for someone to import just one they'd have to find the one they want and paste it in, and there also seem to be some control characters in there that are causing problems with reading pasted data. It just seems like the time investment to make it work would be pretty considerable and I'm not sure how easy it would be for people to use, so for now I'm going to shelve that and maybe take another look at it later.

Offline
Reply With Quote
Old 11/16/09, 1:55 PM   #162
Plasmox
Glass Joe
 
Night Elf Hunter
 
Feathermoon
I noticed that when I load in a hunter with enchanting, and their rings are enchanted, then load up a hunter that doesn't have enchanting, the rings remain enchanted.

It's not a big deal, just annoying because i have to remember to remove the enchants on the rings...

Offline
Reply With Quote
Old 11/20/09, 6:04 PM   #163
alienangel
Bald Bull
 
alienangel's Avatar
 
Draenei Hunter
 
Eredar
Rivkah, is there a reason the site won't let me specify a wait time of 0 seconds for the shot rotation test? I do see the option to disable waiting for Arcane/Aimed/Multi, but on the spreadsheet at least, my highest DPS is (and has been for a while) with no waiting for anything (i.e not chimera/killshot either).

Thinking about it, not waiting for aimed but waiting for chimera may indeed be better than not waiting for either, but right now with no option to disable waiting in your site, and no option to only wait on shots other than Arcane/Aimed/Multi in the spreadsheet, it's a bit hard to compare.

Canada Offline
Reply With Quote
Old 11/20/09, 9:10 PM   #164
Rivkah
King Hippo
 
Dwarf Hunter
 
Stormrage
Thanks for bringing my attention to the problem. There may be some technical issues with having a zero wait time which is why it's not allowed for now (although I may fix that later). But what I have done is change the settings so that you can now enable/disable wait time for kill shot, aimed/multi, explosive/arcane and chimera separately. This should allow for more customized testing (and if you don't want to wait for any shots you can just turn off all of them).

I tried to adjust things so that older saved settings should default to logical values, but it's possible that some may be affected by the change so if you're getting weird results on older saved settings be sure to check under the settings to make sure the wait shots are setup properly.

Offline
Reply With Quote
Old 12/05/09, 9:38 AM   #165
MelviN
Glass Joe
 
Blood Elf Hunter
 
Mazrigos (EU)
I got a problem saving the settings:
When i just import gear from the armory and than save, everithing works ok, but if i change something like buff or shot rotation and than try to save it never finish, i tried to wait few miutes but nothing happen...

Offline
Reply With Quote
Old 12/05/09, 2:00 PM   #166
Rivkah
King Hippo
 
Dwarf Hunter
 
Stormrage
I occasionally get reports of this problem but I've never been able to track it down since it seems to be specific to individuals. Have you tried logging out and back in or a different browser? It may be a proxy server or something interfering. Did it used to work for you?

Offline
Reply With Quote
Old 12/06/09, 8:48 AM   #167
azeraphael
Glass Joe
 
Troll Hunter
 
Magtheridon (EU)
I am wondering what is the acceptable difference between the DPS that the tool reports and lets say the DPS I do in Jaraxxus in ToC 25 (the closest to tank and spank encounter). For me it says I should be doing 6.7k and I am doing 5.9k. Is this TOO much of a difference or it is within the normal margins.

Offline
Reply With Quote
Old 12/06/09, 1:18 PM   #168
MelviN
Glass Joe
 
Blood Elf Hunter
 
Mazrigos (EU)
Originally Posted by Rivkah View Post
I occasionally get reports of this problem but I've never been able to track it down since it seems to be specific to individuals. Have you tried logging out and back in or a different browser? It may be a proxy server or something interfering. Did it used to work for you?
I tried to logout and than login but the status is always on "Saving..." I tried with FireFox and IE but the problem is the same.
I'm on FastWeb, dont know if it could be the problem...

Offline
Reply With Quote
Old 12/09/09, 4:21 PM   #169
woody-shuhalo
Von Kaiser
 
Orc Hunter
 
Thrall
Found a typo on femaledwarf.

For the Horde version of the Heroic 1H weapon "Frostblade Hatchet" the armory import will fail saying it's not listed. That's because it's spelled "Frostblade Hatched" in the analyzer. =)

Thanks again for this great tool!

United States Offline
Reply With Quote
Old 12/10/09, 4:09 AM   #170
Rivkah
King Hippo
 
Dwarf Hunter
 
Stormrage
Thanks for letting me know Woody, I've fixed it. The armory import problem was actually unrelated to the spelling error but I fixed both problems.

MelviN I'm really not sure what could be causing it. Does everything but the saving work? Can you load public saved settings?

Offline
Reply With Quote
Old 12/10/09, 7:36 PM   #171
Coik
Glass Joe
 
Orc Hunter
 
Detheroc
For the mjolnir runestone, is the proc correct? It seems like it procs only on chance on ranged critical hit instead of ranged hit. Then again I might have miscalculated

Offline
Reply With Quote
Old 12/12/09, 1:04 PM   #172
Bluesfear
Piston Honda
 
Night Elf Hunter
 
Kel'Thuzad
I can't seem to see the settings that I made public from the "Load Settings". I even tried search the name, and it's not coming up. Is a problem on my end or the site itself?

Offline
Reply With Quote
Old 12/12/09, 3:14 PM   #173
Rivkah
King Hippo
 
Dwarf Hunter
 
Stormrage
The Mjolnir Runestone is configured to proc on hit not crit.

Bluesfear can you send me a PM with the name of your saved setting that you're looking for and your username on the site so I can check what's going on?

Offline
Reply With Quote
Old 12/13/09, 3:10 AM   #174
Namarus
Piston Honda
 
Orc Hunter
 
<BUR>
Demon Soul
I noticed on your default settings for Feeding Frenzy that is it set to 0.9 minutes, however, Kill Shot is set to 1.2 mins. Since feeding frenzy occurs at 35% and Kill Shot at 20% shouldn't the default duration of Feeding Frenzy be higher?

Offline
Reply With Quote
Old 12/13/09, 4:07 AM   #175
Rivkah
King Hippo
 
Dwarf Hunter
 
Stormrage
The feeding frenzy setting is actually the time period between 35-20% where feeding frenzy is active but kill shot hasn't kicked in yet. This is the same way it's setup in the Excel spreadsheet. I tried to add descriptive text to make it clearer but I realize it's a bit confusing. The kill shot range and feeding frenzy range are added together to find the time that feeding frenzy is actually active.

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Hunters

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hunter: PvE DPS in WotLK Garby Theorycrafting Think Tank 0 04/30/09 5:36 PM
[Hunter] Haste effects and Hunter DPS Gellidus Class Mechanics 3 05/22/07 5:25 PM
need hunter with dps kivaan The Dung Heap 3 05/01/07 9:33 AM
Hunter DPS Calculator windex Class Mechanics 6 03/25/07 3:30 PM
Hunter dps Rukka Public Discussion 22 08/15/06 11:05 PM