I'm not using AskMrRobot's addon. Here a list of what I do use;
Addon Control Panel
Bagnon
Bartender4
BossLogger
bRez
Compact Runes
DKDiseases
ExtraCD
LagBar
Learix Plus
Masque: Clean Icons
OmniCC
Postal
Prat 3
RCLootCouncil
ReforgeLite
sBuff
Shadowed Unit Frames
Skada
WIM
DBM
ya lol i rem a previous poster commenting bout removing RCLootCouncil and eliminating the poss taint issue
ive gotten lucky and have been taint free since ive included your code in my profile-your queu code would make any profile more versatile-BTW if anyone is wondering i included bu_ba_911 Nova spellqueu with his permission-he did give me a heads up on poss taint issues so i prob should have passed that on to ya so my bad
Juanny, I have downloaded your DW profile but it doesn't cast pillar, gloves, or ghoul, and it doesn't use plague leech - also how would I make the profile cast the abilities on everything I attack, not just bosses?
Last edited by Ballerstatus121; 09-24-2013 at 10:53 PM.
Attempt to call Nova_Pause, a nil value error on Brewmaster.
I stuck that lovin' .44 beneath my head.
want some clarification here-you dont want the profile to use any offensive cds on bosses? Wouldnt that be a dps loss?
if thats what you want report back and ill post what parts of the routine you have to remark to get your wish tho the majority of users want cds used on bosses
i wouldnt post an edit that i feel would take away the dps power from the routine. As it stands right now the profile WILL NOT use offensive cds on trash pulls and i provided a toggle that you can use right shift key to turn on or turn off cds after combat initiated. AS far as plague leech is concern-the way my profile works is that it will use plague leech if you have less the 3 sec on frost fever or blood plague AND you have at least 2 runes fully depleted-odviously if you get bad rng and none of you runes are on cd then it wont cast plague leech-any attempt to cast plague leech without runes on cd will get you a blizzard ui error spam and will make the combat profile freeze and stutter
It's not casting offensive CDs at all, including plague leech, but I didn't press right shift so I'll do that next time I'm online
But yes, I want it to cast on non-bosses. In SoO there is a lot of target swapping and I'd like it to also pop on adds. There's downtime between boss pulls in our heroic progression runs, and popping in on trash is no problem.
Juanny's edit is great but it's missing two great features from Wey's profile: an 'AoE rotation' toggle and a pause rotation modifier.
Is it possible to implement both into the profile?
kk you were partly correct with respect to the plague leech issue-the profile was using plague leech but not as often as it should have been because it had a bug that was preventing it from using unholy runes efficciently (hence not enough runes depleted to cast plague leech) think ive corrected it so try this edit
https://www.dropbox.com/s/gx8t2fxyz2...CDTOGGLEdw.zip
if you want to change the behavior of offensive cd usage you have to remark(forces pqr to ignore) certain lines in the ability editor for blood fury pillar of frost empower rune weapon raise dead and engineering gloves abilities
to remark add -- in front of the indicated lines in each ability and save changes
Code:if not IsSpellInRange("Mind Freeze","target") ~= 1 --and BossCheck() --remark this one to use cds on trash --and CDclick --remark this one to NOT use the right shift toggle for cds then return true end
Last edited by JUANNY; 09-25-2013 at 04:47 PM.
any chance you could put version numbers into youre profiles so i know i have the latest update
Anyone seen or heard from Decaed since 5.4 hit?
We have a kickass Frost profile from Juanny, now we just need an updated version of Unholy (if there is anything to be updated).
As far as I'm aware I don't think too much has changed - I believe Blood Tap is a DPS increase now for all specs, and would be good to have Unholy Blight implemented, but not game breaking.
He's been MIA since just before 5.4 was released when he said he was probably releasing his new edit in time for raid![]()
Any possibility for Dark sim being programmed in as "boss abilities"?
Dark Shaman: Kardis' Froststorm Bolt; (confirmed to crit for almost 1.8-2 mil)
Nazgrim: Arcweaver Arcane Shock (Confirmed to hit for about 800k)
Garrosh: Farseer Wolf Chain lightning (not confirmed dmg, but confirmed to work)
local Spell,_,_,_,_,_,_,_,_ = UnitCastingInfo("focus")
if Spell == ("Fear") or Spell == ("Polymorph") or Spell == ("Mind Control ") or Spell == ("Hex") or Spell == ("Cyclone") or Spell == ("Shattered Ice") or Spell == ("Arcane Shock") or Spell == ("Froststorm Bolt") or Spell == ("Chain Lightning") then
return true
end
copy this into ability editor in bottom left make ability called dark sim spell id 77606 target focus
this should in theory do dark sim auto when u set relevant boss to focus thanks to imdasandman for original code
ps-dont forget to put it into rotation when u have made the ability