[PQR] CuteOne's Profiles menu

Shout-Out

User Tag List

Page 67 of 102 FirstFirst ... 17636465666768697071 ... LastLast
Results 991 to 1,005 of 1522
  1. #991
    derfred's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I personally cant comment on my shaman profile as I havent played it as much but when i did it seemed comparable to the other offerings but ymmv.

    Yes feral is my main and the toon im on the most, but the reason the feral profile gets the most effort is more because it has gotten the most feedback vs my other profiles.
    Well im still hoping for this;
    yea i need to give my shaman profile some love
    Especially this would be awesome
    Yes Hardcasting LB as stated by the priority list is the most optimal way to dps - however you have to do it with the rule that hardcasting will not delay a high priority ability. So if LL is coming off CD in 1 second and your MSWx1+LB cast will delay it, then you don't hardcast.
    But also implementing synapse springs into the rotation would be much appreciated

    Edit: Oh and frag belt would be awesome aswell

    Edit 2: This doesnt seem to work but maybe a start?

    if PQ_CD==CD_BossOnly) or PQ_CD==CD_Auto) then
    if GetInventoryItemCooldown("player",10) == 0 then
    return true
    end
    Last edited by derfred; 08-04-2013 at 05:26 PM.

    [PQR] CuteOne's Profiles
  2. #992
    Nowsa's Avatar Private
    Reputation
    16
    Join Date
    Dec 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can i change the hotkey for feral druid ?

  3. #993
    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)
    Originally Posted by derfred View Post
    Well im still hoping for this;

    Especially this would be awesome

    But also implementing synapse springs into the rotation would be much appreciated

    Edit: Oh and frag belt would be awesome aswell

    Edit 2: This doesnt seem to work but maybe a start?

    if PQ_CD==CD_BossOnly) or PQ_CD==CD_Auto) then
    if GetInventoryItemCooldown("player",10) == 0 then
    return true
    end
    I will see what I can do, atm I am still working on adding 4pc PVP bonus ability to Monk profile.

    Originally Posted by Nowsa View Post
    How can i change the hotkey for feral druid ?
    under Initial goto the bottom look for the Toggles/Hotkeys section. Code you will want to change will look like this
    Code:
    IsRightShiftKeyDown()
    change the part indicating left or right and the part indicating the modifier to change the hotkey. IE: IsRightAltKeyDown() --> IsLeftControlKeyDown()
    BadRotations
    Developer

  4. #994
    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)
    Ahhhhhh so that's how I do it!!!

  5. #995
    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)
    Originally Posted by Drinksbeer View Post
    Ahhhhhh so that's how I do it!!!
    Lol I love how you are always so positive

    Sent from my Galaxy S4 using Tapatalk 2

  6. #996
    xNotta's Avatar Member
    Reputation
    2
    Join Date
    Sep 2010
    Posts
    44
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Enhancement Shaman:

    If you're still looking for ways to update the enhancement shaman's profile I have a few suggestions that have been bugging me.

    1. Ghost wolf casts out of combat any time you move. This is especially bad when come out of a group to repair or vendor and you go to move on a flying mount, only to have ghost wolf cast and you fall to your death.
    2. The AoE "Multi" mode of the regular profile should be removed so that only Single/Hybrid are options. There's already a separate AoE profile. In a fast run I switch to hybrid to kill groups of trash then attack a single target boss I have to toggle from Hybrid to Multi(Casting Magma totem and despawning searing totem, causing GCD to trigger. Also if CD mode is ON I blow CDs) to get to Single again.
    3. Ascendance casts first then before attacking while Ascendance is active, I cast my fire ele totem, ghost wolf, and stormlash totem, which cut into the limited effect time of Ascendance. Ascendance should be cast last so that it can benefit from the other CDs.

    A. If you get into doing PQI settings, I would like an option to toggle Feral Spirit(Dogs) from "cast when off CD" to "only cast when CD mode is set to ON." I like them to cast every time they're off CD because of the Tier 15(ToT) 4 set bonus, but if I run a Challenge Mode, set bonuses are disabled.
    B. Option for whether to only cast Stormlash totem when Hero/Lust/TW is active or everytime CD is ON and off cool down.

    There are probably some other suggestions that I can't think of atm and some of the ones I made above might also be error on my part.

    I still love your profiles and appreciate the work you did putting these together. Thank you!
    Last edited by xNotta; 08-04-2013 at 11:17 PM.

  7. #997
    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)
    Originally Posted by xNotta View Post
    Enhancement Shaman:

    If you're still looking for ways to update the enhancement shaman's profile I have a few suggestions that have been bugging me.

    1. Ghost wolf casts out of combat any time you move. This is especially bad when come out of a group to repair or vendor and you go to move on a flying mount, only to have ghost wolf cast and you fall to your death.
    2. The AoE "Multi" mode of the regular profile should be removed so that only Single/Hybrid are options. There's already a separate AoE profile. In a fast run I switch to hybrid to kill groups of trash then attack a single target boss I have to toggle from Hybrid to Multi(Casting Magma totem and despawning searing totem, causing GCD to trigger. Also if CD mode is ON I blow CDs) to get to Single again.
    3. Ascendance casts first then before attacking while Ascendance is active, I cast my fire ele totem, ghost wolf, and stormlash totem, which cut into the limited effect time of Ascendance. Ascendance should be cast last so that it can benefit from the other CDs.

    A. If you get into doing PQI settings, I would like an option to toggle Feral Spirit(Dogs) from "cast when off CD" to "only cast when CD mode is set to ON." I like them to cast every time they're off CD because of the Tier 15(ToT) 4 set bonus, but if I run a Challenge Mode, set bonuses are disabled.
    B. Option for whether to only cast Stormlash totem when Hero/Lust/TW is active or everytime CD is ON and off cool down.

    There are probably some other suggestions that I can't think of atm and some of the ones I made above might also be error on my part.

    I still love your profiles and appreciate the work you did putting these together. Thank you!

    Awesome feedback, I will see what I can do.
    BadRotations
    Developer

  8. #998
    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)
    Wow, totally missed you got a Rogue-profile! Mine is at 89 at the moment so Im gonna give it a try ^^

  9. #999
    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)
    It works really good ND, I left my rogue behind, but since cute's profiles have been so ROCKSTARAWESOME, it's kinda hard not to drag him out and roflstomp stuff.

    @cuk, yeah man thats one of the major pros of being consistently inebriated let me ship some of my home brew to you so that you can join in!

  10. #1000
    gamer34's Avatar Master Sergeant
    Reputation
    9
    Join Date
    May 2010
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does the PQIInt do anything can it be removed from rotation? the pqi ui options dont seem to do anything?

  11. #1001
    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)
    At one point i was attempting to add in PQI, that's as far as I got so yes that is ok to remove.
    BadRotations
    Developer

  12. #1002
    duuxx's Avatar Member
    Reputation
    2
    Join Date
    Apr 2012
    Posts
    6
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it possible to make the feral one work on the PTR? cus for me its not working :'( got a raid test in 1 hour :< would love to use it there.

  13. #1003
    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)
    It is but I am not inclined to make it, perhaps one of the more knowledgeable users may be able to assist with that, sorry just not interested in PTR.
    BadRotations
    Developer

  14. #1004
    jackson27's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Loving your feral profile!, Thanks so much for keeping it really cutting edge.

    My only feedback would be the way ravage works out of stealth. Sometimes I want to open with pounce, but I find even if im holding down the pause key, the profile will ignore the pause, and ravage regardless.

    Any way around this, besides removing ravage all together?

  15. #1005
    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)
    Hey Jackson, have you tried messing with the ability or rotation editor at all? I will test it out when I get home, but I believe you can add pounce in the editor and put it above ravage on the priority. When I get a chance to check it out I will edit my post but while it was on my mind I thought I would post here.

Similar Threads

  1. [PQR] Nova Team Profiles
    By bu_ba_911 in forum WoW Bot Maps And Profiles
    Replies: 2341
    Last Post: 07-02-2018, 03:56 AM
  2. [PQR] Gabbz Mage Profiles
    By Gabbz in forum WoW Bot Maps And Profiles
    Replies: 207
    Last Post: 07-18-2016, 08:00 PM
  3. {PQR} Windwalker Raid Profile - Wanted
    By fish221171 in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 10-18-2012, 02:01 AM
  4. PQR - DK Blood profiles - none of them work :(
    By zambeaux in forum WoW Bot Maps And Profiles
    Replies: 4
    Last Post: 10-09-2012, 07:44 AM
  5. PQR PVP Hunter profile?
    By aLorzy91 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 07-29-2012, 02:32 AM
All times are GMT -5. The time now is 02:16 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