 |
| 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.
|
03/05/09, 4:58 AM
|
#276
|
|
Glass Joe
Human Warlock
Eldre'Thalas (EU)
|
I'm a long time reader and I rarely post on this forum but what i'm reading here really shockec me.
I just want to give you all my support Bakka and thank you so much for all your hard work !
Keep the faith !
Last edited by Mirtyl : 03/05/09 at 10:36 AM.
|
|
|
|
|
|
03/05/09, 9:12 AM
|
#277
|
|
Von Kaiser
|
I'd just like to say ignore the ungreatful retards. He may not be greatful for your work, but there's 100 (if not more) other people out there who are. Don't let douchebags like that get you down. 
|
|
|
|
|
|
03/05/09, 10:31 AM
|
#278
|
|
Glass Joe
Blood Elf Paladin
Gnomeregan
|
I gave this thread a quick go-over and didn't notice anyone posting a fix for the TNS (the_next_stat) function, so I thought I'd throw this out there.
Worksheet DPS, Cell N2 should read:
"=Gear_Buffs!G4+Gear_Buffs!H4"
Worksheet DPS, Cell N3 should read:
"=Gear_Buffs!G4+Gear_Buffs!I4"
Worksheet DPS, Cell N4 should read:
"=1.701+N7/(500/3)+Gear_Buffs!$K$4/DPS!$L$3+d_tactics*2+backlash+scorch+ToW"
I believe the other cells are correct. Essentially the problem with the tns calculations is that it was comparing your base stats on the DPS worksheet to your buffed stats on hidden tns worksheets, making any stat increase appear to be incredibly valuable. If you make those changes and the tns #s still look strange, try this:
Use alt+F11 to bring up the visual basic editor.
Find the box in the top left corner with a list of worksheets.
Scroll down to Feuil5 (TNS-sdmg).
In the box below, click the "Categorized" tab, and change the "Visible" option at the bottom to 1 - xlSheetVisible.
Now compare the stats shown in the TNS-sdmg worksheet with those in the DPS worksheet, and try to find a discrepancy. Note that the TNS-sdmg worksheet is going to show your actual sdmg+1, since it is calculating the dps increase for 1 additional spell power. This is not the discrepancy. What I noticed is that my crit on the DPS spreadsheet was showing 26.50%, but on TNS-sdmg it was 39.80. The difference was calculations for ToW, Boomkin aura, Scorch, etc.
Last edited by mellowmarshall : 03/05/09 at 11:15 AM.
|
|
|
|
|
|
03/05/09, 11:57 AM
|
#279
|
|
Glass Joe
Undead Warlock
Destromath
|

