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

Shout-Out

User Tag List

Page 8 of 37 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 554
  1. #106
    blacknightlll's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Misteweaver! Make one!

    [PQR] Kuukuu's Brewmaster Profile Feedback and Suggestions
  2. #107
    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)
    mistweaver: roll face on KB. win.


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

  3. #108
    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)
    If I make a mistweaver profile it will not be for a very long time. Atm, my monk was made to give me and a someone to do something together when we have time and she heals while I tank. Due to this I do not have any experience with mistweaver rotations or abilities and it is way down on my priority list. Team Nova is working on a mistweaver profile I believe if you want one.
    Former PQR Developer

  4. #109
    jpoplive's Avatar Member
    Reputation
    13
    Join Date
    Mar 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I add these spells to the rotation. If there is any way you can inprove on them that would be great. I am very limited in writing this code.

    This is for Invoke Xuen, the White Tiger. I would love for a hotkey for this skill so that it does not auto proc.
    Code:
    <Ability><Name>Invoke Xuen, the White Tiger</Name><Default>false</Default><SpellID>123904</SpellID><Actions></Actions><Lua>if PQR_SpellAvailable(123904)
    then return true
    end</Lua><RecastDelay>18000</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><SkipUnknown>True</SkipUnknown></Ability>
    This is for Dampen Harm
    Code:
    <Ability><Name>Dampen Harm</Name><Default>false</Default><SpellID>122278</SpellID><Actions></Actions><Lua>if PQR_SpellAvailable(122278)
    then return true
    end</Lua><RecastDelay>9000</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><SkipUnknown>True</SkipUnknown></Ability>
    This is for Leg Sweep
    Code:
    <Ability><Name>Leg Sweep</Name><Default>false</Default><SpellID>119381</SpellID><Actions></Actions><Lua>if PQR_SpellAvailable(119381)
    then return true
    end</Lua><RecastDelay>4500</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><SkipUnknown>True</SkipUnknown></Ability>

  5. #110
    abndrew82's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2008
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First thanks for the profile Kuukuu, it is running quite well for me on my 41 Monk.

    1 issue I have noticed is when trying to use Dizzy Haze

    I see you have it set for

    Hold down Left Shift to use Dizzy Haze.

    But when I do this, I see the marker come up like it wants to use it (See the Green Area on the ground) But it doesnt seem to go off, and cant click ground self to make it go off. Almost seems like other abilities are firing off and not letting that one go.

    Maybe something I am doing wrong but I am curious

    Thanks

  6. #111
    blacknightlll's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by abndrew82 View Post
    First thanks for the profile Kuukuu, it is running quite well for me on my 41 Monk.

    1 issue I have noticed is when trying to use Dizzy Haze

    I see you have it set for

    Hold down Left Shift to use Dizzy Haze.

    But when I do this, I see the marker come up like it wants to use it (See the Green Area on the ground) But it doesnt seem to go off, and cant click ground self to make it go off. Almost seems like other abilities are firing off and not letting that one go.

    Maybe something I am doing wrong but I am curious

    Thanks
    I had the same issue but haven't been able to test it had to go we cuz I was lvling with another brew

  7. #112
    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 abndrew82 View Post
    First thanks for the profile Kuukuu, it is running quite well for me on my 41 Monk.

    1 issue I have noticed is when trying to use Dizzy Haze

    I see you have it set for

    Hold down Left Shift to use Dizzy Haze.

    But when I do this, I see the marker come up like it wants to use it (See the Green Area on the ground) But it doesnt seem to go off, and cant click ground self to make it go off. Almost seems like other abilities are firing off and not letting that one go.

    Maybe something I am doing wrong but I am curious

    Thanks
    I have seen that before myself every once in a while but I've never been able to figure out why it does that. Happens with DnD profiles too for DKs so I believe it has to do with how we are currently using PQR to cast target-able spells. Not sure how else to implement it though

    Also @jpoplive: I'm planning on adding more to the profile once I have a chance again. Currently I'm in midterms and getting slammed with hours from work so my time is very limited.

    EDIT: Should have a bit of time tonight to code a few things in, priority is going to be the aoe/single target swap key so it's all one profile. If I have more time I'll try throwing in some of the things you listed.
    Last edited by kuukuu; 10-24-2012 at 06:25 PM.
    Former PQR Developer

  8. #113
    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)
    I fixed the Dizzying Haze code so it should work even while running.

    PHP Code:
    if IsLeftShiftKeyDown() and not GetCurrentKeyBoardFocus() 
    and 
    not UnitChannelInfo("player"
    and 
    IsSpellKnown(115180
    then 
      SpellCancelQueuedSpell
    () 
      
    CastSpellByName(GetSpellInfo(115180),nil
      if 
    SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end 
      
    return true 
    end 

  9. #114
    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)
    Version 2.0 has been released with the following (untested at this time) changes. Please back up your old profiles as I have not had time to test this code yet due to time constraints.

    Fixed Dizzying Haze hopefully so it always fires.
    Added AoE/Single Target Swap key. (Left Control)
    Added basic support for Invoke Xuen, Dampen Harm and Leg Sweep.
    Former PQR Developer

  10. #115
    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 kuukuu View Post
    Version 2.0 has been released with the following (untested at this time) changes. Please back up your old profiles as I have not had time to test this code yet due to time constraints.

    Fixed Dizzying Haze hopefully so it always fires.
    Added AoE/Single Target Swap key. (Left Control)
    Added basic support for Invoke Xuen, Dampen Harm and Leg Sweep.
    You are making calls to PQR_SpellAvailable and that is a function in Nova_Data.lua. Do we need to have Team Nova's Data file in our folders for your script to work? I don't see where you actually call the Data file, just call functions that don't exist. I see that a lot of your code uses it.

  11. #116
    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)
    Umm, PQR_SpellAvailable is a custom function of PQR....not Nova_Data....

    PQR Custom Functions - PQRotation Wiki
    Former PQR Developer

  12. #117
    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)
    AOE/ST toggle?

    Oh. sexy.

    have my internets-bbehs.

    more ppl need to code that into profiles.. its just to damn convieient for end users to not use it


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

  13. #118
    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 kuukuu View Post
    Umm, PQR_SpellAvailable is a custom function of PQR....not Nova_Data....

    PQR Custom Functions - PQRotation Wiki
    Good lord..I dont even know why I even posted that. You are correct. Sorry. I even noticed after I looked at the code some more what my mistake was.

  14. #119
    asaphelps's Avatar Contributor
    Reputation
    238
    Join Date
    Oct 2008
    Posts
    174
    Thanks G/R
    16/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The 2.0 alpha version doesn't seem to work properly unless you have 3 stacks of Tiger's Palm.

  15. #120
    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 asaphelps View Post
    The 2.0 alpha version doesn't seem to work properly unless you have 3 stacks of Tiger's Palm.
    Can you explain that more? What does it do if you don't have 3 stacks?
    Former PQR Developer

Page 8 of 37 FirstFirst ... 456789101112 ... 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:33 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