Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Class Mechanics » Rogues

Reply
 
LinkBack Thread Tools
Old 06/18/09, 2:09 AM   #1
dinesh
Piston Honda
 
Gnome Rogue
 
Dalaran
Aldriana's Combat and Mutilate Sheet Companion

I, like many others, have come to rely on Aldriana's combat (and now mutilate) sheets to help evaluate gear and plan for upgrades.

I still miss some of the functionality which was built into earlier versions of the many spreadsheets which have appeared on this site. I had helped write some macros that copied all upgrade gear to a new "upgrades" sheet. It also included information on the boss who dropped each piece, and let you filter to only show pieces which meet certain criteria (a given slot, or a give boss' drops which are still upgrades, e.g.).

Anyway, I reworked some of that functionality into a standalone sheet that connects up to the combat sheet. The benefits of the standalone sheet is that I don't have to keep re-applying all my changes every time a new version of the combat sheet comes out.

When you click on the upgrade buttons, it will cycle through the various gear choices, and copy any that are an upgrade onto a filterable sheet.

The latest version of the Companion sheet can be found here: Download Ald Combat and Mutilate Companion_3.3.3.xls

Aldriana's combat and mutilate sheets can be found here: http://elitistjerks.com/f78/t39136-c...updated_3_3_a/

---

Usage notes (as of initial release):

* As this sheet uses VBA, it is only compatible with Excel, not with OpenOffice. It may also be incompatible with some Mac versions of excel.
* This version is compatible with version 1.1 of the original combat sheet.
* Put this companion sheet in the same directory as the combat sheet. If you rename it, you can adjust the name on the options tab.
* You can also set an option for how much of a DPS upgrade an item needs to be in order to get copied over.
* The third sheet is just a look-up table which contains all the source location, plus some additional notes.

Hopefully someone else finds this useful. If anyone has suggestions, feel free to propose them, though I don't make any promises.

Last edited by dinesh : 12/30/09 at 3:25 PM.

Offline
Reply With Quote
Old 06/18/09, 2:32 AM   #2
Feist-Mok
Im***est.
 
Feist-Mok's Avatar
 
Human Rogue
 
Ysera
Originally Posted by dinesh View Post
I
* As this sheet uses VBA, it is only compatible with Excel, not with OpenOffice. Given that the combat sheet also has this restriction, I doubt this will be an issue.
This is untrue, Aldriana's sheet works just fine in Open Office.

Edit: That said, this tool is not only incompatible with Open Office, it is also, as are other sheets dependent on VBA macros, incompatible with recent versions of Microsoft Office for Mac OS X as well. Just a heads up for those that might not be aware.

Last edited by Feist-Mok : 06/18/09 at 2:37 AM.

United States Minor Outlying Islands Offline
Reply With Quote
Old 06/18/09, 2:46 AM   #3
dinesh
Piston Honda
 
Gnome Rogue
 
Dalaran
Hmm, I wonder why I thought otherwise. I'll edit the initial post.

Offline
Reply With Quote
Old 06/29/09, 11:59 PM   #4
dinesh
Piston Honda
 
Gnome Rogue
 
Dalaran
New version 1.1.2: Ald Combat Companion_1.1.2.xls Combat Companion_1.1.2.xls

Features added:

* Added a Pawn string generator
* Added a sort button to upgrades sheet

Offline
Reply With Quote
Old 06/30/09, 3:04 AM   #5
Loot
Piston Honda
 
Human Priest
 
Sporeggar (EU)
Yee, thanks, not that it is that hard to make the pawn string manually, but automated one is awesome, especially calculating sockets

Offline
Reply With Quote
Old 06/30/09, 1:39 PM   #6
dinesh
Piston Honda
 
Gnome Rogue
 
Dalaran
Well, the sockets actually aren't automatically calculated at the moment, I have them in the "manual adjust" section.

I suppose I could automate the color sockets, based on knowing that 32 AP gems are best for most people. I had trouble finding a way to calculate the EP of the 3% damage to crits in Ald's spreadsheet, though, so I ended up just back calculating the EP amount that caused my gemmed pawn calc to equal out. It's a pretty big hack, to be honest.

Offline
Reply With Quote
Old 08/15/09, 2:07 PM   #7
dinesh
Piston Honda
 
Gnome Rogue
 
Dalaran
Version 1.2.0 - compatible with new Combat_1.2.0 sheet: Ald Combat Companion_1.2.0.xls

* Some boss drop data is missing where I couldn't find it on wowhead or mmo-champion
* I haven't yet decided how I want to display heroics level sources. For now, they are listed as being "Hard" mode

Offline
Reply With Quote
Old 08/21/09, 2:22 PM   #8
dinesh
Piston Honda
 
Gnome Rogue
 
Dalaran
Version 1.2.1: Ald Combat Companion_1.2.1.xls

* Corrected a few source errors, changed ToC Heroics to use their own sources, added some previously unknown and missing source and type data
* Added a separate axe type
* Updated Pawn to generate socket values automatically and intelligently
* Added this usage notes and changelog page

Offline
Reply With Quote
Old 08/21/09, 4:20 PM   #9
MachineShedFred
Glass Joe
 
Undead Rogue
 
Proudmoore
It's probably worth mentioning that there is no combination of current software that allows VBA execution on a Mac. The older versions Microsoft Office (v.X, 2004 - both PPC code so intel users will be running in Rosetta emulation, thus slow as hell) had VBA capability, but Microsoft removed it in the current Office:Mac 2008.

OpenOffice has never supported VBA, so that's a no-go there. Ald's sheet works fine in both Excel 2008 and the OpenOffice variants on Mac OS X.

Mostly posting this to try to head off the "omg doesn't work on my mac" responses you are likely to get.

Offline
Reply With Quote
Old 08/21/09, 4:25 PM   #10
dinesh
Piston Honda
 
Gnome Rogue
 
Dalaran
Thanks. I do have that documented both in the first posthere and in the new Usage Notes and Changelog tab, for the record, since Feist-Mok mentioned it above.

I wish there was something I could do about it, but the sheet makes extensive use of VBA, so I don't know that I would ever be able to get around it.

Offline
Reply With Quote
Old 08/25/09, 7:18 PM   #11
sp00n
Bald Bull
 
Night Elf Rogue
 
Wrathbringer (EU)
Take a look at the link in my signature, I somewhat hacked together a working macro for both Excel and OpenOffice.
It's ugly as hell and it was (and is) my first approach in VBA or whatever, but maybe you can extract some useful information or routines out of it.

Stopped Playing

Offline
Reply With Quote
Old 08/26/09, 11:53 AM   #12
dinesh
Piston Honda
 
Gnome Rogue
 
Dalaran
Hey, thanks. As you might have guessed, I used your sheet as a springboard for when I created mine in the first place (vis-a-vis putting it on a separate sheet rather than hacking it into the base release and including Pawn strings). I just seem to have forgotten that you built it to be OO capable as well.

I just took a quick look, and see how you have things broken into to sections. Since this basically means writing the OO version of my sheet from scratch, I guess I'll need to take a crash course in OO scripting. I don't suppose you had any particular resource you preferred online?

Offline
Reply With Quote
Old 09/12/09, 11:42 PM   #13
Driphter
Glass Joe
 
Blood Elf Rogue
 
Deathwing
Hey I added the ability to swap between Horde and Alliance specific gear of the Adriana spreadsheet to your spreadsheet. Thought you might be interested in adding it to your release.

Ald Combat Companion_1.2.1_Replace.xls

Offline
Reply With Quote
Old 09/20/09, 11:23 AM   #14
Driphter
Glass Joe
 
Blood Elf Rogue
 
Deathwing
So, apparently I failed pretty hard. There was a bug in the macro and a typo in the Replace section. This caused there to be 2 T9 helms equipped while only 1 was equipped. This naturally really inflated dps by providing twice the stats(more, actually since it was the heroic version) as well as an automatic T9 2pc for just the helm. Really sorry guys. Here's the corrected version.

Ald Combat Companion_1.2.1_Replace2.xls

Offline
Reply With Quote
Old 09/22/09, 4:55 AM   #15
Furtim
Piston Honda
 
Troll Rogue
 
Kargath
Name Manager errors

When you look up the Name Manager, a ton of the formulas are referencing a "Combat_1.1.xls" workbook, rather than the workbook listed on the options sheet.

United States Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Class Mechanics » Rogues

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
DKTankCraft Spread Sheet Tantlin Death Knights 36 01/30/09 11:58 AM
Warning for Companion: Grammar Kaubel The Banhammer 0 12/15/08 8:32 AM
[Warrior] Tanking TPS sheet. Punscho Class Mechanics 189 05/09/08 6:18 AM
Help with a paladin DPS sheet Thethiala Public Discussion 5 11/15/06 8:48 PM
DPS Warlock Sheet Auphi Public Discussion 3 08/20/06 5:36 PM