[PQR] - Googlebee's [ThePerfectBear] Updated for MoP - Ultimate Bear Profile menu

User Tag List

Page 11 of 27 FirstFirst ... 789101112131415 ... LastLast
Results 151 to 165 of 391
  1. #151
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

    [PQR] - Googlebee's [ThePerfectBear] Updated for MoP - Ultimate Bear Profile
  2. #152
    Trekku's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  3. #153
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  4. #154
    manjoe42's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is an awesome profile still works perfect.

  5. #155
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  6. #156
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hopefully GB comes back to WoW after he gets his fill of PoE, or whatever has pulled him away =P

  7. #157
    manjoe42's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  8. #158
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ask CodeMyLife about the auto-cancel HoP code, he has it inside his Paladin-profile I think.

  9. #159
    ozmodiar's Avatar Member
    Reputation
    13
    Join Date
    Oct 2012
    Posts
    41
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by manjoe42 View Post
    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.
    What I've done for profiles where I've needed this is I've made a new ability with the following code and placed it above any "combat abilities" in the rotation list.

    PHP Code:
    if UnitBuffID("player"1022then
    RunMacroText
    ("/cancelaura Hand of Protection")
    end 

  10. #160
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

    -- 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
    This is a snippet from my Symbiosis-ability code in the 5.2 profile. And lol @ "umadBro" in the code btw ^^

  11. #161
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  12. #162
    Drinksbeer's Avatar Knight-Lieutenant
    Reputation
    33
    Join Date
    Jan 2013
    Posts
    252
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  13. #163
    Morx's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    49
    Thanks G/R
    3/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  14. #164
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You saying I spoiled you Morx?
    BadRotations
    Developer

  15. #165
    Morx's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    49
    Thanks G/R
    3/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    *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.

Page 11 of 27 FirstFirst ... 789101112131415 ... LastLast

Similar Threads

  1. [PQR] Blinded's Assassination Rogue (Updated for 5.4)
    By vitalic in forum WoW Bot Maps And Profiles
    Replies: 367
    Last Post: 09-10-2014, 08:11 AM
  2. [PQR] Profile updates for 5.2?
    By Monkeyfist in forum WoW Bots Questions & Requests
    Replies: 5
    Last Post: 03-06-2013, 03:55 PM
  3. Searching for WoW Tycoon Updated for MoP
    By VizToN in forum World of Warcraft General
    Replies: 2
    Last Post: 12-05-2012, 08:36 AM
  4. [REQUEST] Updated Ovale For MoP
    By TheGreatRowaH in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 11-09-2012, 07:42 PM
  5. [AutoAngler] [Gatherit] Sea Turtle | Updated for MoP!
    By ProLeveling in forum WoW Bot Maps And Profiles
    Replies: 0
    Last Post: 10-23-2012, 03:40 PM
All times are GMT -5. The time now is 03:25 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search