Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Hunters

Closed Thread
 
LinkBack Thread Tools
Old 12/28/08, 4:19 AM   #1051
Zyther
Glass Joe
 
Orc Hunter
 
Dreadmaul
Small issue here, I can not Import my Gear from the armory or even any other hunters for that matter if there on a US realm. EU toons work fine.

Offline
Old 12/28/08, 6:07 AM   #1052
Zemekes
Glass Joe
 
Night Elf Hunter
 
Hellscream
Originally Posted by rthiago View Post
Just a minor bug, if you set "Assume 100% hit" to Yes on the gear planner and hit CalcAttributes it gives a zero div error.
I fount this issue also. The problem is caused by the macro "DpsPerStat" when it reaches the following commands
Worksheets("Overview").Range("DPSHit").value = (Worksheets("Calculations").Range("TotalHunterDPS").value - HunterDPS) / HitToCap
Worksheets("Pet").Range("PetDPSHit").value = (Worksheets("Pet").Range("PetTotalDPS").value - PetDPS) / HitToCap
TEMPORARY UNSANCTIONED FIX:
Note: This "Fix" was not approved by the creator of the Spreadsheet. Use it at your own risk.
I'm sure there is a better way to fix this issue but the way i did was entered the debuger and changed the lines stated above in the "DpsPerStat" Macro to end with (HitToCap + 1E-20)
Doing this will make the macro never run into the Divide by Zero error. I tested it to also not assume 100% hit and it worked fine. Doing this will change the DPS per stat value on the Overview tab to "0" if you have it set to assume 100% hit.

Originally Posted by snail View Post
Someone can correct me if I'm wrong but the 100% assumes 8% hit on the hunter while pets require 9% hit to be capped.
It should change the gear planner as long as you click the "CalcAttributes" button on the Overview tab.. However, due to the bug stated above, you get a Divide by Zero error if you have the gear planner tab set to assume 100% hit.

Last edited by Zemekes : 12/28/08 at 6:54 AM.

Offline
Old 12/29/08, 6:33 AM   #1053
Garby
Von Kaiser
 
Garby's Avatar
 
Blood Elf Paladin
 
Mug'thol
Originally Posted by danglebombs View Post
Hrm, it may be just me but I find it odd that its trying to tell me that Nerubian Conquerer is better than Envoy of Mortality >_<

I noticed that its because on my spreadsheet it shows 0 stats for Envoy, same for Final Voyage.
Every god damn page. This is the new "LOL OPENOFFICE VERSION?" it seems.

You have to hit the Ranged Weapon button when you add in another zone's worth of loot.

Offline
Old 12/29/08, 6:42 AM   #1054
Hunterlin
Von Kaiser
 
Dwarf Hunter
 
Draenor (EU)
Originally Posted by Garby View Post
Every god damn page. This is the new "LOL OPENOFFICE VERSION?" it seems.

You have to hit the Ranged Weapon button when you add in another zone's worth of loot.
I have same issue(Envoy of Mortality having 0 dps value) with every version of spreadsheet.
I have no good clue what causes this, but those buttons and filters are not cause of problem and recalculation of weapons does not fix this.
I am using Excel 2007 instead of 2003, so might be problem is caused by some incompatibilities between versions.

Offline
Old 12/29/08, 6:44 AM   #1055
Garby
Von Kaiser
 
Garby's Avatar
 
Blood Elf Paladin
 
Mug'thol
Originally Posted by Hunterlin View Post
I have same issue with every version of spreadsheet.
I have no good clue what causes this, but those buttons and filters are not cause of problem and recalculation of weapons does not fix this.
As I am using Excel 2007 instead of 2003, so might be problem is caused by some incompatibilities between versions.
I've never heard of it not being that, but my expertise with spreadsheets is nil beyond how to use it. PM Shandara or wait for a response here, I suppose.

Offline
Old 12/29/08, 7:24 AM   #1056
Sylvand
Piston Honda
 
Draenei Shaman
 
Spirestone
Originally Posted by Hunterlin View Post
I have same issue(Envoy of Mortality having 0 dps value) with every version of spreadsheet.
I have no good clue what causes this, but those buttons and filters are not cause of problem and recalculation of weapons does not fix this.
I am using Excel 2007 instead of 2003, so might be problem is caused by some incompatibilities between versions.
I am using Excel 2007 and ranged weapons show up correctly after waiting for the Ranged Weapons calculation to run. It is showing me Envoy of Mortality at 709 dps right now, with the other weapons descending as you would expect. This is on 81a but I have also got it working on other recent versions (79+?).

