[PQR] Cokx - PVP Profiles menu

Trade Details

Free

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

User Tag List

Page 64 of 115 FirstFirst ... 14606162636465666768114 ... LastLast
Results 946 to 960 of 1722
  1. #946
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Added something NEW!
    You are now able to create your own Macros without any coding knowledge

    Enemy example:
    #showtooltipp Stormbolt
    /pause
    /script SetCVar("MacroSpell", 107570)
    /script SetCVar("MacroUnit", 4)
    this example will StormBolt an enemy Healer that is in range


    Friendly example:
    #showtooltipp Ironbark
    /pause
    /script SetCVar("MacroSpell", 102342)
    /script SetCVar("MacroUnit", 6)
    /script SetCVar("MacroHP", 60)

    this example will Ironbark a friendly DPS/Tank that is in range and below 60% HP


    So how does it work
    first we need to pause the script for our injection with
    /pause
    second we use this:
    /script SetCVar("MacroSpell", spellID)
    replace "spellID" with the spell ID from the ability you are trying to cast.
    You can find spell ID's here: -> Wowhead: Your skill in WoW has increased to 600.
    type in the search bar e.g. Ironbark
    choose in this case the tab Specialization
    click on the link Ironbark
    and copy the number from the url -> Ironbark - Spell - World of Warcraft
    into your macro
    /script SetCVar("MacroSpell", 102342)
    now we need a target to cast on
    /script SetCVar("MacroUnit", unitNumber)
    the unitNumber defines our target
    there are currently 9 available targets

    1 = target
    2 = focus
    3 = mouseover
    4 = enemy healer
    5 = enemy dps/tank (never your target)
    6 = friendly dps/tank
    7 = friendly healer
    8 = all enemies incl pets (never your target)
    9 = enemy with offensive cds (e.g. Recklessness)
    since we try to cast Ironbark we need a friendly target
    in this case we could choose 1,2,3,6 or 7

    if we choose 6 or 7
    /script SetCVar("MacroUnit", 6)
    we can also check the friendly HP ( this works only with 6 or 7)
    with:
    /script SetCVar("MacroHP", currentHPin%)
    our target must be lower then 60%
    /script SetCVar("MacroHP", 60)
    our macro is finished -->
    #showtooltipp Ironbark
    /pause
    /script SetCVar("MacroSpell", 102342)
    /script SetCVar("MacroUnit", 6)
    /script SetCVar("MacroHP", 60)
    Last edited by cokx; 10-12-2013 at 12:05 PM.

    [PQR] Cokx - PVP Profiles
  2. #947
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LiquidAtoR View Post
    Are you planning on expanding further into different classes?
    Most of what I play is supported anyways, just curious if more is coming (in the future future).
    Short answer, no

  3. #948
    TSBowsta's Avatar Banned Laughing Coffin CoreCoins Purchaser
    Reputation
    39
    Join Date
    Jan 2008
    Posts
    146
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    J/w have you done any work on your druid profile recently?

  4. #949
    warlock2000's Avatar Sergeant
    Reputation
    8
    Join Date
    May 2013
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Hey Cokx.

    I sent you a pm. Give me a shout if you're there.

  5. #950
    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
    sham profile dispell too much vs a pala healer
    im oom in 1min
    i think its because its dispelling eternel flame massively

  6. #951
    bdaniel03's Avatar Sergeant Major
    Reputation
    5
    Join Date
    Oct 2011
    Posts
    143
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Is the survival routine working for anyone ?

  7. #952
    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 am starting to get a bit frustrated. Did a lot of Arena today on my Resto Druid and the same problems that I mentioned several times still exist. Not wanting to sound rude but it would be nice to fix those things instead / before addind new things all the time.

    The main problem is that whenever facing a Warrior I basically eat like half of my Cyclones because the cast doesn't stop when the Warrior pops any sort of spell reflect. And this does not only happen when he pops it half a second before my cast is over but also when he pops it the second that I start to cast.

    The other problem also with Cyclone is, say I set the healer as main cc target in a 2vs2, then my partner fears the healer away and I automatically cyclone the dps which is also the target and sadly today several times was almost dead and got saved by my cyclone. Something in the logic of the routine is flawed there. Why would the routine CC a low health target when the other arena opponent is on full health and even out of range plus already CC'd.

    And well, I also still get sheep'd frequently, maybe the profile doesn't want to interrupt the heal I am casting and doesn't shape shift because of that, but that is way more hurting than beneficial.

    And a thing bout the Warlock profile, would it really be a big problem to add an all automatic rotation again because every time you release an update we have to go and make that routine manually again, sometimes I forget to add burning ember then for example which I painfully notice in the Arena.

  8. #953
    snippetsr's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    Originally Posted by kclux View Post
    I am starting to get a bit frustrated. Did a lot of Arena today on my Resto Druid and the same problems that I mentioned several times still exist. Not wanting to sound rude but it would be nice to fix those things instead / before addind new things all the time.

    The main problem is that whenever facing a Warrior I basically eat like half of my Cyclones because the cast doesn't stop when the Warrior pops any sort of spell reflect. And this does not only happen when he pops it half a second before my cast is over but also when he pops it the second that I start to cast.

    The other problem also with Cyclone is, say I set the healer as main cc target in a 2vs2, then my partner fears the healer away and I automatically cyclone the dps which is also the target and sadly today several times was almost dead and got saved by my cyclone. Something in the logic of the routine is flawed there. Why would the routine CC a low health target when the other arena opponent is on full health and even out of range plus already CC'd.

    And well, I also still get sheep'd frequently, maybe the profile doesn't want to interrupt the heal I am casting and doesn't shape shift because of that, but that is way more hurting than beneficial.

    And a thing bout the Warlock profile, would it really be a big problem to add an all automatic rotation again because every time you release an update we have to go and make that routine manually again, sometimes I forget to add burning ember then for example which I painfully notice in the Arena.

    kclux dude is it so hard to edit the shit out you dont need?, Use cycone with the new pause function scripts also it takes all of 30 sec to add auto to the rotation it really isnt that hard. There is so much work and code that goes into this and I for one will always be gracious for the work Cokx does.

    peace

  9. #954
    jshookz's Avatar Member
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    203
    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
    sham profile dispell too much vs a pala healer
    im oom in 1min
    i think its because its dispelling eternel flame massively
    Yeah that's the same for me Cokx little bit too much dispelling ;P

  10. #955
    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 jshookz View Post
    Yeah that's the same for me Cokx little bit too much dispelling ;P
    As an Ele it doesn't matter to much... as Resto that can be a problem lol

  11. #956
    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
    Originally Posted by snippetsr View Post
    kclux dude is it so hard to edit the shit out you dont need?, Use cycone with the new pause function scripts also it takes all of 30 sec to add auto to the rotation it really isnt that hard. There is so much work and code that goes into this and I for one will always be gracious for the work Cokx does.

    peace
    Well, let's agree to disagree here then.

    When I bought the rotation a main reason was that everything was working out of the box. For Warlocks there was a fully automated rotation, what is the point of removing it and have customers piece it together again and again after every update? It is not about not being able to do it but it would be so much easier if he would just leave it in the profile.

    And about the Resto Druid profile, it did get worse in the things I mentioned so the logic of yours is to just not use the things anymore that originally made me buy it? Sounds stupid to me. Back when it was still free I never ever got Sheepd and not cycloning myself was no issue either.

    I am not saying that I don't respect the amount of work put into this but don't forget this is not free but paid and when I pay for something I also can say it when I am getting unhappy bout changes and it is about things that have been there before or worked when I bought it. Plus I am not being rude I am just starting problems.

  12. #957
    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 kclux View Post
    Well, let's agree to disagree here then.

    When I bought the rotation a main reason was that everything was working out of the box. For Warlocks there was a fully automated rotation, what is the point of removing it and have customers piece it together again and again after every update? It is not about not being able to do it but it would be so much easier if he would just leave it in the profile.

    And about the Resto Druid profile, it did get worse in the things I mentioned so the logic of yours is to just not use the things anymore that originally made me buy it? Sounds stupid to me. Back when it was still free I never ever got Sheepd and not cycloning myself was no issue either.

    I am not saying that I don't respect the amount of work put into this but don't forget this is not free but paid and when I pay for something I also can say it when I am getting unhappy bout changes and it is about things that have been there before or worked when I bought it. Plus I am not being rude I am just starting problems.
    I totally agree with you man. I prefer a full automatic profile. Good logic behind every spell is always better than a human. I still think that profile have to activate some major cooldowns but with many conditions so it don't blow it for nothing, so you're able to use it yourself but profile can do it for you if you don't remember.

    What needs to be fixed:
    - Reduce massive dispelling of the RShaman profile (Eternal Flame I think but Cokx need to check what's wrong)
    - Stop cast when cycloning and a warrior is reflecting or Massive Spell Reflecting.
    - Problems with auto CC that kclux mentioned.
    - Code every spell so you can offer an automatic rotation for every class.

    Sorry for my english, not my main language.

  13. #958
    warlock2000's Avatar Sergeant
    Reputation
    8
    Join Date
    May 2013
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Status: Trade
    This is a very interesting discussion above ^^^.

    Cokx, maybe you could have two completely separate lines of development for each profile. One would be the full Auto mode. The other would be the Auto + Macros mode.

    Each mode could have a separate section in the repository. That way the people who like full Auto would be happy, and the people who like Auto + Macros would be happy.

    It would also make debugging any problems people are having a lot simpler, because people could specify in the thread exactly which mode they're using.
    Last edited by warlock2000; 10-13-2013 at 05:29 AM.

  14. #959
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey thanks for the input, I'm allways searching for improvements
    I've added an external check for msp,sp,grounding for hex/poly/fear/cyclone
    I think I've fixed the polyshape bug
    I've changed the dispelling logic a bit, removed eternal flame and increases the mana check, you now need either more than 30% mana or your target must be below 30% hp.

    Problem with auto CC (for druid): The automated Cyclone contains a function to check if any friendly dps in your grp is targeting that unit "not primaryTarget()".
    But if your mate switches the target for a mil-second, it thinks that the actually target is currently not the primary target.


    I've added many talents in the last 2 weeks and also a few macros:
    16 out of 18 mage talents are now supported, I gave you a macro for IceBlock ( it will automatically IceBlock below 30% hp)
    This is what I'm trying to do, you can play manually the rotation but with Macros I'll give you the option to Blink on Stuns, Chaosbolt on certain targets, Burst specific enemies.automativally shieldwall before the next stun, karma the best enemy and you only need to activate the macro one time.
    Mage,Monk,Warrior,Hunter does currently contain these macros.
    Druid,Lock,Shaman will follow in a few days.

  15. #960
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by warlock2000 View Post
    This is a very interesting discussion above ^^^.

    Cokx, maybe you could have two completely separate lines of development for each profile. One would be the full Auto mode. The other would be the Auto + Macros mode.

    Each mode could have a separate section in the repository. That way the people who like full Auto would be happy, and the people who like Auto + Macros would be happy.

    It would also make debugging any problems people are having a lot simpler, because people could specify in the thread exactly which mode they're using.
    I don't want to continue working on fully automated profiles this way. I like the idea of activating and deactivating defensive cooldowns with macros.

    And if you wanna add a still existing ability, just put it below pause


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