[PQR] Kuukuu's Brewmaster Profile Feedback and Suggestions menu

Shout-Out

User Tag List

Page 10 of 37 FirstFirst ... 67891011121314 ... LastLast
Results 136 to 150 of 554
  1. #136
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WTB A Kuukuu Windwalker Profile

    [PQR] Kuukuu's Brewmaster Profile Feedback and Suggestions
  2. #137
    Dewitt501's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good work on the profile kuukuu. I have encounter the same problem as domestecus. The new profile only spam Jabs.

  3. #138
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dewitt501 View Post
    Good work on the profile kuukuu. I have encounter the same problem as domestecus. The new profile only spam Jabs.
    Fixed with 2.1

  4. #139
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Next patch:

    Tiger Palm no longer stacks the armor ignore buff, just applies 30% initially.

    So one Tiger Palm apply the old 3 stacks!! woot

  5. #140
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Master34 View Post
    Next patch:

    Tiger Palm no longer stacks the armor ignore buff, just applies 30% initially.

    So one Tiger Palm apply the old 3 stacks!! woot
    Nice! Any word on the power guard buff being the same?
    Former PQR Developer

  6. #141
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    How would you suggest editing the priority in regards to spinning crane?


    (don't post things I post to Patreon.)

  7. #142
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    Nice! Any word on the power guard buff being the same?
    Not yet, but im pretty sure one TP will make old 3 power guard too...we will see

  8. #143
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehVoyager View Post
    How would you suggest editing the priority in regards to spinning crane?
    At this point I honestly am not sure but I'm thinking it's going to be fairly low. At least below Keg Smash I would think since that's also AoE and generates chi. I'm currently in training for my job so I have 40 hour work week on top of class for this week so haven't had much time to test different priorities for it. Feel free to move it around in the rotation and see if you can get better chi generation in AoE. Hopefully I'll have time to muck with it this weekend.
    Former PQR Developer

  9. #144
    Malloot's Avatar Member
    Reputation
    5
    Join Date
    May 2008
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thnx for the great profile, one suggestion from me is that maybe you should include a pause at the top or say in the opening post that we should check the "Require combat to execute rotation" mark in rotation editor. Becuase otherwise it keeps spamming the abilities even when doing nothing. Although this shouldn't matter to much i like to look as playerlike as possible for blizzard and spamming all my abilities all the time seems abit weird. If you have error texts turned off it seems like its doing nothing but with error texts you will see its spamming.

  10. #145
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Malloot View Post
    Thnx for the great profile, one suggestion from me is that maybe you should include a pause at the top or say in the opening post that we should check the "Require combat to execute rotation" mark in rotation editor. Becuase otherwise it keeps spamming the abilities even when doing nothing. Although this shouldn't matter to much i like to look as playerlike as possible for blizzard and spamming all my abilities all the time seems abit weird. If you have error texts turned off it seems like its doing nothing but with error texts you will see its spamming.
    If you to add a pause into any profile just create a new ability in the ability editor called Pause or something like that and put this code in it and save it. Then go into the rotation editor and add it in to your rotations.

    PHP Code:
    if IsLeftAltKeyDown()  --Change to key you want to use to pause
    or IsMounted()
    or 
    SpellIsTargeting()
    or 
    not UnitExists("Target")
    or 
    UnitBuffID("Player",80169)
    or 
    UnitBuffID("Player",87959)
    or 
    UnitChannelInfo("Player"
    or 
    UnitIsDeadOrGhost("Player"
    or 
    UnitIsDeadOrGhost("Target")
    or 
    not UnitAffectingCombat("Player")
    then return true end 
    Should let it pause while out of combat

  11. #146
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is a combat check to prevent spamming if you're not in combat so neither of the things you said should even be necessary. Mine doesn't spam if I'm not in combat so might want to check that you have the combat check in place.
    Former PQR Developer

  12. #147
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Hows the classes going Ku? for the moment I've taken Spinning Crane kick completely out of the rotation, and moved the Fire Breathing ability up one above blackout kick and im holding threat fine, and not taking much in the way of damage.


    (don't post things I post to Patreon.)

  13. #148
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Classes have settled again for the most part so I have some time again. Hopefully getting my work hours temporarily reduced too so that'll help as well. From what I've been reading, you only use Crane Kick if you have 10+ mobs or else the chi gain isn't enough. Pretty sure I can't code based on amount of adds though? Not sure...might just remove it altogether if it works with BoF for holding multiple adds.
    Former PQR Developer

  14. #149
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    im 70 and it worked allright. would need more testing from a higher level character to see if BoF would be enough

    Perhaps put it on a button like Left Alt, or Any of the Right modifiers?


    (don't post things I post to Patreon.)

  15. #150
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehVoyager View Post
    im 70 and it worked allright. would need more testing from a higher level character to see if BoF would be enough

    Perhaps put it on a button like Left Alt, or Any of the Right modifiers?
    You mean the Crane Kick on a modifier? I'm already using a lot of the keys for various cds in the profile so not sure if there's one left or not.... lol
    Former PQR Developer

Page 10 of 37 FirstFirst ... 67891011121314 ... LastLast

Similar Threads

  1. [Selling] [PQR] Replikator Ultimate Profiles (PvP and PvE)
    By replikatoren in forum World of Warcraft Buy Sell Trade
    Replies: 236
    Last Post: 12-23-2016, 07:06 AM
  2. Need feedback and suggestions on my best man speech
    By montgola in forum Community Chat
    Replies: 5
    Last Post: 07-20-2012, 09:35 AM
  3. [TripZ•ne's Request Thread] Program Requests and Suggestions.
    By TripZ•ne in forum WoW Bots Questions & Requests
    Replies: 22
    Last Post: 06-02-2010, 03:56 AM
  4. [GnomeTools] 1-80 Profile pack and fightbook
    By xpcpro in forum WoW Bot Maps And Profiles
    Replies: 30
    Last Post: 09-08-2009, 05:13 PM
  5. Awwe's positioning hack Review and suggestions
    By xdaemonx2 in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 01-20-2008, 07:22 PM
All times are GMT -5. The time now is 11:27 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