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

Shout-Out

User Tag List

Page 6 of 27 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 391
  1. #76
    KryoKid's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apocalypse59 View Post
    These are some of the best profiles I've ever seen. Really meticulously crafted.
    Excellent work, they have really increased my enjoyment of tanking ten fold.
    Thanks a ton.
    I agree with this dude!

    [PQR] - Googlebee's [ThePerfectBear] Updated for MoP - Ultimate Bear Profile
  2. #77
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Should have the new release up by the weekend, if not earlier. Until then this version should work fine with 5.2. If there are any issues, please post them.

    thanks

    -GB

  3. #78
    T0mm's Avatar Sergeant Major
    Reputation
    73
    Join Date
    Aug 2010
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Loving the profile! Loads of love!

  4. #79
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Google, LOVING this profile. I just had one question. Does it already come with an Anti-root code? Or is that something you could potentially incorporate? As far as I can tell, I can use this in BGs as long as something like that exists. Would really make for a nice trio of Druid "PvP" profiles considering Paintball and Cokx have Feral and Boomkin covered.
    Last edited by Taran32; 03-18-2013 at 10:44 AM.

  5. #80
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Taran32 View Post
    Hey Google, LOVING this profile. I just had one question. Does it already come with an Anti-root code? Or is that something you could potentially incorporate? As far as I can tell, I can use this in BGs as long as something like that exists. Would really make for a nice trio of Druid "PvP" profiles considering Paintball and Cokx have Feral and Boomkin covered.
    would be pretty simple to implement, I will add that to the list of my newest version. (I know i promised it a while ago, Rl has been ultra busy )

    I will try and make some time to finish it up this week.

    -GB

  6. #81
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by googlebee View Post
    would be pretty simple to implement, I will add that to the list of my newest version. (I know i promised it a while ago, Rl has been ultra busy )

    I will try and make some time to finish it up this week.

    -GB
    Sounds great! I figured I could just copy and paste something from Cokx/s Feral or Failroad's, but I wasn't entirely sure. Good to know you're on it .

    Also, wondering if you could maybe whip something up for me. Currently in need of a simple code to switch to from cat to bear at 30% HP, Frenzied Regen spam (xtra Rage) back to a safer percentage above 30%, and then switch back to Cat.
    Last edited by Taran32; 03-19-2013 at 05:31 PM.

  7. #82
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Version 2.0 is pushed, ...was a little rushed as many have been asking about it/ time has been limited.

    some nice additions though.

    Enjoy~

    -GB

    as for a switcher code:

    I will be using this relatively soon when i add in feral abilities to my bear profile down the road.

    PHP Code:
    local ssForm GetShapeshiftFormID("Player")
    --
    Form 1 Cat Form
    --Form 5 Bear Form

    if not rightkeydown then rightkeydown 0 end

    if IsRightAltKeyDown() and GetTime() - rightkeydown 1.5 and ssForm ~= 1 then
        CastSpellByName
    (tostring(GetSpellInfo(768)))
    end

    if IsRightAltKeyDown() and GetTime() - rightkeydown 1.5 and ssForm ~= 5 then
        CastSpellByName
    (tostring(GetSpellInfo(5487)))
    end 
    Open the profile you wish to edit.

    Open Ability editor.

    Paste above code in the large white area on the right (Less the php)

    Name it Shapeshifter or whatever

    Be sure to use *Target Player* in the lower left area (It is set to just *Target* by default.

    click save.


    -GB

  8. #83
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by googlebee View Post
    Version 2.0 is pushed, ...was a little rushed as many have been asking about it/ time has been limited.

    some nice additions though.

    Enjoy~

    -GB

    as for a switcher code:

    I will be using this relatively soon when i add in feral abilities to my bear profile down the road.

    PHP Code:
    local ssForm GetShapeshiftFormID("Player")
    --
    Form 1 Cat Form
    --Form 5 Bear Form

    if not rightkeydown then rightkeydown 0 end

    if IsRightAltKeyDown() and GetTime() - rightkeydown 1.5 and ssForm ~= 1 then
        CastSpellByName
    (tostring(GetSpellInfo(768)))
    end

    if IsRightAltKeyDown() and GetTime() - rightkeydown 1.5 and ssForm ~= 5 then
        CastSpellByName
    (tostring(GetSpellInfo(5487)))
    end 
    Open the profile you wish to edit.

    Open Ability editor.

    Paste above code in the large white area on the right (Less the php)

    Name it Shapeshifter or whatever

    Be sure to use *Target Player* in the lower left area (It is set to just *Target* by default.

    click save.


    -GB
    Is there any way you could post one that automatically switches to Bear at say 30% HP? I just need it to hard switch if I'm low, and then switch back to Cat if I get healed back up beyond that 30% marker. I'm already maxed out on Keybinds :/.
    Last edited by Taran32; 03-20-2013 at 05:09 PM.

  9. #84
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Forgot to add this in to my latest push -

    copy the contents of this into the ability editor, name it Frenzied Regen T15 2PC or whatever.

    PHP Code:
    local myhealth 100 UnitHealth("player") / UnitHealthMax("player")

    if 
    UnitPower("player") > 59 and myhealth 45  and UnitBuffID("player""138217")
     
    CastSpellByName(tostring(GetSpellInfo(22842)))
     return 
    true 
    end 
    You will want to use this in the SD>FR rotation, and place it above SD in priority.

    It will cast Frenzied Regen if the Buff is present from 2 pc T15, and when under 45% health and over 59 rage only.

    -GB

  10. #85
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Taran32 View Post
    Is there any way you could post one that automatically switches to Bear at say 30% HP? I just need it to hard switch if I'm low, and then switch back to Cat if I get healed back up beyond that 30% marker. I'm already maxed out on Keybinds :/.

    **Edited - tested and working fine.

    PHP Code:
    local myhealth 100 UnitHealth("player") / UnitHealthMax("player")
    --if 
    Mounted or Swift Flight Form is active do nothing
    if IsMounted() or UnitBuffID("Player",40120then
    return false
    end

    if myhealth 49 and GetShapeshiftForm("player") ~= and UnitChannelInfo("player") == nil then
    CastShapeshiftForm
    (3)
    return 
    true
    elseif myhealth 35 and GetShapeshiftForm("player") ~= and UnitChannelInfo("player") == nil then
    CastShapeshiftForm
    (1)
    return 
    true
    end 
    it would need to be at the top of rotation. U can adjust the health to whatever u want.

    Add in my Might of Ursoc code for some added flare. I have mine set to trigger at under 30% health, again can be edited to your liking.

    PHP Code:
    local myhealth 100 UnitHealth("player") / UnitHealthMax("player")

    if 
    myhealth 30 
       
    and ( select(2GetSpellCooldown(106922)) == then
       CastSpellByName
    (GetSpellInfo(106922),nil)
       return 
    true
    end 
    -GB

  11. #86
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by googlebee View Post
    **Edited - tested and working fine.

    PHP Code:
    local myhealth 100 UnitHealth("player") / UnitHealthMax("player")
    --if 
    Mounted or Swift Flight Form is active do nothing
    if IsMounted() or UnitBuffID("Player",40120then
    return false
    end

    if myhealth 49 and GetShapeshiftForm("player") ~= and UnitChannelInfo("player") == nil then
    CastShapeshiftForm
    (3)
    return 
    true
    elseif myhealth 35 and GetShapeshiftForm("player") ~= and UnitChannelInfo("player") == nil then
    CastShapeshiftForm
    (1)
    return 
    true
    end 
    it would need to be at the top of rotation. U can adjust the health to whatever u want.

    Add in my Might of Ursoc code for some added flare. I have mine set to trigger at under 30% health, again can be edited to your liking.

    PHP Code:
    local myhealth 100 UnitHealth("player") / UnitHealthMax("player")

    if 
    myhealth 30 
       
    and ( select(2GetSpellCooldown(106922)) == then
       CastSpellByName
    (GetSpellInfo(106922),nil)
       return 
    true
    end 
    -GB
    VERY much appreciated, Google! Thanks again and +rep!

  12. #87
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you're welcome



    -GB

  13. #88
    boxo's Avatar Member
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Googlebee, awesome profile. I just had two questions

    first, what glyphs do you use? I don't see a whole lot of good guardian glyphs (might of ursoc for larger cd maybe). I know that many are situational, i guess, but can't see a lot of use with most of them.

    second: is there a hard and fast list you use for sd vs fr? I'm a little lost past vaults, where it seemed like everything was sd except stone guard

  14. #89
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by boxo View Post
    Hey Googlebee, awesome profile. I just had two questions

    first, what glyphs do you use? I don't see a whole lot of good guardian glyphs (might of ursoc for larger cd maybe). I know that many are situational, i guess, but can't see a lot of use with most of them.

    second: is there a hard and fast list you use for sd vs fr? I'm a little lost past vaults, where it seemed like everything was sd except stone guard
    Glyph of Rebirth, Glyph of Fae Silence, Glyph of Survival Instincts, and Glyph of Might of Ursoc are all viable and situational.

    For Minors, Glyph of Grace is about the only important one imo.

    -GB

  15. #90
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by googlebee View Post
    **Edited - tested and working fine.

    PHP Code:
    local myhealth 100 UnitHealth("player") / UnitHealthMax("player")
    --if 
    Mounted or Swift Flight Form is active do nothing
    if IsMounted() or UnitBuffID("Player",40120then
    return false
    end

    if myhealth 49 and GetShapeshiftForm("player") ~= and UnitChannelInfo("player") == nil then
    CastShapeshiftForm
    (3)
    return 
    true
    elseif myhealth 35 and GetShapeshiftForm("player") ~= and UnitChannelInfo("player") == nil then
    CastShapeshiftForm
    (1)
    return 
    true
    end 
    it would need to be at the top of rotation. U can adjust the health to whatever u want.

    Add in my Might of Ursoc code for some added flare. I have mine set to trigger at under 30% health, again can be edited to your liking.

    PHP Code:
    local myhealth 100 UnitHealth("player") / UnitHealthMax("player")

    if 
    myhealth 30 
       
    and ( select(2GetSpellCooldown(106922)) == then
       CastSpellByName
    (GetSpellInfo(106922),nil)
       return 
    true
    end 
    -GB
    Hey Google, I had forgotten about this, but is there any way you can add (or show me where to add it in your reply) a clause in the Cat/Bear code that doesn't shift me out of Travel Form to one of the two? It's working amazingly at the moment, but I stupidly forgot to request a part of the code that wouldn't shift me out of Travel despite the health checks on Cat and Bear. If you can show me where to add that, I'd greatly appreciate it.

    I assume it should be in the "--if Mounted or Swift Flight Form is active do nothing" part of the code, but I don't know how to code "but also not in Travel form" into it. I'm thinking it's the simple answer but I wanted to be sure .

    Thanks!

Page 6 of 27 FirstFirst ... 2345678910 ... 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 01:38 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