 |
| Welcome to Elitist Jerks |
We're testing some new features on the site regarding OpenID registration and coordination with gamerDNA. If you experience any issues with registering an account, please take the time to fill out a report and send it to this e-mail address. We would appreciate any assistance you could provide in making sure everything is functioning as intended. Thanks!
If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.
|
09/16/09, 6:58 PM
|
#451
|
|
Banned
|
Originally Posted by pelux
For Excel 2007:
1 - Click the Microsoft Office Button, click Excel Options, and then click the Formulas category.
2 - In the Calculation options section, select the Enable iterative calculation check box.
The default values for Maximum iterations and Maximum change should be fine.
Perhaps this can be added to the Beginner's Guide on the Sheet Home Page?
|
Thank you so much. Now I can totally geek out at work.
|
|
|
|
|
|
09/17/09, 2:43 PM
|
#452
|
|
Glass Joe
|
Originally Posted by zeroavix
Anyone know if anyone has put in the t9 2pc/4pc values yet? Atm im just going off the basis that if my dps is within 220~ with my 2pc on of what i had with previous pieces then the 2pc is worth it.
|
From what I can tell, the T9 bonuses are not active yet in the spreadsheet, but I have found similar results of a ~200 dps increase from 4pc-T8.5 to 2pc-T9.0
In addition, with some favorable RNG, you might potentially notice a high burst difference between the two. Think of it as the lock version of Hot-Streak, but for your imp, lol. Mages will be green with envy... or chaos bolts to the face.
|
|
|
|
|
|
09/17/09, 9:07 PM
|
#453
|
|
Glass Joe
|
Originally Posted by pelux
For Excel 2007:
1 - Click the Microsoft Office Button, click Excel Options, and then click the Formulas category.
2 - In the Calculation options section, select the Enable iterative calculation check box.
The default values for Maximum iterations and Maximum change should be fine.
Perhaps this can be added to the Beginner's Guide on the Sheet Home Page?
|
I am still getting #### on a couple items like the Talisman of Volatile Power.... I'm also not entirely sure what the two columns are even for. The DPS column and Hit column.... does anyone care to explain (sorry for being a nub with the spreadsheet). I also find it strange that some items are inconsistent... example: most items are default normal versions, however the Talisman of Volatile power is the heroic version
Also, the trinket: Flare of Heavens does not have the correct value of crit on it.
another question i have is whether the dps values for the trinkets are accurate.... I'm not seeing any values listed for procs... Its very strange to see the scaling of stats listing spell power being worth 2x other stats, yet Talisman of Volatile Power is listed as a HUGE dps increase over Scale of fates.... 125sp < 126crit?
sorry for the big post
|
|
|
|
|
|
09/21/09, 1:14 PM
|
#454
|
|
Von Kaiser
|
Since Duffry seems to be busy at the moment, I have posted a developmental version on the spreadsheet wiki, with support for T9 bonuses and implementation of the patch 3.2 empowered imp changes, along with a few bug fixes.
Warlock DPS Spreadsheet : Developmental_variants
|
|
|
|
|
|
09/21/09, 1:26 PM
|
#455
|
|
Don Flamenco
|
Originally Posted by Marklar
Since Duffry seems to be busy at the moment, I have posted a developmental version on the spreadsheet wiki, with support for T9 bonuses and implementation of the patch 3.2 empowered imp changes, along with a few bug fixes.
Warlock DPS Spreadsheet : Developmental_variants
|
After entering my character name, region, and server, I go to the gear_buffs sheet and click "Load from Armory". I get a pop-up error window reading:
Run-time error '91':
Object variable or With block variable not set
It only partially loads the gear.
|
Stand in the fire? CHAOS BOLT!
|
|
|
|
09/21/09, 1:33 PM
|
#456
|
|
Von Kaiser
|
Originally Posted by Marklar
Since Duffry seems to be busy at the moment, I have posted a developmental version on the spreadsheet wiki, with support for T9 bonuses and implementation of the patch 3.2 empowered imp changes, along with a few bug fixes.
Warlock DPS Spreadsheet : Developmental_variants
|
Thanks for this Marklar.
I doubt anyone follows my site but any who do might have seen that it's been a bit of a weird time for me recently. This is now on the up with time to work on this project opening up again. I've not forgotten the sheet though and have been looking over the things that need doing with a mind to addressing them (or some of them at least) this week. It's been too long without an update especially with so many things left half done. Sorry to all for the hassle.
I'll try and pick out the changes from the version above and include them as appropriate but if you have a changelog that would help.
|
|
|
|
|
|
09/21/09, 7:16 PM
|
#457
|
|
Von Kaiser
|
Originally Posted by Mordekhuul
After entering my character name, region, and server, I go to the gear_buffs sheet and click "Load from Armory". I get a pop-up error window reading:
|
It seems the new lines for the OH gem socket broke the gear loaders. Fixed in new version, download link replaced.
|
|
|
|
|
|
09/22/09, 11:42 AM
|
#458
|
|
Glass Joe
|
Using Marklar's latest developmental version, I loaded my gear from the Armory and tried to save it to one of the custom gear sets, but locked Excel in an endless loop. I tracked the problem down to the VBA code for the Save Item Set button. The Save_item_set subprocedure is missing code that temporarily disable automatic recalculations. These 2 lines of code can be copy/pasted from the Load_item_set subprocedure to the Save_item_set sub. This fixed the problem for me.
Line 148 in Load_item_set inserted as Line 169 in Save_item_set:
Application.Calculation = xlCalculationManual
Line 161 in Load_item_set inserted as Line 169 in Save_item_set:
Application.Calculation = xlCalculationAutomatic
|
|
|
|
|
|
09/22/09, 1:58 PM
|
#459
|
|
Glass Joe
|
Now I am also getting the same Run-time error '91' as Mordekhuul when I click the Load From Armory button in the warlock_dps_v320a.marklar1.xls file.
|
|
|
|
|
|
09/22/09, 2:04 PM
|
#460
|
|
Glass Joe
Blood Elf Warlock
Kilrogg
|
I believe it may be because the armory is down or something. I get the same thing with the warlock_dps_v320a version.
After checking things out a little more. The item-info.xml page on the Armory is not returning any data. This is causing the issue.
Last edited by Zaeolos : 09/22/09 at 2:26 PM.
|
|
|
|
|
|
09/22/09, 5:31 PM
|
#461
|
|
Von Kaiser
|
Originally Posted by Aer
Using Marklar's latest developmental version, I loaded my gear from the Armory and tried to save it to one of the custom gear sets, but locked Excel in an endless loop. I tracked the problem down to the VBA code for the Save Item Set button. The Save_item_set subprocedure is missing code that temporarily disable automatic recalculations.
|
While it never locked up on me, the save macro was extremely slow. Good catch, implemented in new version.
Also according to Ghostcrawler, the T9 4pc bonus is fixed now. It's not confirmed on live yet, but I've put the change in for now. If it turns out to be wrong, I'll take it back out.
New version posted.
|
|
|
|
|
|
10/01/09, 3:50 PM
|
#462
|
|
Glass Joe
Blood Elf Warlock
Frostwolf
|
Originally Posted by Marklar
|
Thanks for the update Mark.
one question i am seeing a bug or some sort of DPS discrepancy when I use the "Talent" Dropdown loader on the "DPS" page.
For example if i leave that page untouched using the default gear and stats you have saved it is 8145.07 DPS for the spec 0/13/58. however it if hit the load button for the exact same spec it drops down to 6744.18.
i am not sure if it is a bug or not but might want to take a look as i tried looking at the hidden pages to see what was a miss but was unable to find anything.
|
|
|
|
|
|
10/01/09, 8:45 PM
|
#463
|
|
Glass Joe
Blood Elf Warlock
Boulderfist (EU)
|
Originally Posted by cynics
one question i am seeing a bug or some sort of DPS discrepancy when I use the "Talent" Dropdown loader on the "DPS" page.
|
This is because the glyphs are reset.
|
|
|
|
|
|
10/01/09, 10:30 PM
|
#464
|
|
Glass Joe
Blood Elf Warlock
Frostwolf
|
Originally Posted by Aaliyäh
This is because the glyphs are reset.
|
Well Played!
thanks i swear i looked at that page and it was fine, but you are 100% correct. THANKS!
|
|
|
|
|
|
10/02/09, 12:02 AM
|
#465
|
|
Glass Joe
Human Warlock
Mal'Ganis (EU)
|
•Enchant Weapon - Black Magic now cause your harmful spells to sometimes increase haste rating by 250.
will it not be better in 63 sp or 81 sp now and dps will go up? on p3.3
Last edited by kenneth20001 : 10/02/09 at 12:13 AM.
|
|
|
|
|
|
10/02/09, 6:54 AM
|
#466
|
|
Von Kaiser
Undead Warlock
Mazrigos (EU)
|
For a destro lock (rough numbers SP=1.56 Haste=1.15):
63 sp on 1-hander - weight 98,28
Haste needed to match that - 98.28/1.15 = 85.46.
Enchant uptime needed to match that - 86.46/250 = ~34%.
Seems a lot if you ask me. In fact, it should be maybe 40% (pure guesstimate) to cover for "wasted" procs (during transitions etc.).
|
|
|
|
|
|
10/07/09, 2:19 PM
|
#468
|
|
Von Kaiser
|
The item list is my main concern for updates at the moment.
|
|
|
|
|
|
10/07/09, 4:02 PM
|
#469
|
|
Glass Joe
|
|
|
|
|
|
|
10/08/09, 2:13 AM
|
#470
|
|
Glass Joe
|
Thanks for doing this guys.
Mark I have a question regarding the spreadsheet. Is the calculation for the talisman of volatile power correct? According to the spreadsheet, the talisman would add approximately 200dps over my scales of fate with my current gear. This is unusually high.
|
|
|
|
|
|
10/08/09, 5:58 PM
|
#471
|
|
Von Kaiser
|
Originally Posted by vl0071
Thanks for doing this guys.
Mark I have a question regarding the spreadsheet. Is the calculation for the talisman of volatile power correct? According to the spreadsheet, the talisman would add approximately 200dps over my scales of fate with my current gear. This is unusually high.
|
The official version of the spreadsheet incorrectly implements the proc for talisman/fetish of volatile power as 100% uptime (ie 512 static haste). The proc from reign of the dead/unliving is also missing.
Both of these trinkets (including normal and heroic versions) are modeled in my latest developmental version.
I have released a new developmental version with a large number of new items from Onyxia and ToC, as well as more bug fixes. You can find it on Duffry's spreadsheet wiki here.
|
|
|
|
|
|
10/09/09, 11:52 AM
|
#472
|
|
Glass Joe
|
I noticed an bug with the spreadsheet. I use the Sunreaver Disciple's Blade. When I select the 10N version (which is what I have) the spreadsheet will automatically switch it to the 25N version.
|
|
|
|
|
|
10/09/09, 12:11 PM
|
#473
|
|
Piston Honda
Human Warlock
Frostmane (EU)
|
Originally Posted by Serok
I noticed an bug with the spreadsheet. I use the Sunreaver Disciple's Blade. When I select the 10N version (which is what I have) the spreadsheet will automatically switch it to the 25N version.
|
there is no such weapon from 25man. There is however another one with the same name from 10H!
|
|
|
|
|
|
10/09/09, 1:50 PM
|
#474
|
|
Glass Joe
Blood Elf Warlock
Maelstrom
|
That's because 10h and 25n have the same iLevel, hence why you see it that way on the spreadsheet.
|
|
|
|
|
|
10/09/09, 1:55 PM
|
#475
|
|
Von Kaiser
|
Originally Posted by Serok
I noticed an bug with the spreadsheet. I use the Sunreaver Disciple's Blade. When I select the 10N version (which is what I have) the spreadsheet will automatically switch it to the 25N version.
|
Fixed. Sunreaver Disciple's Blade should be properly distinguished from Sunreaver Disciple's Blade (heroic). Also fixed a typo in crit calculations. Download has been updated.
|
|
|
|
|
|
|