Offline
Old 12/29/08, 9:49 AM   #1057
Hunterlin
Von Kaiser
 
Dwarf Hunter
 
Draenor (EU)
Originally Posted by Sylvand View Post
I am using Excel 2007 and ranged weapons show up correctly after waiting for the Ranged Weapons calculation to run. It is showing me Envoy of Mortality at 709 dps right now, with the other weapons descending as you would expect. This is on 81a but I have also got it working on other recent versions (79+?).
Just after reading this got some idea and did test.
Now I found what causes problem with ranged weapons calculations. If you do anything( clicks anywhere ) while calculation is in progress, it does not run up to end and gets interrupted. Even if it looks like calculation is continuing for ~10 seconds after you look in other tab, it still gets interrupted.
After pressing button "Ranged Weapons" take hands off keyboard and mice and let calculation just run until end. This fixes problem.

Offline
Old 12/29/08, 10:27 AM   #1058
Shandara
Great Tiger
 
Shandara's Avatar
 
Night Elf Hunter
 
Azjol-Nerub (EU)
Originally Posted by Hunterlin View Post
Just after reading this got some idea and did test.
Now I found what causes problem with ranged weapons calculations. If you do anything( clicks anywhere ) while calculation is in progress, it does not run up to end and gets interrupted. Even if it looks like calculation is continuing for ~10 seconds after you look in other tab, it still gets interrupted.
After pressing button "Ranged Weapons" take hands off keyboard and mice and let calculation just run until end. This fixes problem.
This is unfortunately a limitation of how it works. Since all the code does is execute a macro (which in essence is a series of keypresses/inputs) it will disrupt if you start clicking during it.

If anyone knows how to stop errant user clicks from messing it up, PM me.


Offline
Old 12/29/08, 10:51 AM   #1059
Hirgux
Von Kaiser
 
Dwarf Hunter
 
Blackhand (EU)
Originally Posted by Hunterlin View Post
Just after reading this got some idea and did test.
Now I found what causes problem with ranged weapons calculations. If you do anything( clicks anywhere ) while calculation is in progress, it does not run up to end and gets interrupted. Even if it looks like calculation is continuing for ~10 seconds after you look in other tab, it still gets interrupted.
After pressing button "Ranged Weapons" take hands off keyboard and mice and let calculation just run until end. This fixes problem.

Anywhere in the spreadsheet, or may I alt-tab out of excel and do something else? Because this calculation takes much time at my pc.

Offline
Old 12/29/08, 11:06 AM   #1060
Shandara
Great Tiger
 
Shandara's Avatar
 
Night Elf Hunter
 
Azjol-Nerub (EU)
Originally Posted by Hirgux View Post
Anywhere in the spreadsheet, or may I alt-tab out of excel and do something else? Because this calculation takes much time at my pc.
You can alt-tab or anything.

It helps to disable any loot instances you're not interested in to keep the amount of ranged weapons tested to a minimum.


Offline
Old 12/29/08, 1:36 PM   #1061
Dralmoo
Don Flamenco
 
Orc Hunter
 
Shadowmoon
deleted

Last edited by Dralmoo : 12/29/08 at 1:41 PM.

Offline
Old 12/29/08, 6:33 PM   #1062
Onouris
Von Kaiser
 
Night Elf Hunter
 
Ravencrest (EU)
I can't figure out whether the 4-piece T7 bonus is adding any DPS. I don't know if it's been asked or explained before, and I've tried looking through the thread but it's getting a bit unwieldy.

I've done a few things and it seems to make no difference whether I'm hitting 4 set T7 or not, but it's proving difficult to test. One thing I did is set it to use the rotation test only, then switch to 4 set T7, check my DPS, then update the test (which with the haste should have proved more DPS). It did, but only 5.

The way I worked out how much DPS the 4 set T6 added on the previous sheet was to break the password then just set the 'number of T6' to 4.

Offline
Old 12/29/08, 8:01 PM   #1063
Rokh
Piston Honda
 
Orc Hunter
 