Originally Posted by mellowmarshall
I gave this thread a quick go-over and didn't notice anyone posting a fix for the TNS (the_next_stat) function, so I thought I'd throw this out there.
Worksheet DPS, Cell N2 should read:
"=Gear_Buffs!G4+Gear_Buffs!H4"
Worksheet DPS, Cell N3 should read:
"=Gear_Buffs!G4+Gear_Buffs!I4"
Worksheet DPS, Cell N4 should read:
"=1.701+N7/(500/3)+Gear_Buffs!$K$4/DPS!$L$3+d_tactics*2+backlash+scorch+ToW"
I believe the other cells are correct. Essentially the problem with the tns calculations is that it was comparing your base stats on the DPS worksheet to your buffed stats on hidden tns worksheets, making any stat increase appear to be incredibly valuable. If you make those changes and the tns #s still look strange, try this:
Use alt+F11 to bring up the visual basic editor.
Find the box in the top left corner with a list of worksheets.
Scroll down to Feuil5 (TNS-sdmg).
In the box below, click the "Categorized" tab, and change the "Visible" option at the bottom to 1 - xlSheetVisible.
Now compare the stats shown in the TNS-sdmg worksheet with those in the DPS worksheet, and try to find a discrepancy. Note that the TNS-sdmg worksheet is going to show your actual sdmg+1, since it is calculating the dps increase for 1 additional spell power. This is not the discrepancy. What I noticed is that my crit on the DPS spreadsheet was showing 26.50%, but on TNS-sdmg it was 39.80. The difference was calculations for ToW, Boomkin aura, Scorch, etc.
|
Not to discredit your work but I believe you may have an old version of the sheet since in version 3.0b, the Additional Shadow and Additional Fire damage values in the DPS sheet are correct the way they are without modification. The TNS numbers it was showing, on my sheet at least, were completely fine.
Also, cell N4 in the DPS sheet already has that value you suggested but in separate lines. If you missed this, I see how you might have misread the "Add Shad" and "Add Fire" values. I would not recommend anyone from changing the values to those cells to those suggested by mellowmarshall, right now.
|
|
|
|
|
|
03/05/09, 12:28 PM
|
#280
|
|
Glass Joe
Blood Elf Paladin
Gnomeregan
|
Originally Posted by sandwiches
Not to discredit your work but I believe you may have an old version of the sheet since in version 3.0b, the Additional Shadow and Additional Fire damage values in the DPS sheet are correct the way they are without modification. The TNS numbers it was showing, on my sheet at least, were completely fine.
Also, cell N4 in the DPS sheet already has that value you suggested but in separate lines. If you missed this, I see how you might have misread the "Add Shad" and "Add Fire" values. I would not recommend anyone from changing the values to those cells to those suggested by mellowmarshall, right now.
|
I just grabbed the most recent version from the website a few hours ago, it is vers 3.08b. Anyways, it was all jacked up when I opened it, and after a bit of reading on leulier.com it looks like bakka was aware of the issue but hadn't fixed it yet.
Also, my N4 cell referred to some random cell instead of N7, resulting in my int for calculations to be 0.
|
|
|
|
|
|
03/05/09, 1:41 PM
|
#281
|
|
Glass Joe
Undead Warlock
Destromath
|
Originally Posted by mellowmarshall
I just grabbed the most recent version from the website a few hours ago, it is vers 3.08b. Anyways, it was all jacked up when I opened it, and after a bit of reading on leulier.com it looks like bakka was aware of the issue but hadn't fixed it yet.
Also, my N4 cell referred to some random cell instead of N7, resulting in my int for calculations to be 0.
|
The only way I can see all those problems happening is if you're using a program other than Excel 2007, which is the only "officially" supported spreadsheet program.
Last edited by sandwiches : 03/08/09 at 5:35 PM.
|
|
|
|
|
|
03/08/09, 4:32 PM
|
#282
|
|
Glass Joe
Gnome Warlock
Mar�carge de Zangar (EU)
|
Hi Guys,
I don't know how you get this sheet but me I take it from WoW Warlock DPS Spreadsheet.
So I put a post here to thanks Bakka a lot for his sheet.
As he wrote on the last topic, it's shame that someone instulting him for this awesone and free sheet. As comments are disable on his topic, I use this post to totaly disagree with this idiot that insulting him.
I hope the break before 3.1 will make Bakka appier with his sheet and let him share his wonderfull job. If not, I will understand try to refect change on the 3.0.8 version.
Another thanks for your job Bakka^^
|
|
|
|
|
|
03/09/09, 9:11 AM
|
#283
|
|
Von Kaiser
|
It's too bad there are a lot of ungrateful idiots in the world.
It's too bad we aren't better at ignoring them. Some douche is out there feeling good about himself because he got to tear down something meaningful.
Since the spreadsheet probably won't by some miracle get updated for 3.1, thanks to bakka for maintaining it this far, It's been a wonderful tool for me for, man, more than a year now.
|
|
|
|
|
|
03/09/09, 12:18 PM
|
#284
|
|
Glass Joe
Orc Death Knight
Spirestone
|
i do hope he continues his work on the spreadsheet, its a great help to all warlocks out there.
|
|
|
|
|
|
03/09/09, 9:24 PM
|
#285
|
|
Von Kaiser
Undead Warlock
Dragonmaw (EU)
|
Giving my support and a huge thanks to Bakka for the spreadsheet! Dont mind those bastards 
|
|
|
|
|
|
03/12/09, 9:00 PM
|
#286
|
|
Glass Joe
|
Spreadsheet won't save correctly
I've searched this forum and haven't found anywhere where this issue is addressed- forgive me if I missed it somwhere.
I'm using Excel 2007 and when I try to save a completed spreadsheet, either in the default or macro-enabled format, and then re-open it I have the #NAME? errors. When I do try to save it I get the following message:
"The name, mp5, either concflicts with a valid range referenace or is invalid for Excel. The name has been replaced with _mp5.
You may still need to manually update any references to this name used in VBA code or as text arguments in functions. You must close and re-open the workbook before these changes take effect."
Am I missing some noob thing somewhere?
Thanks
|
|
|
|
|
|
03/12/09, 10:10 PM
|
#287
|
|
Glass Joe
|
Anyone else have trouble with v308b? I just downloaded it and the DPS number in the Gear Buffs tabs gives me a #### error. also the +spell dmg gives me a #NAME error. I have v303iand it works alright.
Am I doing something wrong here?
p.s. thanks for all the hardwork on the spreadsheet, it is a massive help and I appreciate the energy you've put into it.
|
|
|
|
|
|
03/13/09, 9:36 AM
|
#288
|
|
Von Kaiser
|
I'm not sure if this will help, but I get #NAME errors when I have the glyph of corruption and NF/GoC Proc set to 1 on the dps sheet. If I set it to 0 and then back to 1, this error gets resolved.
|
|
|
|
|
|
03/13/09, 2:33 PM
|
#289
|
|
Glass Joe
|
Hmm tried messing around with that, no dice. Thanks though.
I just realized I'm using an older copy of Excel, 2002 to be exact, I wonder if that could be an issue?
|
|
|
|
|
|
03/13/09, 2:46 PM
|
#290
|
|
Von Kaiser
|
Originally Posted by elessar44
Hmm tried messing around with that, no dice. Thanks though.
I just realized I'm using an older copy of Excel, 2002 to be exact, I wonder if that could be an issue?
|
Yeah, if you didn't follow the instructions for adding the IfError function (introduced in Excel 2007) through the visual basic editor (use the forum's search feature), then you'll get these and other errors.
Also, one thing that I found handy in Excel 2003 was the "Trace Error" function. I'm not sure if this exists in 2002. Click Tools > Formula Auditing > Trace Error and that is what eventually allowed me to find all the problems I needed to resolve to get the spreadsheet to work. I highly recommend reading the thread and the numerous fixes for errors posted here, likely your problem has already been addressed.
|
|
|
|
|
|
03/15/09, 2:14 AM
|
#291
|
|
Glass Joe
Gnome Warlock
Die Aldor (EU)
|
If you are using the spreadsheet on the Mac, you are fragged even with the newest Excel application.
That said, Bakka, I've been using your spreadsheet since I started playing my main character, and the sheet has always been an enormous help. I wouldn't be where I am now as a wow gamer knowledgewise, if it wasn't for your spreadsheet.
It brought me closer to understanding, 'what is going on in the background'.
I sincerely hope you change your mind about not updating the spreadsheet for the public community of warlock players anymore.
There is always a dumb f**k amongst a big (and growing) crowd. Don't let him put you down.
I think, I speak for the whole community, when I say, that everyone appreciated you work and you are leaving a big hole, when you really decide to quit sharing.
Keep it up!
Cheers,
dualaud
|
|
|
|
|
|
03/16/09, 8:37 AM
|
#292
|
|
Von Kaiser
|
Originally Posted by Shayo
Yeah, if you didn't follow the instructions for adding the IfError function (introduced in Excel 2007) through the visual basic editor (use the forum's search feature), then you'll get these and other errors.
Also, one thing that I found handy in Excel 2003 was the "Trace Error" function. I'm not sure if this exists in 2002. Click Tools > Formula Auditing > Trace Error and that is what eventually allowed me to find all the problems I needed to resolve to get the spreadsheet to work. I highly recommend reading the thread and the numerous fixes for errors posted here, likely your problem has already been addressed.
|
For the record, I pasted in the little vBasic function posted earlier, and it didn't solve the problem in excel 2002. Possible I did ir wrong, but the instructions seemed simple enough.
|
|
|
|
|
|
03/16/09, 12:19 PM
|
#293
|
|
Von Kaiser
|
did you paste the new macro and then replace all instances of one "IFerror" to the correct "IFerror" including unhiding all the hidden tabs? It takes some considerable work to get the sheet to work with Excel 2003 (I assume the same for 2002) but once you do it, you can save it and it should work permanently until a new version (HOPEFULLY!) gets released.
Another thing to consider, if you changed everything and it still doesnt work, change the nightfall proc/corr glyph on the DPS tab to 0 and back to 1. This is usually the final thing that is broken.
|
|
|
|
|
|
03/17/09, 7:35 AM
|
#294
|
|
Von Kaiser
|
I probably did it wrong, then. I unhid the hidden tabs (at least, I think I did) and did a find+replace. It found a bunch of instances of the old IFerror, but apparently not all of them.
that, or excel 2002 is doing something different that is causing trouble.
|
|
|
|
|
|
03/17/09, 1:15 PM
|
#295
|
|
Glass Joe
|
Please don't let that moronic Troll screw up a great contribution to the warlock community Bakka! We very much appreciate your hard work.
|
|
|
|
|
|
03/17/09, 2:21 PM
|
#296
|
|
King Hippo
|
Originally Posted by Kana
I probably did it wrong, then. I unhid the hidden tabs (at least, I think I did) and did a find+replace. It found a bunch of instances of the old IFerror, but apparently not all of them.
that, or excel 2002 is doing something different that is causing trouble.
|
You will need to find/replace on every tab, which means you need to be sure under search options that you choose "within workbook" rather than just within the sheet.
|
|
|
|
|
|
03/19/09, 3:44 PM
|
#297
|
|
Von Kaiser
|
I'm back. I, as of 5 minutes ago, own a new site which I am in the process of setting up, making functional, etc. and more importantly, I'm the full admin of. I want to be able to do with this site what I couldn't do with the other which is allow other people to have 'editor' rights. So I'm taking volunteers for anyone who wants to work on this 'new' spreadsheet and site going forward. The new site can be found at Warlock DPS Spreadsheet . So once you're registered, send me a PM or post on here with what you're interested in doing and I'll set people up with correct permissions. I'm looking for people who want to do anything from develop new features for the spreadsheet to maintaining a how-to/faq for the thing. The site is a wordpress site much like the old one, so now it's just a matter of getting it back to the same state as the old one and then moving forward.
Thanks for the support on this.
|
|
|
|
|
|
03/19/09, 11:42 PM
|
#298
|
|
Von Kaiser
|
Originally Posted by Bakka
I'm back. I, as of 5 minutes ago, own a new site which I am in the process of setting up, making functional, etc. and more importantly, I'm the full admin of. I want to be able to do with this site what I couldn't do with the other which is allow other people to have 'editor' rights. So I'm taking volunteers for anyone who wants to work on this 'new' spreadsheet and site going forward. The new site can be found at Warlock DPS Spreadsheet . So once you're registered, send me a PM or post on here with what you're interested in doing and I'll set people up with correct permissions. I'm looking for people who want to do anything from develop new features for the spreadsheet to maintaining a how-to/faq for the thing. The site is a wordpress site much like the old one, so now it's just a matter of getting it back to the same state as the old one and then moving forward.
Thanks for the support on this.
|
<3 YOU BAKKA
|
|
|
|
|
|
03/20/09, 3:10 PM
|
#299
|
|
Glass Joe
|
Well a friend managed to let me borrow a copy of 2007 and I now have a working copy of 3.08b. Thanks Bakka and everyone else who offered up help.
Helps to know I'm using the most up to date info for my gear selection. The old one was saying sticking with Distorded Limbs was a bigger DPS number than switching to my t7.5 legs for the 2 set bonus. Was weird.
|
|
|
|
|
|
03/22/09, 6:58 AM
|
#300
|
|
Glass Joe
|
it's nice to see that you haven't given up on the community as a whole because of one guy trying to take a shot at you! thanks for the effort.
|
|
|
|
|
|
|