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

Shout-Out

User Tag List

Page 11 of 37 FirstFirst ... 789101112131415 ... LastLast
Results 151 to 165 of 554
  1. #151
    Alisteer's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello.

    I want to thank you for this great profile, I'm using it since MoP launch and it gets better and better each update. I have couple of suggestions to make it work better from a l90 raiding pov

    As a basic rule I would give up on having any kind of personal cooldowns on predetermined buttons, but put in an pause modifier (lAlt, lCtrl, lShift maybe only two of those, need third for single target/aoe switch) and let folks bind those cd's into them

    Below suggestions for rotations.

    1. Include Rushing Jade Wind if talented to use on evry cd in AoE rotation - on heavy dmg/aoe situations this is the way to go.

    2. Code in Chi Weave. We monks really want to use this talent if you are currently offtanking (offtanking like not taking any melee dmg from bosses/adds), keeping up our straight tanking rotation while offtanking, when you could potentially help heal up the raid during heavy dmg is bad. I would put this in same way you coded switch between single target/aoe, only exept say Blackout Kick we would use Chi Weave when not on cooldown.

    3. Puryfying Brew. It would be awesome if we could type in an amount of staggered dmg (30k for example) and rotation would use PB evrytime stagger would be higher than that value.

    Thats all for now. Sorry for my bad english, and thank you for reading.

    [PQR] Kuukuu's Brewmaster Profile Feedback and Suggestions
  2. #152
    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 Alisteer View Post
    3. Puryfying Brew. It would be awesome if we could type in an amount of staggered dmg (30k for example) and rotation would use PB evrytime stagger would be higher than that value.

    Thats all for now. Sorry for my bad english, and thank you for reading.

    not agree with that....a high end gear monk....specific damage will probably using PB too much in heroic....and not enough for a new tank or low level...with yellow stagger is the best way to remove it...imo stay this like is it right now...

  3. #153
    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)
    @Alisteer

    1 and 2 I don't use so I have no experience with either of them to code it in, if you wish to add that to yours and share it I'll add it in. I don't believe 3 is actually possible as I'm not aware of a way to read the exact damage that you're taking....also everything I've read simply says to purify at yellow.
    Former PQR Developer

  4. #154
    Alisteer's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi.

    You are right about nr.3 point. I don't know why but i understood that PB will be always cast when you have 1 Chi. My bad. As for the rest I tried allready put in some changes in profile but i has no skill in this sorry, i end up only messing things up.

  5. #155
    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)
    Profile currently spamming tiger palm due to looking for 3 stacks.

    i've changed the tiger palm ability to this:


    Code:
    local name,_,_,count,_,_,expires = UnitBuffID("player",125359)
    
    if name
    and IsSpellKnown(100787)
    then
    	if expires-GetTime()<4 
    	then CastSpellByName(GetSpellInfo(100787))
    	return true
    	end
    	
    else
    	CastSpellByName(GetSpellInfo(100787))
    	return true
    end
    testing now.

    edit: Seems to work.
    Last edited by TehVoyager; 11-29-2012 at 02:58 AM.


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

  6. #156
    techg9's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im having a bug, when im in an instance, sometime all my keys are not useable, for me, and for the pqr.. so im left only to auto attack.

  7. #157
    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)
    Removed count for Tiger Palm in code. New version is 2.2. Update first post when I'm done in school today. Wasn't aware anyone was even still using this with Rubim's profile out now and sadly been too busy with school projects and soon to be exams to even touch my monk lately.
    Former PQR Developer

  8. #158
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    Removed count for Tiger Palm in code. New version is 2.2. Update first post when I'm done in school today. Wasn't aware anyone was even still using this with Rubim's profile out now and sadly been too busy with school projects and soon to be exams to even touch my monk lately.
    I'm almost giving up my monk profiles because of the that, too many thing on my personal life.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  9. #159
    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 Rubim View Post
    I'm almost giving up my monk profiles because of the that, too many thing on my personal life.
    That's not good to hear Once exams and projects are done I might pick mine back up again if I have the chance. It should work the way it is but it's not very optimal obviously...and missing a lot of higher level skills since my monk is currently stuck at 52. ><

    EDIT:

    Pushed another update as they changed Power Guard as well as TP so had to remove the counter on guard as well.
    Last edited by kuukuu; 12-02-2012 at 03:35 AM.
    Former PQR Developer

  10. #160
    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)
    Hmm, editing a post doesn't show it was changed so....bump!
    Former PQR Developer

  11. #161
    lantus's Avatar Active Member
    Reputation
    46
    Join Date
    Feb 2012
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I used the profile today on Elegon and Will of the Emperor and the rotation seems to stop after a bit and just spams Tiger Palm, this happened not only on boss but on adds as well. It seems to stop when it tries to use Keg Smash or something, someone mentioned it might be a range check thing, but I'm not sure if that's whats causing the problem or not.

  12. #162
    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 lantus View Post
    I used the profile today on Elegon and Will of the Emperor and the rotation seems to stop after a bit and just spams Tiger Palm, this happened not only on boss but on adds as well. It seems to stop when it tries to use Keg Smash or something, someone mentioned it might be a range check thing, but I'm not sure if that's whats causing the problem or not.
    Elegon is more then likely a range check issue since as far as I'm aware, he fails all range checks. Not sure why Will would do the same.... Try removing the range checks in the code and see if it works?
    Former PQR Developer

  13. #163
    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)
    Maybe you and Rubim (or vice versa) should work together on a profile. you could halve the time needed individually on the project and put out a great project still.


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

  14. #164
    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)
    Finally hit 60 on my monk so I can actually test my code without a dungeon. Pushed 2.3 live.

    Changes include:
    Tiger Palm will now keep both Power Guard AND Tiger Power up.
    Guard will not go off unless the Power Guard buff is available.
    Will use Tiger Palm if nothing else is available for use.
    Leg Sweep implemented to be used on cool down.
    Former PQR Developer

  15. #165
    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)
    New build pushed out, should fix issues with Garalon, Elegon, etc. Let me know if it doesn't.
    Former PQR Developer

Page 11 of 37 FirstFirst ... 789101112131415 ... 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 09:22 PM. 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