[PQR] Cokx - PVP Profiles menu

Trade Details

Free

How does it work? (Learn more about CoreCoins here)

User Tag List

Page 88 of 115 FirstFirst ... 38848586878889909192 ... LastLast
Results 1,306 to 1,320 of 1722
  1. #1306
    wedova14's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Jun 2013
    Posts
    236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Hey Cokx:

    There are some problems with checks for buffs for warrior profile, as you said, traps can be intervene and reflect at the same time but it's the same for RDruids Clones:

    - If you're hitting a RDruid and he tries to NS Clone you: profile will reflect succesfully.
    - If you're on his DPS and RDruid tries to NS Clone you: profile will reflect too late.

    It sometimes happen even if RDruid or RShaman is casting Clone or Hex, it reflect too late if i'm on his DPS and my mate is Cloned/Hex. I can't say what happens if I'm on RDruid/RShaman, because profile will interrupt succesfully but I think that if I interrupt him 2 times, profile will succeed to reflect.

    I think that is because profile check buffs with a bad priority: target, focus, arena 1, arena 2, arena 3...

    So, maybe you could use this priority: Healer (i saw that you have a code to detect healers as you have a macro called Fear Healer) > Focus (healer in most of cases) > Target > Arena 1,2,3...
    Or, maybe it's a problem from the files who are too big (too much code, maybe?)

    Didn't noticed if my focus was the healer when reflects failed: if i put healer on focus, maybe reflects will work 100% of the time? Got ~50ms of latency and PQR is set @ 20ms (tried 50ms it doesnt change anything).

    And yes, I prefer to go on DPS in 2s, as i'm doing more damage than enemy DPS, I always win after the Heal Debuff comes and it's impossible to loose if I go on their DPS (yes, games are longer that way)

    [PQR] Cokx - PVP Profiles
  2. #1307
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Originally Posted by wedova14 View Post
    Hey Cokx:

    There are some problems with checks for buffs for warrior profile, as you said, traps can be intervene and reflect at the same time but it's the same for RDruids Clones:

    - If you're hitting a RDruid and he tries to NS Clone you: profile will reflect succesfully.
    - If you're on his DPS and RDruid tries to NS Clone you: profile will reflect too late.

    It sometimes happen even if RDruid or RShaman is casting Clone or Hex, it reflect too late if i'm on his DPS and my mate is Cloned/Hex. I can't say what happens if I'm on RDruid/RShaman, because profile will interrupt succesfully but I think that if I interrupt him 2 times, profile will succeed to reflect.

    I think that is because profile check buffs with a bad priority: target, focus, arena 1, arena 2, arena 3...

    So, maybe you could use this priority: Healer (i saw that you have a code to detect healers as you have a macro called Fear Healer) > Focus (healer in most of cases) > Target > Arena 1,2,3...
    Or, maybe it's a problem from the files who are too big (too much code, maybe?)

    Didn't noticed if my focus was the healer when reflects failed: if i put healer on focus, maybe reflects will work 100% of the time? Got ~50ms of latency and PQR is set @ 20ms (tried 50ms it doesnt change anything).

    And yes, I prefer to go on DPS in 2s, as i'm doing more damage than enemy DPS, I always win after the Heal Debuff comes and it's impossible to loose if I go on their DPS (yes, games are longer that way)
    Are you using Oqueue at all? And if so, are you using 1.6.2? If you are, it's already been stated here and in Vit's thread that the new version of Oqueue might be messing with some of the smaller spell checks in these profiles. Not sure if Cokx or Vit have figured out a fix, but that's the current situation. If you aren't, then you can disregard this and hopefully someone can help you with your issue.

  3. #1308
    qcorn's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    94
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    im trying to edit the healthstone ability with PQ to use my battlemaster trinket

    my trinket is is in the right slot however the edit is not working


    and no only DPS profiles have trinket support, I dont like automated defensive cds that much.
    But there is a Healthstone ability that you can easily edit:

    Ability Editor- > choose my profile -> go to Healthstone -> and do this
    Screenshot by Lightshot
    if you have the battlemaster trinket in the upper slot
    or 14 for the lower

    cokx can you help me out I followed this exactly

  4. #1309
    Noiselol's Avatar Member
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Originally Posted by qcorn View Post
    im trying to edit the healthstone ability with PQ to use my battlemaster trinket

    my trinket is is in the right slot however the edit is not working


    and no only DPS profiles have trinket support, I dont like automated defensive cds that much.
    But there is a Healthstone ability that you can easily edit:

    Ability Editor- > choose my profile -> go to Healthstone -> and do this
    Screenshot by Lightshot
    if you have the battlemaster trinket in the upper slot
    or 14 for the lower

    cokx can you help me out I followed this exactly
    If you got the Meditation one you may could use this:
    if CalculateHP("player") < 30
    and GetItemCount(GetItemInfo(100307)) ~= 0
    and select(2,GetItemCooldown(100307)) == 0
    then
    UseItemByName(100307)
    return true
    end
    Replace the Item ID of the Trinket(100307) by another one from here.
    Or use:
    if CalculateHP(members[i]) < 30
    and GetInventoryItemCooldown("player",14) == 0
    then UseInventoryItem(14)
    end
    Last edited by Noiselol; 11-15-2013 at 06:54 AM.

  5. #1310
    kene23's Avatar Member
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Hi Cokx,

    I would like to know is that normal on the hunter MM profile, there is only 2 macro...(flare+burst)
    No control? No scater/trap? Explosive trap?
    Are going to add more than these two?

    Waiting for your return,

  6. #1311
    spadge87's Avatar Private
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    hey cokx recently update the enhancement profile its nice to see that it now uses ele blast prio to other things with x5 maelstrom but when elemental blast is on CD it does nothing else untill its ready again is there a fix around this so that it can use lightning bolt when ele blast is on cooldown ?
    regard

  7. #1312
    wedova14's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Jun 2013
    Posts
    236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Originally Posted by Taran32 View Post
    Are you using Oqueue at all? And if so, are you using 1.6.2? If you are, it's already been stated here and in Vit's thread that the new version of Oqueue might be messing with some of the smaller spell checks in these profiles. Not sure if Cokx or Vit have figured out a fix, but that's the current situation. If you aren't, then you can disregard this and hopefully someone can help you with your issue.
    im not using oqueue

  8. #1313
    oswalt0's Avatar Corporal
    Reputation
    12
    Join Date
    Nov 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    I'm curious on the Warlock profile, the Single target rotation modifier key, is it a mouseover, a press and release and it will single target your current target or a press and hold? If I press and hold it seems to not reapply dots. Press and release doesn't seem to do much. Just wondering how its supposed to work? Thanks!

  9. #1314
    19benni81's Avatar Member
    Reputation
    2
    Join Date
    Mar 2012
    Posts
    141
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Originally Posted by kene23 View Post
    Hi Cokx,

    No control? No scater/trap? Explosive trap?

    ,
    scater/trap = Lalt

    binding shot/Explo = Lctrl
    Last edited by 19benni81; 11-15-2013 at 06:41 PM.

  10. #1315
    sparkyiezz's Avatar Member
    Reputation
    3
    Join Date
    Apr 2013
    Posts
    282
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Do people use DX11 or DX9 to play wow in when using pqr and cokx profile? does it really matter which one? I try 32 bit wow and runs like shit and when I try 64bit wow it runs sooo nice.... too bad pqr is only for 32bit.
    Last edited by sparkyiezz; 11-15-2013 at 11:45 AM.

  11. #1316
    jphill3426's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    I keep getting this error every time I put lifebloom on myself. Also it no longer stacks 3 lifeblooms. This is the resto druid profile by the way.
    Code:
    Message:
    [string "if no cTar..."] line 449:
    Usage: UnitDebuff("unit", [index] or ["name", "rank"][, "filter"])
    
    Debug: [C]: ?
    [C]: UnitDebuff()
    [string "if not cTar..."]:449: Have Debuff()
    [string "memberid = 1 ..."]:63: ?()
    [string "if PQR_Addon_Loaded == nil then..."]:742: PQR_NextAbility()
    [string "if PQR_Addon_Loaded == nil then..."]:534: PQR_ExecuteRotation()
    [string "if PQR_Addon_Loaded == nil then..."]:287:
    [string "if PQR_Addon_Loaded == nil then..."]:214]
    This happens with oqueue enabled and disabled.

    Edit: Just confirmed it is indeed something with your updated resto druid profile. I reverted back to revision 376 before your last change to resto druid and all is fine.
    Last edited by jphill3426; 11-15-2013 at 01:24 PM.

  12. #1317
    klopapierwurst's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    the warlock profile never worked for me lol
    it just stands around and starts to fap

  13. #1318
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Originally Posted by klopapierwurst View Post
    the warlock profile never worked for me lol
    it just stands around and starts to fap
    Did you update to the latest Warlock version?

  14. #1319
    oswalt0's Avatar Corporal
    Reputation
    12
    Join Date
    Nov 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Warlock profile works great!!! Just wondering how to use the burst key most effectively.

  15. #1320
    sparkyiezz's Avatar Member
    Reputation
    3
    Join Date
    Apr 2013
    Posts
    282
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Does anybody know when I am using the warrior profile it seems to stop attacking for like 3 or more seconds when there abilities available to use. And how does Storm Bolt work? I see it Bolting people but dont know why haha

    Edit: elderapo your inbox is full
    Last edited by sparkyiezz; 11-16-2013 at 03:53 PM.


All times are GMT -5. The time now is 08:02 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