I thought left-shift was the pause-key? What problems do you experience when changing to the Thrash-profile (AoE)? I have no problem when I switch.
I thought left-shift was the pause-key? What problems do you experience when changing to the Thrash-profile (AoE)? I have no problem when I switch.
Oh the AoE profile works perfect don't get me wrong no complaints at all. But sometimes i want to delay swipe a bit to time it perfectly time with adds coming in. Rarely swipe and trash are on CD and i miss a couple of adds going to DPS.
Oh I see, try to wait til adds are gathered up until you change the rotation. Sometimes you're low at rage when you switched, and it takes a little time to get enough up for Swipe and Thrash, best thing is to save berserk for it IMO.
this is an awesome profile still works perfect.
Yeah I just joined a 25man guild who progresses HC's and keep getting compliments, Googlebee did you read the PTR notes for 5.4? They are gonna make Dream of Cenarius actually usable for Guardians and not just for Ferals! You can read it here: MMO-Champion - Patch 5.4 PTR - Build 17056 Hope you have a good summer so far! Cheers
Hopefully GB comes back to WoW after he gets his fill of PoE, or whatever has pulled him away =P
anyone have a code that will auto cancel hand of protection when its cast on me decided to solo tank a few Tot boss fights and would like to make it easier to do.
profile still works perfect btw.
Ask CodeMyLife about the auto-cancel HoP code, he has it inside his Paladin-profile I think.
I've actually noticed the Bone Shield symbiosis thingy doesnt work, It was originally supposed to be toggleable with left alt, then most things got changed to Mouse4, and thats my vent-button.
I tried to manually editing it to "isLeftAltButtonDown" but that didnt seem to work for me. Trying to get the symbiosis abilities to fire off with left alt instead of mouse4.
This is a snippet from my Symbiosis-ability code in the 5.2 profile. And lol @ "umadBro" in the code btw ^^-- Mouse Button 4 is the default button press for most of the abilities.
-- If there is not a mouse button assigned it is done automatically.
-- To change the mouse button number, simply edit the (4) to (?) <-- Whatever number u like.
if hasSymb == 122285 and not UnitBuffID("Player",122285) and GetSpellCooldown(122285) == 0 and IsMouseButtonDown(4) then
--PlaySoundFile("Sound\\Creature\\LordMarrowgar\\IC_Marrowgar_WW01.wav")
CastSpellByName(GetSpellInfo(122285)) -- Bone Shield
elseif hasSymb == 110600 and GetSpellCooldown(110600) == 0 and IsLeftAltButtonDown(4) then
CastSpellByName(GetSpellInfo(110600)) -- Ice Trap
--PlaySoundFile("Sound\\Creature\\Paletress\\AC_Paletress_WoundHeavy02.wav")
elseif hasSymb == 110694 and not UnitBuffID("Player",110694) then
CastSpellByName(GetSpellInfo(110694)) -- Frost Armor
--PlaySoundFile("Sound\\Creature\\LichKing\\IC_Lich King_FMAttack01.wav")
elseif hasSymb == 110701 and GetSpellCooldown(110701) == 0 and UnitExists("target") and
UnitAffectingCombat("player") and IsSpellInRange(GetSpellInfo(33917),"target") == 1 then
CastSpellByName(GetSpellInfo(110701)) -- Consecration
--PlaySoundFile("Sound\\Creature\\Ashbringer\\ASH_SPEAK_12.Wav")
elseif hasSymb == 110717 and GetSpellCooldown(110717) == 0 and IsLeftAltButtonDown(4) then
CastSpellByName(GetSpellInfo(110717)) -- Fear Ward
--PlaySoundFile("Sound\\Creature\\BabyMurloc\\BabyMurlocB.wav")
elseif hasSymb == 122289 and GetSpellCooldown(122289) == 0 and IsLeftAltButtonDown(4) then
CastSpellByName(GetSpellInfo(122289)) -- Feint
elseif hasSymb == 110803 and not UnitBuffID("Player",110803) then
CastSpellByName(GetSpellInfo(110803)) -- Lightning Shield
elseif hasSymb == 122290 and GetSpellCooldown(122290) == 0 and IsLeftAltButtonDown(4) then
CastSpellByName(GetSpellInfo(122290)) -- Life Tap
--PlaySoundFile("Sound\\Creature\\Kologarn\\UR_Kologarn_Slay02.ogg")
elseif hasSymb == 113002 and GetSpellCooldown(122290) == 0 and IsLeftAltButtonDown(4) then
CastSpellByName(GetSpellInfo(113002)) -- Spell Reflect
elseif hasSymb == 126453 and GetSpellCooldown(126453) == 0 and umadBro >= 2 then
CastSpellByName(GetSpellInfo(126453)) -- Elusive Brew
end
end
Just putting the info about 5.4 Dream of Cenarius here so all can read, I dunno how big a deal this is to us but at least it makes it a viable choice:
Talents
Dream of Cenarius has been completely redesigned to reduce complexity and increase usability, but maintain the spirit of the effects. Benefits now vary by specialization.
Feral: Increases the amount healed by Healing Touch by 20%. Casting Healing Touch increases the damage for the Druid's next two melee abilities by 25%. causes the Druid's next Rip to deal 15% increased damage.
Guardian: Increases the amount healed by Healing Touch by 20%. Mangle (Bear) critical strikes have a 20% chance to make the next Healing Touch or Rebirth instant, free, and castable in all forms. Instant cast version of Healing Touch now benefits from Attack Power instead of Spell Power.
I have been thinking about that a lot lately. My bear used to be my main, since vanilla, so this change has me thinking a lot. If this goes through, and it's done right, given the possibilities this could be a very nice things for bears. I could easily see DoC taking over NV as the better talent.
Came to this thread to talk about Symbiosis. So mouse 4 activates it... but which ones are automatic?
I guess I've only used my druid with PQR, so it's bad in that I don't really know what abilities I even get with Symbiosis... Cuteone's profile does it for me automatically.![]()
You saying I spoiled you Morx?
BadRotationsDeveloper
*blush* !! Cute! ahh! you caught me talking about you!
Yep, basically. I didn't even know this profile had Symbiosis support, because I never saw it do it.