SliceAdmiral can be best described as an info-center for maximizing Rogue damage. It contains a bunch of timer bars, stat displays, and audio notifications that add up to nearly everything you need to know to properly time your Rogue's DPS cycle. It has a compact and configurable UI that features...
- Timer Bars for Slice and Dice, Rupture, Recuperate, Vendetta, Deadly Poison, Envenom and Revealing Strike
- Timer Bar sorting based on refresh priority
- Audio Reminders for refreshing and expiring abilities (SnD, Rupture, Recuperate and Vendetta)
- Stat displays for Attack Power, Crit %, and Attack Speed
- Rupture and Deadly Poison DoT damage and crit indicators
- Combo Point bar
- Energy bar
- New Options Menu interface, rebuilt from the ground up
Little to no setup needed. Just load the mod and you're ready to rock! Good for Rogues of any spec.
SliceAdmiral is a continuation of SliceCommander. Big thanks to the original authors for starting up this much needed Rogue DPS project!
The original author of SliceAdmiral, Linguine, is no longer working on this project. I want to thank him for his time and effort!
A summary of changes for each version can be found here.
Facts
- Date created
- Oct 14, 2009
- Categories
- Last update
- Dec 18, 2012
- Development stage
- Release
- Language
- enUS
- License
- Public Domain
- Curse link
- SliceAdmiral
- Downloads
- 336,029
- Recent files
- R: SliceAdmiral 1.0.12 for 5.1.0 Dec 18, 2012
- R: SliceAdmiral 1.0.11 for 5.0.5 Nov 21, 2012
- R: SliceAdmiral 1.0.10 for 5.0.5 Oct 28, 2012
- R: SliceAdmiral 1.0.9 for 4.3 Dec 04, 2011
- R: SliceAdmiral 1.0.8 for 4.2 Aug 11, 2011
- Reply
- #26
cgiguy Dec 18, 2012 at 20:36 UTC - 0 likesVersion 1.0.12 has been uploaded
- Reply
- #25
cgiguy Nov 21, 2012 at 16:05 UTC - 0 likesVersion 1.0.11 has been uploaded.
- Reply
- #24
cgiguy Oct 28, 2012 at 16:38 UTC - 0 likesVersion 1.0.10 has been uploaded.
- Reply
- #23
cgiguy Dec 04, 2011 at 01:45 UTC - 0 likesVersion 1.0.9 has been uploaded.
- Reply
- #22
cgiguy Aug 06, 2011 at 04:56 UTC - 0 likes1.0.7 has been uploaded.
- Reply
- #21
cgiguy Jul 20, 2011 at 19:59 UTC - 0 likesOkay, version 1.0.6 is on it's way.
Localization problems should now be fixed. Shouldn't matter what language you're in... it should just work. Recuperate will now properly refresh on Deadly Momentum procs. Made some efficiency fixes.
- Reply
- #20
cgiguy Jul 16, 2011 at 19:42 UTC - 0 likesUpdated for 4.2 and all known bugs fixed. Sorry for the delay!
- Reply
- #19
Dewbart01 Jul 16, 2011 at 11:32 UTC - 0 likesLooking at it I THINK the refresh problem in somewhere down in between lines 1210 and 1246 but again I'm no programing genius so I'm not sure what to change... Lemmi know if I was even close lol
- Reply
- #18
Dewbart01 Jul 16, 2011 at 11:07 UTC - 0 likesOMG your awesome...I was about to uninstall this addon...the only problem I still see is when you hit envenon (as an Assassin) the S&D timer doesn't refresh...gonna see if I can figure it out but other than that I see it works great....THANK YOU for spending the time to figure it out...many a Rogues will appreciate it.
- Reply
- #17
Xanthiz Jul 16, 2011 at 02:29 UTC - 0 likes@Dewbart01: Go Here are the changes I made to make it work. I'd submit them officially myself, but haven't yet figured out how:
The current problem with SliceAdmiral is that patch 4.2 added two new parameters to the COMBAT_LOG_UNFILITERED event. To make it work again, you need to 1) change the original parse to include the two new parameters and 2) change the later parses to start at the increased cardinality.
- Use a text editor to edit WOW\Interface\AddOns\SliceAdmiral\SliceAdmiral.lua
- Edit line 243 You need to add the srcRaidFlags and dstRaidFlags parameters. When done, the line should look like this:
local timestamp, type, hideCaster, sourceGUID, sourceName, sourceFlags, srcRaidFlags, destGUID, destName, destFlags, dstRaidFlags = select(1, ...);
- Edit line 245 The select for spell information used to start on item 10 but now needs to start on item 12 instead. Line 245 should change to:
local spellId, spellName, spellSchool = select(12, ...);
- Optional: There are other selects later in the script that appear that they were not updated for version 4.1. I left them alone, but you might want to change them as well.
- That's it. Save the file and restart WoW. These two changes did the trick for me; my SliceAdmiral was boosting my DPS like it used to.
Best of luck!