[PQR] Cokx - PVP Profiles menu

Trade Details

Free

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

User Tag List

Page 54 of 115 FirstFirst ... 4505152535455565758104 ... LastLast
Results 796 to 810 of 1722
  1. #796
    Croctail's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    I thought the shield wall macro just qued the shieldwall to be used on next stun. I might be wrong thought...

    [PQR] Cokx - PVP Profiles
  2. #797
    Boomshackz's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    great ones!
    Last edited by Boomshackz; 09-22-2013 at 02:12 PM.

  3. #798
    leinadz's Avatar Active Member
    Reputation
    23
    Join Date
    May 2008
    Posts
    134
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Bought your profiles, and now waiting for your mail!
    so excited !!!!

  4. #799
    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 Croctail View Post
    I thought the shield wall macro just qued the shieldwall to be used on next stun. I might be wrong thought...
    Ah, but that wouldn't make sense xD


    I'm just wondering what conditions it needs for it to burst :P

  5. #800
    Boomshackz's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    ..............
    Last edited by Boomshackz; 09-22-2013 at 02:11 PM.

  6. #801
    leinadz's Avatar Active Member
    Reputation
    23
    Join Date
    May 2008
    Posts
    134
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    so i tested your warrior profile and it's AWESOME, but is there a way to change the hotkeys to your favour?

  7. #802
    gamer6321's Avatar Member
    Reputation
    11
    Join Date
    Oct 2007
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Hey i just want the feral profile how much would that cost?

  8. #803
    chk's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Originally Posted by xLegendx View Post
    5+? It doesn't multi dot them "automatically" in BGs if I re call like how it does in Arena.
    You must mouseover them
    It soul swaps to spread dots without mouseover and with it but most of the time with mouseover it just casts corruption, agony etc by themselves

  9. #804
    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
    can i buy just a single profile? PM me i just want to buy the warrior profile

  10. #805
    Boomshackz's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Im looking to buy the Rdruid profiles if you can buy them one by one..

    pm me please

  11. #806
    Quesadilla's Avatar Sergeant
    Reputation
    9
    Join Date
    Apr 2013
    Posts
    56
    Thanks G/R
    2/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    There is a error in shaman profile in "Searing Totem"
    Code:
    local haveTotem, totemName, startTime, duration = GetTotemInfo(1)
    local dauer = startTime+duration-GetTime() 
    
    if UnitExists("target")
    and GCDCheck(3599)
    and UnitCanAttack("player",cTar[1]) 
    and dauer < 1 then
    	return true	
    end
    Im pretty sure cTar[1] Should be "target"
    atleast its spitting out lua errors like mad and stopped when i changed it to "target"

  12. #807
    kclux's Avatar Active Member
    Reputation
    16
    Join Date
    Jun 2011
    Posts
    199
    Thanks G/R
    2/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    I have been playing my Warlock a lot the last days in Arena and RBG and noticed a few things. First of all there are no macros yet? Tried with /m but no macros.

    Next thing is, Warlock seems to do a lot less CC than it did in the last Patch's Version. Nuking a target standing close to the healer but not one auto fear at all, it just leaves the healer be.

    Mortal Coil, I yet have to see it used once automatically.

    It would be nice to have a toggle to enable AOE for some situations like RBG Eye of the Storm everyone is in the middle that is when you simply have to AOE as Destruction.

    There was more but I am way to tired to remember right now lol , need some sleep

  13. #808
    Maxitor's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Apr 2013
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Originally Posted by Quesadilla View Post
    There is a error in shaman profile in "Searing Totem"
    Code:
    local haveTotem, totemName, startTime, duration = GetTotemInfo(1)
    local dauer = startTime+duration-GetTime() 
    
    if UnitExists("target")
    and GCDCheck(3599)
    and UnitCanAttack("player",cTar[1]) 
    and dauer < 1 then
    	return true	
    end
    Im pretty sure cTar[1] Should be "target"
    atleast its spitting out lua errors like mad and stopped when i changed it to "target"
    Strange because cTar[1] is "target" but i had the same LUA error (see my post #776)

    ATM the profiles are working well for me despite the fact that i have not changed anything since i had problems with them. I even re-enabled every addon so it must have been a ghost or something :P

    Cokx: Could you please add manual Cyclone/Root back to the resto druid profile?

    Ele shaman and warrior profiles are in a good shape. Resto druid is lacking the mentioned ability to CC manually what hurts.
    Last edited by Maxitor; 09-23-2013 at 02:05 AM.

  14. #809
    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
    Haha, I just beat Fuizionn in 2s on Warrior xD
    Fuzionn @ Tichondrius - Community - World of Warcraft
    (Very famous, multi-glad player)

    Beating Multi-Glads never gets old. Especially, the famous ones.

    https://i.imgur.com/rElA8Yc.jpg





    Feedback/Bugs(?) on Newest Revision

    And is it just me or the profile does not disarm as much? Like when Hunters use BM it doesn't disarm anymore
    When Rogues pop their CDs, it doesn't disarm anymore...
    In fact, it very rarely disarms now compared to how it did last patch. (noticed this before latest revision)

    It doesn't spell reflect Repentance anymore.
    I don't think it spell reflected Pollys (could be wrong)

    It doesn't auto Storm Bolt anymore like it did yesterday.

    The shout modifier doesn't work. (this wasn't working before the revision anyway)

    Interrupts seem to have been effected as well. It doesn't interrupt dominate mind while its channeling anymore.
    It did not Mass Spell Reflect against it either it seems (could have been on CD)

    This could have been an error on my part maybe but, I'm not sure.
    Last edited by xLegendx; 09-23-2013 at 05:17 AM.

  15. #810
    Quesadilla's Avatar Sergeant
    Reputation
    9
    Join Date
    Apr 2013
    Posts
    56
    Thanks G/R
    2/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    @Maxitor
    I think you have to use for i=1,#cTar do in the ability for it to work tho, since Ctar is a list of many targets


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