Emerald Dream
I don't think it's been reported, and I'm sort of surprised, but there appears to be a bug with the latest version and hit rating, in that adding hit rating always increases your DPS. I can add 1000 hit rating by hand and it'll bump my DPS up accordingly. I have it set to use the "assumed 8% option" or whatever, I'm not sure if it's limited to that or not.

Offline
Old 12/30/08, 5:29 AM   #1064
Shandara
Great Tiger
 
Shandara's Avatar
 
Night Elf Hunter
 
Azjol-Nerub (EU)
Originally Posted by Rokh View Post
I don't think it's been reported, and I'm sort of surprised, but there appears to be a bug with the latest version and hit rating, in that adding hit rating always increases your DPS. I can add 1000 hit rating by hand and it'll bump my DPS up accordingly. I have it set to use the "assumed 8% option" or whatever, I'm not sure if it's limited to that or not.
This will be fixed next release (and has been reported yes).


Offline
Old 12/30/08, 12:14 PM   #1065
Sthellesta
Von Kaiser
 
Night Elf Hunter
 
Bloodscalp
For those using OpenOffice, a fix to the Error:508:

Go to the calculations tab, and in cell B19 and change "TrueShotRankSet" to "TSARankSet." The whole line should look like:
=IF($Talents.H20>=1;1+VLOOKUP(IF(AutoSpells;VLOOKUP(Level_Selected;TrueShotRanks;2);TSARankSet);TrueShotTable;2;FALSE());1)
This should alllow those with OpenOffice to be able to at least use the spreadsheet, even if the macros don't work.

Offline
Old 12/30/08, 2:33 PM   #1066
Quixotic
Piston Honda
 
Goblin Hunter
 
