Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Warlocks

Reply
 
LinkBack Thread Tools
Old 01/05/09, 5:53 AM   #126
amz370
Banned
 
Gnome Death Knight
 
Dark Iron
Originally Posted by Evyle View Post
Maybe I am just missing where it is at... but under the selectable raid buffs

I do not see a selection for

Totem of Wrath Rank 4
Summons a Totem of Wrath with 5 health at the feet of the caster. The totem increases spell power by 280 for all party and raid members, and increases the critical strike chance of all attacks by 3% against all enemies within 40 yards. Lasts 5 min.

Fel Intelligence Rank 5 (we don't have a raiding disc priest... but we have a fel puppy out for the spirit bonus)
20 yd range
Instant
Increases party and raid members Intellect by 48 and Spirit by 64
I Could be wrong but isn't FI overwritten by AI do to the intellect portion?


Originally Posted by inktomi View Post
I'm getting an error when I try to open this in the latest Excel for OS X.

"This workbook contains defined names that conflict with valid cell references."

"To correct this issue, underscores (_) have been added to the defined names that conflict with the cell references. Conflicting names in XLM macro code have not been changed, and must be corrected manually."

Any tips on fixing this? I'll try it in Open Office - but I'm not crossing my fingers if it's got advanced macros in it =\

(edit)
Actually, it looks like this just won't work on OS X at all. It doesn't support Visual Basic macros. I'll have to get another copy of Excel for windows and run it under VMWare Fusion I guess.

You are correct, as a fellow mac user, I use vmware fusion and the latest version of excel (you can find a good version if you umm, know where to look wink wink because I'm sure you have a legit version of excel for mac, and it is just an unfortunate oversight that it doesn't work as well as it should). I can how ever, save my current worksheet and bring it over to the mac side, and use it, It just poops it self when I try and import from armory and such, and occasionally locks up. If you have a decent computer it's not a big strain, just a hassle.

Offline
Reply With Quote
Old 01/05/09, 5:57 AM   #127
ThyFlame
Glass Joe
 
Undead Warlock
 
Vek'nilash
Originally Posted by amz370 View Post
I Could be wrong but isn't FI overwritten by AI do to the intellect portion?
From what I recall, it only overwrites the intellect portion but you still receive the spirit portion unless you have a higher spirit buff present. Even so, I believe the buff itself stays up because it's not a direct copy of another ability.

Offline
Reply With Quote
Old 01/05/09, 5:58 AM   #128
amz370
Banned
 
Gnome Death Knight
 
Dark Iron
Originally Posted by ThyFlame View Post
From what I recall, it only overwrites the intellect portion but you still receive the spirit portion unless you have a higher spirit buff present. Even so, I believe the buff itself stays up because it's not a direct copy of another ability.
Aah ok, I haven't run with a Mage and a felpup in a raid in a long time, nor do I pay strict attention to most of my buffs do to the lack of difficulty in content these days.

Offline
Reply With Quote
Old 01/05/09, 5:34 PM   #129
Evyle
Von Kaiser
 
Human Warlock
 
Proudmoore
Originally Posted by Rozzenwyn View Post
Better hope something else drops quick. This is expected to change next patch to no longer be useful to locks at all.


Evyle - Totem of Wrath is listed as one of the buffs on the gears_buffs tab that you can select. There are no ranks, it assumes the highest. I'm not sure if Fel Intelligence is listed there or not. I haven't noticed it so its possible its not but I haven't looked for it directly either.
Thanks - it was hidden by clicking on flametounge totem (had a drop down to select totem of wrath).

For the felhunter we do get the spirit bonus even with the better arcane Int out there from a mage (just no benifit from the int portion of the puppy's buff).

Maybe one day we will have a disc priest so I can use my imp instead... till then puppy power

Offline
Reply With Quote
Old 01/05/09, 6:03 PM   #130
Kushana
Polymath
 
Kushana's Avatar
 
Night Elf Hunter
 
Dark Iron
Originally Posted by Aedius View Post
Also, Mainhands and Offhands are not sorting by dps.
The problem lies in the sorting algorithm: it mirrors all of the other sorting techniques, but for weapons it's necessary to sort columns A and X, which are normally ignored. Here's how you can fix it in your own spreadsheet.

Short version: create a new named range that includes columns A and X, and reference it in the VB sort function. Modifying the old named range does not work.

Long version (Excel 2002):
1. Select menu item Insert//Name//Define...
2. Select items_mh
3. Give it a new name, like items_mhsort
4. Change the range to =Items!$A$633:$Y$681
5. Click the Add button
6. Click OK
7. Right click the Sort Items button, select Assign Macro...
8. Select Sort_gems_dps
9. Click Edit (The visual basic editor will open)
10. In the Sort_items function, change "items_mh" to "items_mhsort" in this line:

Sheets("Items").Range("items_mh").Sort Key1:=Sheets("Items").Columns(SortCol), Order1:=xlDescending, Header:=xlNo, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal

Last edited by Kushana : 01/06/09 at 10:52 AM.

Canada Offline
Reply With Quote
Old 01/05/09, 11:28 PM   #131
Lokaris
Glass Joe
 
Human Warlock
 
Khaz'goroth
For some reason I can not get the spreadsheet to retrieve any information from the Armory at all.

I am using Excel 2003 SP2 and have tried with all the Wotlk versions of the spreadsheet.

Currently I download the spreadsheet from www.leullier.com, open it and enable the macro's, update the information on the Armory tab and when I click "Import gear from armory" on the Gear_Buffs tab I get the following Visual Basic error;

Run-time error '-2147012889 (80072ee7)'

The server name or address could not be resolved.

I can access the armory normally with no problem, and I get the error even if I select a random level 80 warlock from any server.

Obviously I am doing something incorrectly since no one else appears to be having this issue. If anyone knows what it is, any help would be greatly appreciated.

Offline
Reply With Quote
Old 01/06/09, 3:35 AM   #132
Whitetooth
Piston Honda
 
Whitetooth's Avatar
 
Orc Warlock
 
Ner'zhul
Originally Posted by Kushana View Post
The problem lies in the sorting algorithm: it mirrors all of the other sorting techniques, but for weapons it's necessary to sort columns A and X, which are normally ignored. Here's how you can fix it in your own spreadsheet.

Short version: create a new named range that includes columns A and X, and reference it in the VB sort function. Modifying the old named range does not work.

Long version (Excel 2002):
1. Select menu item Insert//Name//Define...
2. Select items_mh
3. Give it a new name, like items_mhsort
4. Change the range to =Items!$A$633:$Y$681
5. Click the Add button
6. Click OK
7. Right click the Sort Items button, select Assign Macro...
8. Select Sort_gems_dps
9. Click Edit (The visual basic editor will open)
10. In the Sort_items function, change "items_mh" to "items_mhsort" in this line:

Sheets("Items").Range("items_mh").Sort Key1:=Sheets("Items").Columns(SortCol), Order1:=xlDescending, Header:=xlNo, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
Yep, this is the correct way to fix it, its what I did in warlock_dps_v303h_whitetooth_r16.xls posted in page 4 of this thread.

Last edited by Whitetooth : 01/06/09 at 3:11 PM.

Hotdogee@Ner'zhul US <Bahamut>
Author of RatingBuster

Offline
Reply With Quote
Old 01/06/09, 2:30 PM   #133
NinjaSquirrel
Von Kaiser
 
Gnome Warlock
 
Kel'Thuzad
Whitetooth, your version of the spreadsheet has the following formula for the 2 piece T7 set.

'=COUNTIF(Gear_Buffs!Q7:Q71,"T7")>=4'

Offline
Reply With Quote
Old 01/06/09, 3:13 PM   #134
duffry
Von Kaiser
 
Human Warlock
 
Eonar (EU)
Would it be possible to sort the MH/OH DPS factoring in an OH?

I'm thinking this may need to be another button to keep things clean and would probably have to be driven from the currently 'equipped' item on the Gear_Buffs page but would certainly put things in context more I feel.

I'll try and get time to have a look at this myself but as I'm kinda swamped atm I thought I'd throw the idea/request out there in case anyone else wanted to do it.

Offline
Reply With Quote
Old 01/07/09, 10:48 AM   #135
Kushana
Polymath
 
Kushana's Avatar
 
Night Elf Hunter
 
Dark Iron
Originally Posted by duffry View Post
Would it be possible to sort the MH/OH DPS factoring in an OH?

I'm thinking this may need to be another button to keep things clean and would probably have to be driven from the currently 'equipped' item on the Gear_Buffs page but would certainly put things in context more I feel.
I'm not quite sure what you're asking for, because I think the spreadsheet already does that.

When you fix the weapon sorting using the technique above (or by using version j from the post below), the weapons get sorted according to dps: the MH weapons using the OH you've specified on the Gear_Buffs sheet, and the 2H weapons as if you have no OH weapon.

Last edited by Kushana : 01/08/09 at 12:58 PM.

Canada Offline
Reply With Quote
Old 01/07/09, 11:42 AM   #136
Bakka
Von Kaiser
 
Orc Warlock
 
Kalecgos
New version J up at WoW Warlock DPS Spreadsheet

Offline
Reply With Quote
Old 01/07/09, 7:33 PM   #137
Truly
Glass Joe
 
Truly's Avatar
 
Gnome Warlock
 
Arathor (EU)
It seems some of the Normal Damage Calculations aren't correct, is says my Corruption would do a smacking 115365 dmg
and 896322 DPSC.

Several others might be off as well if I compare the values to this post.

(using 303j)



P.S. Thanks for making and updating this

Offline
Reply With Quote
Old 01/08/09, 5:17 AM   #138
jettay
Glass Joe
 
Human Warlock
 
Kael'thas (EU)
Hello,

It seems that the Cast Ratio Of "NF/GoC Proc" don't use the GoC param.

Shouldn't it be
=IF(AND(B32;OR(nf;glyph_corr);use_corr);E32/D32;0)
instead of
=IF(AND(B32;nf;use_corr);E32/D32;0)
Thank you for all this Works !

Last edited by jettay : 01/08/09 at 5:22 AM. Reason: Change French Excel Fomula to english

Offline
Reply With Quote
Old 01/08/09, 10:48 AM   #139
Opposite
Glass Joe
 
Opposite's Avatar
 
Gnome Warlock
 
The Venture Co (EU)
Hello.

I know it's usually a bad idea to start on a forum like this but seeing that I couldn't find any help any place else, I will vent my problem here as it seems that this thread is the official discussion of Leulier's Spreadsheet and my question is linked to it.

The thing is that I can't make the spreasheet to download any sort of information regarding my character. I have entered the required information under Armory Info tab but nothing happens when I press the "Load Gear from Armory" and the "Load Talents from Armory" buttons. I have manually entered the talent points of my current spec but the situation turns tricky in terms of gear. Any idea what the problem is?

I use Open Office 3.0.0

Thanks in advance.

Offline
Reply With Quote
Old 01/08/09, 11:05 AM   #140
Thondil
Glass Joe
 
Gnome Warlock
 
Frostwolf (EU)
OpenOffice is not supported by the maintainer of the spreadsheet and it doesn't work with it at all. At least I never got it working or saw anyone posting here who did. According to other Posts it doesn't work with some Excel Versions for Macintosh.
The only way to get it to work without editing it a lot is using MS Excel for Windows it seems.

Offline
Reply With Quote
Old 01/08/09, 11:21 AM   #141
Opposite
Glass Joe
 
Opposite's Avatar
 
Gnome Warlock
 
The Venture Co (EU)
As I suspected. :/ Thank you for your swift answer.

Offline
Reply With Quote
Old 01/08/09, 11:25 AM   #142
Bakka
Von Kaiser
 
Orc Warlock
 
Kalecgos
Originally Posted by Truly View Post
It seems some of the Normal Damage Calculations aren't correct, is says my Corruption would do a smacking 115365 dmg
and 896322 DPSC.

Several others might be off as well if I compare the values to this post.

(using 303j)

P.S. Thanks for making and updating this
That is correct. The damage is the damage that occurs on average per single cast. You likely have everlasting affliction, are using haunt, and have the everlasting affliction time set to the default of 200 seconds.

Originally Posted by jettay View Post
Hello,

It seems that the Cast Ratio Of "NF/GoC Proc" don't use the GoC param.

Shouldn't it be
=IF(AND(B32;OR(nf;glyph_corr);use_corr);E32/D32;0)
instead of
=IF(AND(B32;nf;use_corr);E32/D32;0)
Thank you for all this Works !
Nice find, thanks.

Offline
Reply With Quote
Old 01/08/09, 12:49 PM   #143
NinjaSquirrel
Von Kaiser
 
Gnome Warlock
 
Kel'Thuzad
The T7 set bonus is not in the spread sheet. Will this affect the outcome when choosing the optimal gear?

Offline
Reply With Quote
Old 01/08/09, 1:40 PM   #144
Kushana
Polymath
 
Kushana's Avatar
 
Night Elf Hunter
 
Dark Iron
Originally Posted by jettay View Post
=IF(AND(B32;OR(nf;glyph_corr);use_corr);E32/D32;0)
instead of
=IF(AND(B32;nf;use_corr);E32/D32;0)
If anyone is patching their own spreadsheet, be aware that some versions of Excel prefer (demand!) commas between the logicals, not semicolons.

=IF(AND(B32,OR(nf,glyph_corr),use_corr),E32/D32,0)

Canada Offline
Reply With Quote
Old 01/09/09, 8:22 AM   #145
Opposite
Glass Joe
 
Opposite's Avatar
 
Gnome Warlock
 
The Venture Co (EU)
I have noticed that the item Pendulum of Telluric Currents does not have the second equip effect registered. The effect Pendulum of Telluric Currents has a 15% proc rate.

Hope it helps and keep up the good work.

Offline
Reply With Quote
Old 01/09/09, 2:07 PM   #146
duffry
Von Kaiser
 
Human Warlock
 
Eonar (EU)
Originally Posted by Selrach View Post
In version 3.0.3i, the items_wand region is missing the 5 first wands while the items_wand_list have them
Still present in 3.0.3j

[edit]
For those that want to correct their version:
Insert -> Name -> Define:
Select "items_wand"
Change the "Refers to:" value to:
=Items!$B$560:$W$596

Last edited by duffry : 01/09/09 at 2:13 PM.

Offline
Reply With Quote
Old 01/09/09, 3:10 PM   #147
Natasmai
Von Kaiser
 
Troll Druid
 
Sen'jin
I did a quick glance through the recent pages of this thread and I havent seen anything addressing this, sorry if I missed something somewhere.

I set up the (version j) spreadsheet using a 0/41/30 talent build with Felguard as the pet choice. The sheet says that the FG will only put out about 500dps and that the imp is significantly better. I believe this is caused by the fact that there is no place to input melee oriented raid buffs. I know I have seen my FG do atleast 1000, even pushing 1200 on certain fights in a 25man raid. Is there some way for me to add in the melee totems and all the other buffs he receives so I can see a realistic output or is this just not implemented yet?

Another issue I had, I modeled a shadow mastery/shadow and flame build 31/0/40. I chose both hit talents and it did not credit me with the 3%, so when I looked at my weight stats, it still listed hit rating at 0.99, even though I was fully capped with 289 + 3% talents +3% S.priest selected. I next tried to just edit the equation on the "DPS" page by adding a +3 at the end and it blew up everything. I got all kinds of crazy results out of it and all the weight stats went into the negative 1000's. I switched it back to normal by removing the +3 and all was fine. I then went to the "gear_buffs" page and added +(26.23*3) to the hit calc on the top of the table and all worked fine. Again, is this something I dont have set right, or an error?

I am new to using the sheet so I don't doubt there must be things I have missed. I tried using the sheet back at 70 and found it far too cumbersome and complicated to spend my time on. This newest version "j" seems WAY easier to use so either you did some great improvements with the sheet to make it more user friendly, or I got smarter recently, either way I am loving it now so THANKS!

Offline
Reply With Quote
Old 01/09/09, 3:39 PM   #148
Bakka
Von Kaiser
 
Orc Warlock
 
Kalecgos
Originally Posted by Natasmai View Post
I did a quick glance through the recent pages of this thread and I havent seen anything addressing this, sorry if I missed something somewhere.

I set up the (version j) spreadsheet using a 0/41/30 talent build with Felguard as the pet choice. The sheet says that the FG will only put out about 500dps and that the imp is significantly better. I believe this is caused by the fact that there is no place to input melee oriented raid buffs. I know I have seen my FG do atleast 1000, even pushing 1200 on certain fights in a 25man raid. Is there some way for me to add in the melee totems and all the other buffs he receives so I can see a realistic output or is this just not implemented yet?

Another issue I had, I modeled a shadow mastery/shadow and flame build 31/0/40. I chose both hit talents and it did not credit me with the 3%, so when I looked at my weight stats, it still listed hit rating at 0.99, even though I was fully capped with 289 + 3% talents +3% S.priest selected. I next tried to just edit the equation on the "DPS" page by adding a +3 at the end and it blew up everything. I got all kinds of crazy results out of it and all the weight stats went into the negative 1000's. I switched it back to normal by removing the +3 and all was fine. I then went to the "gear_buffs" page and added +(26.23*3) to the hit calc on the top of the table and all worked fine. Again, is this something I dont have set right, or an error?

I am new to using the sheet so I don't doubt there must be things I have missed. I tried using the sheet back at 70 and found it far too cumbersome and complicated to spend my time on. This newest version "j" seems WAY easier to use so either you did some great improvements with the sheet to make it more user friendly, or I got smarter recently, either way I am loving it now so THANKS!
In regards to the FG, I have said this many times. I do not play a demo spec for raiding nor will I ever. As such, my desire to work on FG dps is next to nil and will not happen without input from the community. And by input I don't mean people telling me to do it. If you guys want it accurate, you guys are going to need to do the work. Tell me where the equations are wrong, etc. and I'll be happy to fix them. But I won't ever spend my time respeccing to demo simply so I can figure out FG dps accurately.

In regards to hit rating, the next version should address some of this problem. I personally wouldn't go trying to change the equations in the spreadsheet. How hit/miss is handled is not something that can be solved simply by changing 17s to 14s and you're likely to make the DPS page give less accurate values simply to try and get TNS and items correct.

Offline
Reply With Quote
Old 01/09/09, 6:22 PM   #149
Natasmai
Von Kaiser
 
Troll Druid
 
Sen'jin
Well, as I said, I am new to this sheet in general and I didnt see anything in the last 2 or 3 pages regarding anything about Demo, so thats why I asked. I was unaware of you distaste for Demo or I wouldnt have had to ask. As far as Demo goes, I am an officer in my guild and prior to WotLK release, I flat out automatically refused any warlock who even tried to apply to me as Demo spec. I even went so far as to attempt to have one removed from guild if they would show up to a raid as a PVP SL/SL or Felguard spec. My distaste for the entire tree (beyond DS atleast) was easily as strong as yours. However, no matter what I read on here or anywhere else, since WotLK, I have found Demo to be at the very least equivalent if not better than any other spec you can dream up. I tested quite a few specs over the last few weeks in 25 man raids and while I was able to squeeze a small amount more DPS from Affliction, no Destro build with more than 40 points can come close to Demo. I strongly urge you to consider checking it out, if for no other reason than to have a higher, more complete understanding of your class. It is far more simplistic than Affliction, but not so simple that it falls into the pre-TBC pathetic one button spam. For the small loss in DPS on some bosses compared to affliction, I will gladly trade it up for the less stressful Demo builds 0/41/30 and 0/31/40. Plus it affords me the opportunity to keep an eye on the raid and make sure people arent being retarded.

Either way, it is good to know Spell hit concerns are being addressed and that the Felguard problem wasnt my mistake and simply just omitted from the sheet. Thanks for the quick response and all the effort on the sheet!

Offline
Reply With Quote
Old 01/09/09, 8:28 PM   #150
Ikshaar
Glass Joe
 
Gnome Warlock
 
Stormrage
gnome racial - expansive mind

I tried to find out why the discrepancies between my toon and spreadsheet intellect and as far as I can tell from playing on my character and the armory, the racial bonus for the gnome (expansive mind +5% INT) only scales the intellect part from gear and not the base intellect you have. I don't know if it's a Blizzard bug but it seems to be that way currently.

The spreadsheet currently does:
bonus = 0.05 * (base + gear)

when it should be :
bonus = base + 0.05 * gear

If anyone can confirm... i am new to this.

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Warlocks

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
(another) DPS Spreadsheet Bolche Warlocks 852 11/10/08 1:23 PM
DPS Spreadsheet Dontmindme Rogues 1453 11/01/08 2:24 AM
Simply unbeatable rock (Druid/Warlock) to my scissors(Priest/Warlock) in 2v2? tristantio Player vs. Player 34 11/06/07 5:22 PM
[Warlock] Shaman vs 24/37 Warlock - 1v1 strats/help Cronjob The Dung Heap 2 09/24/07 2:05 PM