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

User Tag List

Page 3 of 37 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 554
  1. #31
    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)
    Ya that's why I shouldn't code at 7am.... Found the errors, I'll release the update as soon as I'm done. Tp spam should only be casting if nothing else does though, are you putting it at the bottom of the list?

    EDIT: I'm also powerleveling my monk right now so there should be less and less untested code coming out.
    Last edited by kuukuu; 10-09-2012 at 05:07 PM.
    Former PQR Developer

    [PQR] Kuukuu's Brewmaster Profile Feedback and Suggestions
  2. #32
    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)
    Originally Posted by kuukuu View Post
    Ya that's why I shouldn't code at 7am.... Found the errors, I'll release the update as soon as I'm done. Tp spam should only be casting if nothing else does though, are you putting it at the bottom of the list?

    EDIT: I'm also powerleveling my monk right now so there should be less and less untested code coming out.

    Yah, I have the Tiger Palm (spam) on the bottom of the list, I think its because once it kicks in, it just keep spamming it so other abilities doesn't get a chance to be used. Maybe you can set it to spam only to generate three stacks of Power Guard?

  3. #33
    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)
    That's what Tiger Palm does, but sometimes you hit a point where you can't cast anything else so I was having tiger palm spam fill that gap... but like I said, just remove it if it's spamming too much.
    Former PQR Developer

  4. #34
    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)
    Originally Posted by kuukuu View Post
    That's what Tiger Palm does, but sometimes you hit a point where you can't cast anything else so I was having tiger palm spam fill that gap... but like I said, just remove it if it's spamming too much.
    Yah, that's what I am doing lol. I'm manually doing Jab, Tiger Palm, and Elusive Brew. Everything else works fine

  5. #35
    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)
    1.3d released now. Fixed the dumb typos I created when I should have been sleeping. Haha.
    Former PQR Developer

  6. #36
    domestecus's Avatar Member
    Reputation
    2
    Join Date
    Mar 2007
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.3d seems to be causing lag when enabled.

  7. #37
    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 domestecus View Post
    1.3d seems to be causing lag when enabled.
    Which ability? I've been running it for an hourish now with no lag, but I'm only 36 so maybe level related?
    Former PQR Developer

  8. #38
    shuklu's Avatar Member
    Reputation
    6
    Join Date
    May 2009
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    Which ability? I've been running it for an hourish now with no lag, but I'm only 36 so maybe level related?

    I've been running several heroics with no lagg and excellent performance. Love it!

  9. #39
    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)
    Great job kuukuu, most of the abilities are working wonderfully now. I personally am having no lag issues, however, I can see someone with a slower computer who might; reason is because two of the abilities are still spitting out lua errors resulting in some framerate drops

    Tiger Palm (spam) is getting this:

    Message: [string "if PQR_Addon_Loaded == nil then..."]:760: attempt to call field '?' (a nil value)
    Time: 10/09/12 19:56:28
    Count: 121
    Stack: [C]: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>


    and Elusive Brew is encountering this:

    Message: Usage: CastSpellByName(name[, target])
    Time: 10/09/12 19:59:35
    Count: 165
    Stack: [C]: ?
    [C]: ?
    [C]: in function `CastSpellByName'
    [string "local name,_,_,count = UnitBuffID("player",..."]:9: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

  10. #40
    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
    Great job kuukuu, most of the abilities are working wonderfully now. I personally am having no lag issues, however, I can see someone with a slower computer who might; reason is because two of the abilities are still spitting out lua errors resulting in some framerate drops

    Tiger Palm (spam) is getting this:

    Message: [string "if PQR_Addon_Loaded == nil then..."]:760: attempt to call field '?' (a nil value)
    Time: 10/09/12 19:56:28
    Count: 121
    Stack: [C]: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>


    and Elusive Brew is encountering this:

    Message: Usage: CastSpellByName(name[, target])
    Time: 10/09/12 19:59:35
    Count: 165
    Stack: [C]: ?
    [C]: ?
    [C]: in function `CastSpellByName'
    [string "local name,_,_,count = UnitBuffID("player",..."]:9: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
    Good to hear. Elusive Brew is missing the target for cast, should be fixed now. Tiger palm (spam) I just incorporated right into normal tiger palm since it's giving so many issues. Since that should all be stable now, I bumped release to 1.4 and it's available now for download. I'm back in school tomorrow so any updates will be a bit delayed so make sure to back up the old code just in case it decides to go all weird.
    Former PQR Developer

  11. #41
    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)
    Thanks for all your hard work!

  12. #42
    jamieb19's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice profile so far kuu, any chance you can make it so it dosnt always try to attack things when out of combat?

  13. #43
    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)
    Originally Posted by jamieb19 View Post
    nice profile so far kuu, any chance you can make it so it dosnt always try to attack things when out of combat?
    In the rotation editor check the box "Require Combat to Execute Rotation".

  14. #44
    shuklu's Avatar Member
    Reputation
    6
    Join Date
    May 2009
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had to go back to your first release today, as the last update really messed things up. Fortifying brew is cast on CD, it seems, no matter situation (Even made me dismount and I fell to my death). And switching between AOE profile and normal profile a few times then it stop for a 10 - 20 second period of time.

    Don't know how to get you any debug notes, sorry - But teach me how, and I will post it here.

  15. #45
    domestecus's Avatar Member
    Reputation
    2
    Join Date
    Mar 2007
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    Which ability? I've been running it for an hourish now with no lag, but I'm only 36 so maybe level related?
    It was not one specific ability, when i pressed my hot key to enable it, the framerate just dropped, if I turned it back off the frames came back. I will test again tonight, I was raiding so did not have time to look into it.

Page 3 of 37 FirstFirst 1234567 ... 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 03:15 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search