Kil'Jaeden
[Avool's Sword of Jin] is misspelled as Avool's Sword of Kin.

Is the modeling for the [Figurine - Emerald Boar] include gems? I can't find a way to switch the gems in it (I wanted to test 2x [Delicate Scarlet Ruby] instead of the default hit gems), and even with the default gems the DPS seems lower than I would have thought.

Offline
Old 12/30/08, 3:14 PM   #1067
zigmund555
Glass Joe
 
Draenei Hunter
 
Thunderlord
Mining changed to +50 sta, which gives a very minor boost with Survivalist and Hunter vs. Wild.

Showing up as +500 hp on my sheet still.

Offline
Old 12/30/08, 3:55 PM   #1068
drpachinko
Glass Joe
 
Night Elf Hunter
 
Crushridge
[Bug] Blood of the Rhino Calculation

For some reason the 4% from blood of the rhino is not factored in for pet health.

The Function reads
=1+IF(PetFamily="Tenacity",Pet!M9*0.02,0)

I think if the Function were changed to
=1+IF(FamilyTree="Tenacity",Pet!M9*0.02,0)
it would then work fine

I think this is similar to the fix that was implimented for the armor calculations?

Thanks for all your hard work

Offline
Old 12/30/08, 4:14 PM   #1069
xursa
Von Kaiser
 
Troll Hunter
 
Zul'Jin
I took a look at the Hunter DPS spreadsheet. I thought for about 20 years now that I was a smart man. Guess not. Im a Civil Engineer and math is all I do everyday for 17 years. I cant figure this thing out to save my pet. Im sure its me, but any of you young people that wrote this magical device needs a job there is money to be made with the brain pan you have. Anyway, I took the "easy" route and went to MAXDPS.com and put my stats in with cat as my pet. It says that I should be at about 2.8k dps right now. I get about 2.2k-2.4k on avg. My rotation is Surpent S-SS (spammed to the max) and AS when CD same with AS when CD, and KS with BW everytime I can. Is the spamming of SS inturupting my Auto Shot cycle? Maybe that the loss of DPS? Remember Im an old guy, be nice.

"First, master the fundamentals"


Offline
Old 12/30/08, 4:44 PM   #1070
drpachinko
Glass Joe
 
Night Elf Hunter
 
Crushridge
Originally Posted by xursa View Post
I took a look at the Hunter DPS spreadsheet. I thought for about 20 years now that I was a smart man. Guess not. Im a Civil Engineer and math is all I do everyday for 17 years. I cant figure this thing out to save my pet. Im sure its me, but any of you young people that wrote this magical device needs a job there is money to be made with the brain pan you have. Anyway, I took the "easy" route and went to MAXDPS.com and put my stats in with cat as my pet. It says that I should be at about 2.8k dps right now. I get about 2.2k-2.4k on avg. My rotation is Surpent S-SS (spammed to the max) and AS when CD same with AS when CD, and KS with BW everytime I can. Is the spamming of SS inturupting my Auto Shot cycle? Maybe that the loss of DPS? Remember Im an old guy, be nice.

"First, master the fundamentals"
Start at the overview tab work your way left then back to the shot rotation tab.

Auto shots are no longer cliped by anything except volley

If you have a more specific question I would be happy to answer it for you. I don't mind to share my useless video game knowledge.

Offline
Old 12/30/08, 11:24 PM   #1071
Sylvand
Piston Honda
 
Draenei Shaman
 
Spirestone
Originally Posted by Onouris View Post
I can't figure out whether the 4-piece T7 bonus is adding any DPS. I don't know if it's been asked or explained before, and I've tried looking through the thread but it's getting a bit unwieldy.

I've done a few things and it seems to make no difference whether I'm hitting 4 set T7 or not, but it's proving difficult to test. One thing I did is set it to use the rotation test only, then switch to 4 set T7, check my DPS, then update the test (which with the haste should have proved more DPS). It did, but only 5.

The way I worked out how much DPS the 4 set T6 added on the previous sheet was to break the password then just set the 'number of T6' to 4.
I would use custom gear to create an item identical to T7 (without the set association) and compare 3 T7 + custom to 4 T7.

Offline
Old 12/31/08, 12:24 AM   #1072
Onouris
Von Kaiser
 
Night Elf Hunter
 
Ravencrest (EU)
Originally Posted by Sylvand View Post
I would use custom gear to create an item identical to T7 (without the set association) and compare 3 T7 + custom to 4 T7.
Good idea. Exactly what I just did, and indeed the 4 set bonus is not being calculated.

Offline
Old 12/31/08, 12:40 PM   #1073
dragoonvengance
Von Kaiser
 
Murloc Shaman
 
Mug'thol
In regards to Aspect of the Beast and the PTR changes currently to hunters.
According to the spreadsheet survival is by far the highest DPS and should be the worst time to use Aspect of the Beast. I played with the spreadsheet with a 0/20/51 surv build and noticed something odd. It seems the spreadsheet is showing aspect of the beast as a 70dps increase over dragonhawk even as survival with a cat. If you use a scorpid it beats it by 120dps.

The numbers I'm seeing with my setup are
Cat No Aspect
Total - 5658
Me - 4333
Pet - 1229

Hawk
Total - +143
Me - +123
Pet - +17

Beast
Total - +215
Me - +0
Pet - +215

I have looked around and it seems beast has not been nurfed yet. Is there anything I'm missing or is beast the best aspect regardless?

Offline
Old 12/31/08, 12:46 PM   #1074
Sthellesta
Von Kaiser
 
Night Elf Hunter
 
Bloodscalp
Originally Posted by dragoonvengance View Post
I have looked around and it seems beast has not been nurfed yet. Is there anything I'm missing or is beast the best aspect regardless?
Aspect of the Beast is currently bugged on live to give 21%(25.44% glyphed) pet AP instead of 10%(12% glyphed). The latest spreadsheet version calculates AotB in its bugged state. From what I've read, AotB will be fixed in the next patch.

Offline
Old 12/31/08, 2:21 PM   #1075
Seoman
Von Kaiser
 
Dwarf Hunter
 
Kirin Tor
I'm sorry to bring this up again, but can someone state clearly how the "Assume 100% Hit" button on the Gear Planner tab currently works?

I think I saw that currently, more hit after the cap still adds DPS, which Shandara is fixing in the next release - do the setting of this button change that as far as the Gear Planner is concerned even before the fix? Will the fix change this setting at all?

At 100% Hit, does the Gear Planner take into account lost Hit from current equipment as compared with gained Hit from the upgrade? Does it simply not consider Hit as at all valuable in its calculations, essentially assuming that the 100% Hit will be maintained by other gear? Or something else entirely?

Offline
Closed Thread

Go Back   Elitist Jerks » Hunters

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Moonkin DPS Spreadsheet Efejel Druids 1925 11/04/08 3:34 PM
Hunter lvl 70 DPS spreadsheet Solaris Public Discussion 12 12/03/06 7:09 AM